Shades of Harlequin #32EC18
Tints of Harlequin #32EC18
RGB
CMYK
RGB Variations
Color information
#32EC18 (or 0x32EC18) is known color: Harlequin. HEX triplet: 32, EC and 18. RGB value is (50,236,24). Sum of RGB (Red+Green+Blue) = 50+236+24=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 236 (92.58% from 255 or 76.13% from 310); Blue value is 24 (9.77% from 255 or 7.74% from 310); Max value from RGB is 236 - color contains mainly: green. Hex color #32EC18 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #32EC18 is #CD13E7. Grayscale: #9C9C9C. Windows color (decimal): -13439976 or 1633330. OLE color: 1633330.
HSL color Cylindrical-coordinate representation of color #32EC18: hue angle of 112.64º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #32EC18 is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 236 | 24 | - |
| CMYK | 0.79 | 0 | 0.90 | 0.07 |
| HSL | 112.64º | 0.85% | 0.51% | - |
| HSV(B) | 112.64º | 0.9% | 0.93% | - |
| XYZ | 31.48 | 60.73 | 10.93 | - |
| YUV | 156.22 | 53.38 | 52.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 236 | 24 | 0.79 | 0 | 0.90 | 0.07 | 112.64 | 0.85 | 0.51 |
| Hex | 32 | EC | 18 | 4F | 0 | 5A | 7 | 71 | 55 | 33 |
| Octal | 62 | 354 | 30 | 117 | 0 | 132 | 7 | 161 | 125 | 63 |
| Binary | 110010 | 11101100 | 11000 | 1001111 | 0 | 1011010 | 111 | 1110001 | 1010101 | 110011 |
Color Harmonies of #32EC18
Complementary color
Monochromatic Colors of #32EC18
Black with #32EC18
Text Example
Text Example
White with #32EC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EC18; }
p { color: rgb(50,236,24); }
H1.HeaderClassName
{
color: #32EC18;
}
.AnyTagClassName
{
color: #32EC18;
}
</style>
background-color css
<style>
a { background-color: #32EC18; }
a { background-color: rgb(50,236,24); }
div.DivClassName
{
background-color: #32EC18;
}
.BgClassName
{
background-color: #32EC18;
}
</style>
border-color css
<style>
span { border-color: #32EC18; }
span { border-color: rgb(50,236,24); }
td.TdClassName
{
border-color: #32EC18;
}
.TagClassName
{
border-color: #32EC18;
}
</style>