The Input "#00FF00" detected as "HEX".
| Color | ||
| websafe | Yes | |
| CSS3 Color names |
|
|
| HTML 4.01 Color name |
|
|
| Hex | #00ff00 | |
| Hex (short) | #0f0 | |
| RGB | rgb(0,255,0) | |
| RGB in % | rgb(0%,100%,0%) | |
| CMY in % | C=100 M=0 Y=100 |
|
| CMYK in % | C=100 M=0 Y=100 K=0 |
|
| HSL | hsl(120,100%,50%) | |
| HSV | hsv(120,100%,100%) | |
| Rec. 601 luma | 149.685 | |
| Rec. 709 luma | 182.376 | |
| Rec. 2020 luma | 172.89 | |
| Grey scale (Rec. 601 luma) | #969696 | |
| Grey scale (Rec. 709 luma) | #b6b6b6 | |
| Grey scale (Rec. 2020 luma) | #adadad | |
| Complementary color | #ff00ff | |
| Decimal | 65280 | |
The following inputs are converted automatically:
X11 Color names
example: DodgerBlue4
#rrggbb; rrggbb; #rgb; rgb
(HEX to RGB bzw. HEX2RGB)
example: #4169E1
rgb(r,g,b); r,g,b; rgb(r%,g%,b%); r%,g%,b%
(RGB to HEX bzw. RGB2HEX)
example: 106,90,205