Shades of Harlequin #4EEC16
Tints of Harlequin #4EEC16
RGB
CMYK
RGB Variations
Color information
#4EEC16 (or 0x4EEC16) is known color: Harlequin. HEX triplet: 4E, EC and 16. RGB value is (78,236,22). Sum of RGB (Red+Green+Blue) = 78+236+22=336 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.21% from 336); Green value is 236 (92.58% from 255 or 70.24% from 336); Blue value is 22 (8.98% from 255 or 6.55% from 336); Max value from RGB is 236 - color contains mainly: green. Hex color #4EEC16 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EEC16 is #B113E9. Grayscale: #A5A5A5. Windows color (decimal): -11604970 or 1502286. OLE color: 1502286.
HSL color Cylindrical-coordinate representation of color #4EEC16: hue angle of 104.3º 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 #4EEC16 is Cyan = 0.67, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 236 | 22 | - |
| CMYK | 0.67 | 0 | 0.91 | 0.07 |
| HSL | 104.3º | 0.85% | 0.51% | - |
| HSV(B) | 104.3º | 0.91% | 0.93% | - |
| XYZ | 33.28 | 61.67 | 10.91 | - |
| YUV | 164.36 | 47.65 | 66.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 236 | 22 | 0.67 | 0 | 0.91 | 0.07 | 104.3 | 0.85 | 0.51 |
| Hex | 4E | EC | 16 | 43 | 0 | 5B | 7 | 68 | 55 | 33 |
| Octal | 116 | 354 | 26 | 103 | 0 | 133 | 7 | 150 | 125 | 63 |
| Binary | 1001110 | 11101100 | 10110 | 1000011 | 0 | 1011011 | 111 | 1101000 | 1010101 | 110011 |
Color Harmonies of #4EEC16
Complementary color
Monochromatic Colors of #4EEC16
Black with #4EEC16
Text Example
Text Example
White with #4EEC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEC16; }
p { color: rgb(78,236,22); }
H1.HeaderClassName
{
color: #4EEC16;
}
.AnyTagClassName
{
color: #4EEC16;
}
</style>
background-color css
<style>
a { background-color: #4EEC16; }
a { background-color: rgb(78,236,22); }
div.DivClassName
{
background-color: #4EEC16;
}
.BgClassName
{
background-color: #4EEC16;
}
</style>
border-color css
<style>
span { border-color: #4EEC16; }
span { border-color: rgb(78,236,22); }
td.TdClassName
{
border-color: #4EEC16;
}
.TagClassName
{
border-color: #4EEC16;
}
</style>