Shades of Harlequin #32E90D
Tints of Harlequin #32E90D
RGB
CMYK
RGB Variations
Color information
#32E90D (or 0x32E90D) is known color: Harlequin. HEX triplet: 32, E9 and 0D. RGB value is (50,233,13). Sum of RGB (Red+Green+Blue) = 50+233+13=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 233 (91.41% from 255 or 78.72% from 296); Blue value is 13 (5.47% from 255 or 4.39% from 296); Max value from RGB is 233 - color contains mainly: green. Hex color #32E90D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #32E90D is #CD16F2. Grayscale: #999999. Windows color (decimal): -13440755 or 911666. OLE color: 911666.
HSL color Cylindrical-coordinate representation of color #32E90D: hue angle of 109.91º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #32E90D is Cyan = 0.79, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 50 | 233 | 13 | - |
| CMYK | 0.79 | 0 | 0.94 | 0.09 |
| HSL | 109.91º | 0.89% | 0.48% | - |
| HSV(B) | 109.91º | 0.94% | 0.91% | - |
| XYZ | 30.53 | 58.98 | 10.16 | - |
| YUV | 153.2 | 48.87 | 54.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 233 | 13 | 0.79 | 0 | 0.94 | 0.09 | 109.91 | 0.89 | 0.48 |
| Hex | 32 | E9 | D | 4F | 0 | 5E | 9 | 6E | 59 | 30 |
| Octal | 62 | 351 | 15 | 117 | 0 | 136 | 11 | 156 | 131 | 60 |
| Binary | 110010 | 11101001 | 1101 | 1001111 | 0 | 1011110 | 1001 | 1101110 | 1011001 | 110000 |
Color Harmonies of #32E90D
Complementary color
Monochromatic Colors of #32E90D
Black with #32E90D
Text Example
Text Example
White with #32E90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E90D; }
p { color: rgb(50,233,13); }
H1.HeaderClassName
{
color: #32E90D;
}
.AnyTagClassName
{
color: #32E90D;
}
</style>
background-color css
<style>
a { background-color: #32E90D; }
a { background-color: rgb(50,233,13); }
div.DivClassName
{
background-color: #32E90D;
}
.BgClassName
{
background-color: #32E90D;
}
</style>
border-color css
<style>
span { border-color: #32E90D; }
span { border-color: rgb(50,233,13); }
td.TdClassName
{
border-color: #32E90D;
}
.TagClassName
{
border-color: #32E90D;
}
</style>