Shades of Harlequin #32E211
Tints of Harlequin #32E211
RGB
CMYK
RGB Variations
Color information
#32E211 (or 0x32E211) is known color: Harlequin. HEX triplet: 32, E2 and 11. RGB value is (50,226,17). Sum of RGB (Red+Green+Blue) = 50+226+17=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 226 (88.67% from 255 or 77.13% from 293); Blue value is 17 (7.03% from 255 or 5.80% from 293); Max value from RGB is 226 - color contains mainly: green. Hex color #32E211 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32E211 is #CD1DEE. Grayscale: #969696. Windows color (decimal): -13442543 or 1172018. OLE color: 1172018.
HSL color Cylindrical-coordinate representation of color #32E211: hue angle of 110.53º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #32E211 is Cyan = 0.78, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 226 | 17 | - |
| CMYK | 0.78 | 0 | 0.92 | 0.11 |
| HSL | 110.53º | 0.86% | 0.48% | - |
| HSV(B) | 110.53º | 0.92% | 0.89% | - |
| XYZ | 28.61 | 55.11 | 9.66 | - |
| YUV | 149.55 | 53.19 | 56.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 226 | 17 | 0.78 | 0 | 0.92 | 0.11 | 110.53 | 0.86 | 0.48 |
| Hex | 32 | E2 | 11 | 4E | 0 | 5C | B | 6F | 56 | 30 |
| Octal | 62 | 342 | 21 | 116 | 0 | 134 | 13 | 157 | 126 | 60 |
| Binary | 110010 | 11100010 | 10001 | 1001110 | 0 | 1011100 | 1011 | 1101111 | 1010110 | 110000 |
Color Harmonies of #32E211
Complementary color
Monochromatic Colors of #32E211
Black with #32E211
Text Example
Text Example
White with #32E211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E211; }
p { color: rgb(50,226,17); }
H1.HeaderClassName
{
color: #32E211;
}
.AnyTagClassName
{
color: #32E211;
}
</style>
background-color css
<style>
a { background-color: #32E211; }
a { background-color: rgb(50,226,17); }
div.DivClassName
{
background-color: #32E211;
}
.BgClassName
{
background-color: #32E211;
}
</style>
border-color css
<style>
span { border-color: #32E211; }
span { border-color: rgb(50,226,17); }
td.TdClassName
{
border-color: #32E211;
}
.TagClassName
{
border-color: #32E211;
}
</style>