Shades of Harlequin #4EEC00
Tints of Harlequin #4EEC00
RGB
CMYK
RGB Variations
Color information
#4EEC00 (or 0x4EEC00) is known color: Harlequin. HEX triplet: 4E, EC and 00. RGB value is (78,236,0). Sum of RGB (Red+Green+Blue) = 78+236+0=314 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.84% from 314); Green value is 236 (92.58% from 255 or 75.16% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 236 - color contains mainly: green. Hex color #4EEC00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EEC00 is #B113FF. Grayscale: #A2A2A2. Windows color (decimal): -11604992 or 60494. OLE color: 60494.
HSL color Cylindrical-coordinate representation of color #4EEC00: hue angle of 100.17º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4EEC00 is Cyan = 0.67, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 236 | 0 | - |
| CMYK | 0.67 | 0 | 1 | 0.07 |
| HSL | 100.17º | 1% | 0.46% | - |
| HSV(B) | 100.17º | 1% | 0.93% | - |
| XYZ | 33.14 | 61.61 | 10.15 | - |
| YUV | 161.85 | 36.65 | 68.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 236 | 0 | 0.67 | 0 | 1 | 0.07 | 100.17 | 1 | 0.46 |
| Hex | 4E | EC | 0 | 43 | 0 | 64 | 7 | 64 | 64 | 2E |
| Octal | 116 | 354 | 0 | 103 | 0 | 144 | 7 | 144 | 144 | 56 |
| Binary | 1001110 | 11101100 | 0 | 1000011 | 0 | 1100100 | 111 | 1100100 | 1100100 | 101110 |
Color Harmonies of #4EEC00
Complementary color
Monochromatic Colors of #4EEC00
Black with #4EEC00
Text Example
Text Example
White with #4EEC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEC00; }
p { color: rgb(78,236,0); }
H1.HeaderClassName
{
color: #4EEC00;
}
.AnyTagClassName
{
color: #4EEC00;
}
</style>
background-color css
<style>
a { background-color: #4EEC00; }
a { background-color: rgb(78,236,0); }
div.DivClassName
{
background-color: #4EEC00;
}
.BgClassName
{
background-color: #4EEC00;
}
</style>
border-color css
<style>
span { border-color: #4EEC00; }
span { border-color: rgb(78,236,0); }
td.TdClassName
{
border-color: #4EEC00;
}
.TagClassName
{
border-color: #4EEC00;
}
</style>