The Input "#ccff00" detected as "HEX".
| Color | ||
| websafe | Yes | |
| Hex | #ccff00 | |
| Hex (short) | #cf0 | |
| RGB | rgb(204,255,0) | |
| RGB in % | rgb(80%,100%,0%) | |
| CMY in % | C=20 M=0 Y=100 | |
| CMYK in % | C=20 M=0 Y=100 K=0 | |
| HSL | hsl(72,100%,50%) | |
| HSV | hsv(72,100%,100%) | |
| Rec. 601 luma | 210.681 | |
| Rec. 709 luma | 225.7464 | |
| Rec. 2020 luma | 226.4808 | |
| Grey scale (Rec. 601 luma) | #d3d3d3 | |
| Grey scale (Rec. 709 luma) | #e2e2e2 | |
| Grey scale (Rec. 2020 luma) | #e2e2e2 | |
| Complementary color | #3300ff | |
| Decimal | 13434624 | |
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