The Input "#32cd87" detected as "HEX".
| Color | ||
| websafe | No | |
| Hex | #32cd87 | |
| RGB | rgb(50,205,135) | |
| RGB in % | rgb(20%,80%,53%) | |
| CMY in % | C=80 M=20 Y=47 | |
| CMYK in % | C=76 M=0 Y=34 K=20 | |
| HSL | hsl(153,61%,50%) | |
| HSV | hsv(153,76%,80%) | |
| Rec. 601 luma | 150.675 | |
| Rec. 709 luma | 166.993 | |
| Rec. 2020 luma | 160.1305 | |
| Grey scale (Rec. 601 luma) | #979797 | |
| Grey scale (Rec. 709 luma) | #a7a7a7 | |
| Grey scale (Rec. 2020 luma) | #a0a0a0 | |
| Complementary color | #cd3278 | |
| Decimal | 3329415 | |
Show the nearest websafe color data.
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