Shades of Harlequin #32E20A
Tints of Harlequin #32E20A
RGB
CMYK
RGB Variations
Color information
#32E20A (or 0x32E20A) is known color: Harlequin. HEX triplet: 32, E2 and 0A. RGB value is (50,226,10). Sum of RGB (Red+Green+Blue) = 50+226+10=286 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.48% from 286); Green value is 226 (88.67% from 255 or 79.02% from 286); Blue value is 10 (4.30% from 255 or 3.50% from 286); Max value from RGB is 226 - color contains mainly: green. Hex color #32E20A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32E20A is #CD1DF5. Grayscale: #959595. Windows color (decimal): -13442550 or 713266. OLE color: 713266.
HSL color Cylindrical-coordinate representation of color #32E20A: hue angle of 108.89º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #32E20A is Cyan = 0.78, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 226 | 10 | - |
| CMYK | 0.78 | 0 | 0.96 | 0.11 |
| HSL | 108.89º | 0.92% | 0.46% | - |
| HSV(B) | 108.89º | 0.96% | 0.89% | - |
| XYZ | 28.57 | 55.09 | 9.42 | - |
| YUV | 148.75 | 49.69 | 57.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 226 | 10 | 0.78 | 0 | 0.96 | 0.11 | 108.89 | 0.92 | 0.46 |
| Hex | 32 | E2 | A | 4E | 0 | 60 | B | 6D | 5C | 2E |
| Octal | 62 | 342 | 12 | 116 | 0 | 140 | 13 | 155 | 134 | 56 |
| Binary | 110010 | 11100010 | 1010 | 1001110 | 0 | 1100000 | 1011 | 1101101 | 1011100 | 101110 |
Color Harmonies of #32E20A
Complementary color
Monochromatic Colors of #32E20A
Black with #32E20A
Text Example
Text Example
White with #32E20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E20A; }
p { color: rgb(50,226,10); }
H1.HeaderClassName
{
color: #32E20A;
}
.AnyTagClassName
{
color: #32E20A;
}
</style>
background-color css
<style>
a { background-color: #32E20A; }
a { background-color: rgb(50,226,10); }
div.DivClassName
{
background-color: #32E20A;
}
.BgClassName
{
background-color: #32E20A;
}
</style>
border-color css
<style>
span { border-color: #32E20A; }
span { border-color: rgb(50,226,10); }
td.TdClassName
{
border-color: #32E20A;
}
.TagClassName
{
border-color: #32E20A;
}
</style>