The Input "51,255,102" detected as "RGB".
| Color | ||
| websafe | Yes | |
| Hex | #33ff66 | |
| Hex (short) | #3f6 | |
| RGB | rgb(51,255,102) | |
| RGB in % | rgb(20%,100%,40%) | |
| CMY in % | C=80 M=0 Y=60 | |
| CMYK in % | C=80 M=0 Y=60 K=0 | |
| HSL | hsl(135,100%,60%) | |
| HSV | hsv(135,80%,100%) | |
| Rec. 601 luma | 176.562 | |
| Rec. 709 luma | 200.583 | |
| Rec. 2020 luma | 192.3363 | |
| Grey scale (Rec. 601 luma) | #b1b1b1 | |
| Grey scale (Rec. 709 luma) | #c9c9c9 | |
| Grey scale (Rec. 2020 luma) | #c0c0c0 | |
| Complementary color | #cc0099 | |
| Decimal | 3407718 | |
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