Shades of Harlequin #32FE20
Tints of Harlequin #32FE20
RGB
CMYK
RGB Variations
Color information
#32FE20 (or 0x32FE20) is known color: Harlequin. HEX triplet: 32, FE and 20. RGB value is (50,254,32). Sum of RGB (Red+Green+Blue) = 50+254+32=336 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.88% from 336); Green value is 254 (99.61% from 255 or 75.60% from 336); Blue value is 32 (12.89% from 255 or 9.52% from 336); Max value from RGB is 254 - color contains mainly: green. Hex color #32FE20 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32FE20 is #CD01DF. Grayscale: #A8A8A8. Windows color (decimal): -13435360 or 2162226. OLE color: 2162226.
HSL color Cylindrical-coordinate representation of color #32FE20: hue angle of 115.14º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #32FE20 is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 254 | 32 | - |
| CMYK | 0.80 | 0 | 0.87 | 0.00 |
| HSL | 115.14º | 0.99% | 0.56% | - |
| HSV(B) | 115.14º | 0.87% | 1% | - |
| XYZ | 37.02 | 71.67 | 13.25 | - |
| YUV | 167.7 | 51.41 | 44.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 254 | 32 | 0.80 | 0 | 0.87 | 0.00 | 115.14 | 0.99 | 0.56 |
| Hex | 32 | FE | 20 | 50 | 0 | 57 | 0 | 73 | 63 | 38 |
| Octal | 62 | 376 | 40 | 120 | 0 | 127 | 0 | 163 | 143 | 70 |
| Binary | 110010 | 11111110 | 100000 | 1010000 | 0 | 1010111 | 0 | 1110011 | 1100011 | 111000 |
Color Harmonies of #32FE20
Complementary color
Monochromatic Colors of #32FE20
Black with #32FE20
Text Example
Text Example
White with #32FE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FE20; }
p { color: rgb(50,254,32); }
H1.HeaderClassName
{
color: #32FE20;
}
.AnyTagClassName
{
color: #32FE20;
}
</style>
background-color css
<style>
a { background-color: #32FE20; }
a { background-color: rgb(50,254,32); }
div.DivClassName
{
background-color: #32FE20;
}
.BgClassName
{
background-color: #32FE20;
}
</style>
border-color css
<style>
span { border-color: #32FE20; }
span { border-color: rgb(50,254,32); }
td.TdClassName
{
border-color: #32FE20;
}
.TagClassName
{
border-color: #32FE20;
}
</style>