Shades of Harlequin #4EE806
Tints of Harlequin #4EE806
RGB
CMYK
RGB Variations
Color information
#4EE806 (or 0x4EE806) is known color: Harlequin. HEX triplet: 4E, E8 and 06. RGB value is (78,232,6). Sum of RGB (Red+Green+Blue) = 78+232+6=316 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.68% from 316); Green value is 232 (91.02% from 255 or 73.42% from 316); Blue value is 6 (2.73% from 255 or 1.90% from 316); Max value from RGB is 232 - color contains mainly: green. Hex color #4EE806 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EE806 is #B117F9. Grayscale: #A0A0A0. Windows color (decimal): -11606010 or 452686. OLE color: 452686.
HSL color Cylindrical-coordinate representation of color #4EE806: hue angle of 100.88º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4EE806 is Cyan = 0.66, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 78 | 232 | 6 | - |
| CMYK | 0.66 | 0 | 0.97 | 0.09 |
| HSL | 100.89º | 0.95% | 0.47% | - |
| HSV(B) | 100.89º | 0.97% | 0.91% | - |
| XYZ | 32.03 | 59.35 | 9.94 | - |
| YUV | 160.19 | 40.98 | 69.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 232 | 6 | 0.66 | 0 | 0.97 | 0.09 | 100.89 | 0.95 | 0.47 |
| Hex | 4E | E8 | 6 | 42 | 0 | 61 | 9 | 65 | 5F | 2F |
| Octal | 116 | 350 | 6 | 102 | 0 | 141 | 11 | 145 | 137 | 57 |
| Binary | 1001110 | 11101000 | 110 | 1000010 | 0 | 1100001 | 1001 | 1100101 | 1011111 | 101111 |
Color Harmonies of #4EE806
Complementary color
Monochromatic Colors of #4EE806
Black with #4EE806
Text Example
Text Example
White with #4EE806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE806; }
p { color: rgb(78,232,6); }
H1.HeaderClassName
{
color: #4EE806;
}
.AnyTagClassName
{
color: #4EE806;
}
</style>
background-color css
<style>
a { background-color: #4EE806; }
a { background-color: rgb(78,232,6); }
div.DivClassName
{
background-color: #4EE806;
}
.BgClassName
{
background-color: #4EE806;
}
</style>
border-color css
<style>
span { border-color: #4EE806; }
span { border-color: rgb(78,232,6); }
td.TdClassName
{
border-color: #4EE806;
}
.TagClassName
{
border-color: #4EE806;
}
</style>