Shades of Harlequin #36EC16
Tints of Harlequin #36EC16
RGB
CMYK
RGB Variations
Color information
#36EC16 (or 0x36EC16) is known color: Harlequin. HEX triplet: 36, EC and 16. RGB value is (54,236,22). Sum of RGB (Red+Green+Blue) = 54+236+22=312 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.31% from 312); Green value is 236 (92.58% from 255 or 75.64% from 312); Blue value is 22 (8.98% from 255 or 7.05% from 312); Max value from RGB is 236 - color contains mainly: green. Hex color #36EC16 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #36EC16 is #C913E9. Grayscale: #9D9D9D. Windows color (decimal): -13177834 or 1502262. OLE color: 1502262.
HSL color Cylindrical-coordinate representation of color #36EC16: hue angle of 111.03º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #36EC16 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 236 | 22 | - |
| CMYK | 0.77 | 0 | 0.91 | 0.07 |
| HSL | 111.03º | 0.85% | 0.51% | - |
| HSV(B) | 111.03º | 0.91% | 0.93% | - |
| XYZ | 31.66 | 60.83 | 10.83 | - |
| YUV | 157.19 | 51.7 | 54.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 236 | 22 | 0.77 | 0 | 0.91 | 0.07 | 111.03 | 0.85 | 0.51 |
| Hex | 36 | EC | 16 | 4D | 0 | 5B | 7 | 6F | 55 | 33 |
| Octal | 66 | 354 | 26 | 115 | 0 | 133 | 7 | 157 | 125 | 63 |
| Binary | 110110 | 11101100 | 10110 | 1001101 | 0 | 1011011 | 111 | 1101111 | 1010101 | 110011 |
Color Harmonies of #36EC16
Complementary color
Monochromatic Colors of #36EC16
Black with #36EC16
Text Example
Text Example
White with #36EC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36EC16; }
p { color: rgb(54,236,22); }
H1.HeaderClassName
{
color: #36EC16;
}
.AnyTagClassName
{
color: #36EC16;
}
</style>
background-color css
<style>
a { background-color: #36EC16; }
a { background-color: rgb(54,236,22); }
div.DivClassName
{
background-color: #36EC16;
}
.BgClassName
{
background-color: #36EC16;
}
</style>
border-color css
<style>
span { border-color: #36EC16; }
span { border-color: rgb(54,236,22); }
td.TdClassName
{
border-color: #36EC16;
}
.TagClassName
{
border-color: #36EC16;
}
</style>