Shades of Harlequin #32EC0D
Tints of Harlequin #32EC0D
RGB
CMYK
RGB Variations
Color information
#32EC0D (or 0x32EC0D) is known color: Harlequin. HEX triplet: 32, EC and 0D. RGB value is (50,236,13). Sum of RGB (Red+Green+Blue) = 50+236+13=299 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.72% from 299); Green value is 236 (92.58% from 255 or 78.93% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 236 - color contains mainly: green. Hex color #32EC0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #32EC0D is #CD13F2. Grayscale: #9B9B9B. Windows color (decimal): -13439987 or 912434. OLE color: 912434.
HSL color Cylindrical-coordinate representation of color #32EC0D: hue angle of 110.04º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #32EC0D is Cyan = 0.79, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 236 | 13 | - |
| CMYK | 0.79 | 0 | 0.94 | 0.07 |
| HSL | 110.04º | 0.9% | 0.49% | - |
| HSV(B) | 110.04º | 0.94% | 0.93% | - |
| XYZ | 31.38 | 60.7 | 10.44 | - |
| YUV | 154.96 | 47.88 | 53.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 236 | 13 | 0.79 | 0 | 0.94 | 0.07 | 110.04 | 0.9 | 0.49 |
| Hex | 32 | EC | D | 4F | 0 | 5E | 7 | 6E | 5A | 31 |
| Octal | 62 | 354 | 15 | 117 | 0 | 136 | 7 | 156 | 132 | 61 |
| Binary | 110010 | 11101100 | 1101 | 1001111 | 0 | 1011110 | 111 | 1101110 | 1011010 | 110001 |
Color Harmonies of #32EC0D
Complementary color
Monochromatic Colors of #32EC0D
Black with #32EC0D
Text Example
Text Example
White with #32EC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EC0D; }
p { color: rgb(50,236,13); }
H1.HeaderClassName
{
color: #32EC0D;
}
.AnyTagClassName
{
color: #32EC0D;
}
</style>
background-color css
<style>
a { background-color: #32EC0D; }
a { background-color: rgb(50,236,13); }
div.DivClassName
{
background-color: #32EC0D;
}
.BgClassName
{
background-color: #32EC0D;
}
</style>
border-color css
<style>
span { border-color: #32EC0D; }
span { border-color: rgb(50,236,13); }
td.TdClassName
{
border-color: #32EC0D;
}
.TagClassName
{
border-color: #32EC0D;
}
</style>