Shades of Harlequin #4EEC02
Tints of Harlequin #4EEC02
RGB
CMYK
RGB Variations
Color information
#4EEC02 (or 0x4EEC02) is known color: Harlequin. HEX triplet: 4E, EC and 02. RGB value is (78,236,2). Sum of RGB (Red+Green+Blue) = 78+236+2=316 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.68% from 316); Green value is 236 (92.58% from 255 or 74.68% from 316); Blue value is 2 (1.17% from 255 or 0.63% from 316); Max value from RGB is 236 - color contains mainly: green. Hex color #4EEC02 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EEC02 is #B113FD. Grayscale: #A2A2A2. Windows color (decimal): -11604990 or 191566. OLE color: 191566.
HSL color Cylindrical-coordinate representation of color #4EEC02: hue angle of 100.51º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4EEC02 is Cyan = 0.67, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 236 | 2 | - |
| CMYK | 0.67 | 0 | 0.99 | 0.07 |
| HSL | 100.51º | 0.98% | 0.47% | - |
| HSV(B) | 100.51º | 0.99% | 0.93% | - |
| XYZ | 33.15 | 61.61 | 10.2 | - |
| YUV | 162.08 | 37.65 | 68.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 236 | 2 | 0.67 | 0 | 0.99 | 0.07 | 100.51 | 0.98 | 0.47 |
| Hex | 4E | EC | 2 | 43 | 0 | 63 | 7 | 65 | 62 | 2F |
| Octal | 116 | 354 | 2 | 103 | 0 | 143 | 7 | 145 | 142 | 57 |
| Binary | 1001110 | 11101100 | 10 | 1000011 | 0 | 1100011 | 111 | 1100101 | 1100010 | 101111 |
Color Harmonies of #4EEC02
Complementary color
Monochromatic Colors of #4EEC02
Black with #4EEC02
Text Example
Text Example
White with #4EEC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEC02; }
p { color: rgb(78,236,2); }
H1.HeaderClassName
{
color: #4EEC02;
}
.AnyTagClassName
{
color: #4EEC02;
}
</style>
background-color css
<style>
a { background-color: #4EEC02; }
a { background-color: rgb(78,236,2); }
div.DivClassName
{
background-color: #4EEC02;
}
.BgClassName
{
background-color: #4EEC02;
}
</style>
border-color css
<style>
span { border-color: #4EEC02; }
span { border-color: rgb(78,236,2); }
td.TdClassName
{
border-color: #4EEC02;
}
.TagClassName
{
border-color: #4EEC02;
}
</style>