Shades of Harlequin #4EEC05
Tints of Harlequin #4EEC05
RGB
CMYK
RGB Variations
Color information
#4EEC05 (or 0x4EEC05) is known color: Harlequin. HEX triplet: 4E, EC and 05. RGB value is (78,236,5). Sum of RGB (Red+Green+Blue) = 78+236+5=319 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.45% from 319); Green value is 236 (92.58% from 255 or 73.98% from 319); Blue value is 5 (2.34% from 255 or 1.57% from 319); Max value from RGB is 236 - color contains mainly: green. Hex color #4EEC05 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EEC05 is #B113FA. Grayscale: #A3A3A3. Windows color (decimal): -11604987 or 388174. OLE color: 388174.
HSL color Cylindrical-coordinate representation of color #4EEC05: hue angle of 101.04º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4EEC05 is Cyan = 0.67, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 236 | 5 | - |
| CMYK | 0.67 | 0 | 0.98 | 0.07 |
| HSL | 101.04º | 0.96% | 0.47% | - |
| HSV(B) | 101.04º | 0.98% | 0.93% | - |
| XYZ | 33.16 | 61.62 | 10.29 | - |
| YUV | 162.42 | 39.15 | 67.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 236 | 5 | 0.67 | 0 | 0.98 | 0.07 | 101.04 | 0.96 | 0.47 |
| Hex | 4E | EC | 5 | 43 | 0 | 62 | 7 | 65 | 60 | 2F |
| Octal | 116 | 354 | 5 | 103 | 0 | 142 | 7 | 145 | 140 | 57 |
| Binary | 1001110 | 11101100 | 101 | 1000011 | 0 | 1100010 | 111 | 1100101 | 1100000 | 101111 |
Color Harmonies of #4EEC05
Complementary color
Monochromatic Colors of #4EEC05
Black with #4EEC05
Text Example
Text Example
White with #4EEC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEC05; }
p { color: rgb(78,236,5); }
H1.HeaderClassName
{
color: #4EEC05;
}
.AnyTagClassName
{
color: #4EEC05;
}
</style>
background-color css
<style>
a { background-color: #4EEC05; }
a { background-color: rgb(78,236,5); }
div.DivClassName
{
background-color: #4EEC05;
}
.BgClassName
{
background-color: #4EEC05;
}
</style>
border-color css
<style>
span { border-color: #4EEC05; }
span { border-color: rgb(78,236,5); }
td.TdClassName
{
border-color: #4EEC05;
}
.TagClassName
{
border-color: #4EEC05;
}
</style>