Shades of Harlequin #32E819
Tints of Harlequin #32E819
RGB
CMYK
RGB Variations
Color information
#32E819 (or 0x32E819) is known color: Harlequin. HEX triplet: 32, E8 and 19. RGB value is (50,232,25). Sum of RGB (Red+Green+Blue) = 50+232+25=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 232 (91.02% from 255 or 75.57% from 307); Blue value is 25 (10.16% from 255 or 8.14% from 307); Max value from RGB is 232 - color contains mainly: green. Hex color #32E819 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #32E819 is #CD17E6. Grayscale: #9A9A9A. Windows color (decimal): -13440999 or 1697842. OLE color: 1697842.
HSL color Cylindrical-coordinate representation of color #32E819: hue angle of 112.75º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #32E819 is Cyan = 0.78, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 50 | 232 | 25 | - |
| CMYK | 0.78 | 0 | 0.89 | 0.09 |
| HSL | 112.75º | 0.82% | 0.5% | - |
| HSV(B) | 112.75º | 0.89% | 0.91% | - |
| XYZ | 30.35 | 58.46 | 10.6 | - |
| YUV | 153.98 | 55.2 | 53.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 232 | 25 | 0.78 | 0 | 0.89 | 0.09 | 112.75 | 0.82 | 0.5 |
| Hex | 32 | E8 | 19 | 4E | 0 | 59 | 9 | 71 | 52 | 32 |
| Octal | 62 | 350 | 31 | 116 | 0 | 131 | 11 | 161 | 122 | 62 |
| Binary | 110010 | 11101000 | 11001 | 1001110 | 0 | 1011001 | 1001 | 1110001 | 1010010 | 110010 |
Color Harmonies of #32E819
Complementary color
Monochromatic Colors of #32E819
Black with #32E819
Text Example
Text Example
White with #32E819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E819; }
p { color: rgb(50,232,25); }
H1.HeaderClassName
{
color: #32E819;
}
.AnyTagClassName
{
color: #32E819;
}
</style>
background-color css
<style>
a { background-color: #32E819; }
a { background-color: rgb(50,232,25); }
div.DivClassName
{
background-color: #32E819;
}
.BgClassName
{
background-color: #32E819;
}
</style>
border-color css
<style>
span { border-color: #32E819; }
span { border-color: rgb(50,232,25); }
td.TdClassName
{
border-color: #32E819;
}
.TagClassName
{
border-color: #32E819;
}
</style>