Shades of Harlequin #32FC18
Tints of Harlequin #32FC18
RGB
CMYK
RGB Variations
Color information
#32FC18 (or 0x32FC18) is known color: Harlequin. HEX triplet: 32, FC and 18. RGB value is (50,252,24). Sum of RGB (Red+Green+Blue) = 50+252+24=326 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.34% from 326); Green value is 252 (98.83% from 255 or 77.30% from 326); Blue value is 24 (9.77% from 255 or 7.36% from 326); Max value from RGB is 252 - color contains mainly: green. Hex color #32FC18 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #32FC18 is #CD03E7. Grayscale: #A6A6A6. Windows color (decimal): -13435880 or 1637426. OLE color: 1637426.
HSL color Cylindrical-coordinate representation of color #32FC18: hue angle of 113.16º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #32FC18 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 252 | 24 | - |
| CMYK | 0.80 | 0 | 0.90 | 0.01 |
| HSL | 113.16º | 0.97% | 0.54% | - |
| HSV(B) | 113.16º | 0.9% | 0.99% | - |
| XYZ | 36.29 | 70.36 | 12.53 | - |
| YUV | 165.61 | 48.08 | 45.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 252 | 24 | 0.80 | 0 | 0.90 | 0.01 | 113.16 | 0.97 | 0.54 |
| Hex | 32 | FC | 18 | 50 | 0 | 5A | 1 | 71 | 61 | 36 |
| Octal | 62 | 374 | 30 | 120 | 0 | 132 | 1 | 161 | 141 | 66 |
| Binary | 110010 | 11111100 | 11000 | 1010000 | 0 | 1011010 | 1 | 1110001 | 1100001 | 110110 |
Color Harmonies of #32FC18
Complementary color
Monochromatic Colors of #32FC18
Black with #32FC18
Text Example
Text Example
White with #32FC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FC18; }
p { color: rgb(50,252,24); }
H1.HeaderClassName
{
color: #32FC18;
}
.AnyTagClassName
{
color: #32FC18;
}
</style>
background-color css
<style>
a { background-color: #32FC18; }
a { background-color: rgb(50,252,24); }
div.DivClassName
{
background-color: #32FC18;
}
.BgClassName
{
background-color: #32FC18;
}
</style>
border-color css
<style>
span { border-color: #32FC18; }
span { border-color: rgb(50,252,24); }
td.TdClassName
{
border-color: #32FC18;
}
.TagClassName
{
border-color: #32FC18;
}
</style>