The Input "#66cc66" detected as "HEX".
| Color | ||
| websafe | Yes | |
| Hex | #66cc66 | |
| Hex (short) | #6c6 | |
| RGB | rgb(102,204,102) | |
| RGB in % | rgb(40%,80%,40%) | |
| CMY in % | C=60 M=20 Y=60 | |
| CMYK in % | C=50 M=0 Y=50 K=20 | |
| HSL | hsl(120,50%,60%) | |
| HSV | hsv(120,50%,80%) | |
| Rec. 601 luma | 161.874 | |
| Rec. 709 luma | 174.9504 | |
| Rec. 2020 luma | 171.156 | |
| Grey scale (Rec. 601 luma) | #a2a2a2 | |
| Grey scale (Rec. 709 luma) | #afafaf | |
| Grey scale (Rec. 2020 luma) | #ababab | |
| Complementary color | #993399 | |
| Decimal | 6736998 | |
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