Shades of Harlequin #32EA02
Tints of Harlequin #32EA02
RGB
CMYK
RGB Variations
Color information
#32EA02 (or 0x32EA02) is known color: Harlequin. HEX triplet: 32, EA and 02. RGB value is (50,234,2). Sum of RGB (Red+Green+Blue) = 50+234+2=286 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.48% from 286); Green value is 234 (91.80% from 255 or 81.82% from 286); Blue value is 2 (1.17% from 255 or 0.70% from 286); Max value from RGB is 234 - color contains mainly: green. Hex color #32EA02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #32EA02 is #CD15FD. Grayscale: #999999. Windows color (decimal): -13440510 or 191026. OLE color: 191026.
HSL color Cylindrical-coordinate representation of color #32EA02: hue angle of 107.59º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #32EA02 is Cyan = 0.79, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 234 | 2 | - |
| CMYK | 0.79 | 0 | 0.99 | 0.08 |
| HSL | 107.59º | 0.98% | 0.46% | - |
| HSV(B) | 107.59º | 0.99% | 0.92% | - |
| XYZ | 30.75 | 59.53 | 9.93 | - |
| YUV | 152.54 | 43.04 | 54.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 234 | 2 | 0.79 | 0 | 0.99 | 0.08 | 107.59 | 0.98 | 0.46 |
| Hex | 32 | EA | 2 | 4F | 0 | 63 | 8 | 6C | 62 | 2E |
| Octal | 62 | 352 | 2 | 117 | 0 | 143 | 10 | 154 | 142 | 56 |
| Binary | 110010 | 11101010 | 10 | 1001111 | 0 | 1100011 | 1000 | 1101100 | 1100010 | 101110 |
Color Harmonies of #32EA02
Complementary color
Monochromatic Colors of #32EA02
Black with #32EA02
Text Example
Text Example
White with #32EA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EA02; }
p { color: rgb(50,234,2); }
H1.HeaderClassName
{
color: #32EA02;
}
.AnyTagClassName
{
color: #32EA02;
}
</style>
background-color css
<style>
a { background-color: #32EA02; }
a { background-color: rgb(50,234,2); }
div.DivClassName
{
background-color: #32EA02;
}
.BgClassName
{
background-color: #32EA02;
}
</style>
border-color css
<style>
span { border-color: #32EA02; }
span { border-color: rgb(50,234,2); }
td.TdClassName
{
border-color: #32EA02;
}
.TagClassName
{
border-color: #32EA02;
}
</style>