Shades of Harlequin #32E310
Tints of Harlequin #32E310
RGB
CMYK
RGB Variations
Color information
#32E310 (or 0x32E310) is known color: Harlequin. HEX triplet: 32, E3 and 10. RGB value is (50,227,16). Sum of RGB (Red+Green+Blue) = 50+227+16=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 227 (89.06% from 255 or 77.47% from 293); Blue value is 16 (6.64% from 255 or 5.46% from 293); Max value from RGB is 227 - color contains mainly: green. Hex color #32E310 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32E310 is #CD1CEF. Grayscale: #969696. Windows color (decimal): -13442288 or 1106738. OLE color: 1106738.
HSL color Cylindrical-coordinate representation of color #32E310: hue angle of 110.33º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #32E310 is Cyan = 0.78, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 227 | 16 | - |
| CMYK | 0.78 | 0 | 0.93 | 0.11 |
| HSL | 110.33º | 0.87% | 0.48% | - |
| HSV(B) | 110.33º | 0.93% | 0.89% | - |
| XYZ | 28.88 | 55.65 | 9.71 | - |
| YUV | 150.02 | 52.36 | 56.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 227 | 16 | 0.78 | 0 | 0.93 | 0.11 | 110.33 | 0.87 | 0.48 |
| Hex | 32 | E3 | 10 | 4E | 0 | 5D | B | 6E | 57 | 30 |
| Octal | 62 | 343 | 20 | 116 | 0 | 135 | 13 | 156 | 127 | 60 |
| Binary | 110010 | 11100011 | 10000 | 1001110 | 0 | 1011101 | 1011 | 1101110 | 1010111 | 110000 |
Color Harmonies of #32E310
Complementary color
Monochromatic Colors of #32E310
Black with #32E310
Text Example
Text Example
White with #32E310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E310; }
p { color: rgb(50,227,16); }
H1.HeaderClassName
{
color: #32E310;
}
.AnyTagClassName
{
color: #32E310;
}
</style>
background-color css
<style>
a { background-color: #32E310; }
a { background-color: rgb(50,227,16); }
div.DivClassName
{
background-color: #32E310;
}
.BgClassName
{
background-color: #32E310;
}
</style>
border-color css
<style>
span { border-color: #32E310; }
span { border-color: rgb(50,227,16); }
td.TdClassName
{
border-color: #32E310;
}
.TagClassName
{
border-color: #32E310;
}
</style>