Shades of Harlequin #4EE406
Tints of Harlequin #4EE406
RGB
CMYK
RGB Variations
Color information
#4EE406 (or 0x4EE406) is known color: Harlequin. HEX triplet: 4E, E4 and 06. RGB value is (78,228,6). Sum of RGB (Red+Green+Blue) = 78+228+6=312 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25% from 312); Green value is 228 (89.45% from 255 or 73.08% from 312); Blue value is 6 (2.73% from 255 or 1.92% from 312); Max value from RGB is 228 - color contains mainly: green. Hex color #4EE406 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4EE406 is #B11BF9. Grayscale: #9E9E9E. Windows color (decimal): -11607034 or 451662. OLE color: 451662.
HSL color Cylindrical-coordinate representation of color #4EE406: hue angle of 100.54º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4EE406 is Cyan = 0.66, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 78 | 228 | 6 | - |
| CMYK | 0.66 | 0 | 0.97 | 0.11 |
| HSL | 100.54º | 0.95% | 0.46% | - |
| HSV(B) | 100.54º | 0.97% | 0.89% | - |
| XYZ | 30.92 | 57.12 | 9.57 | - |
| YUV | 157.84 | 42.31 | 71.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 228 | 6 | 0.66 | 0 | 0.97 | 0.11 | 100.54 | 0.95 | 0.46 |
| Hex | 4E | E4 | 6 | 42 | 0 | 61 | B | 65 | 5F | 2E |
| Octal | 116 | 344 | 6 | 102 | 0 | 141 | 13 | 145 | 137 | 56 |
| Binary | 1001110 | 11100100 | 110 | 1000010 | 0 | 1100001 | 1011 | 1100101 | 1011111 | 101110 |
Color Harmonies of #4EE406
Complementary color
Monochromatic Colors of #4EE406
Black with #4EE406
Text Example
Text Example
White with #4EE406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE406; }
p { color: rgb(78,228,6); }
H1.HeaderClassName
{
color: #4EE406;
}
.AnyTagClassName
{
color: #4EE406;
}
</style>
background-color css
<style>
a { background-color: #4EE406; }
a { background-color: rgb(78,228,6); }
div.DivClassName
{
background-color: #4EE406;
}
.BgClassName
{
background-color: #4EE406;
}
</style>
border-color css
<style>
span { border-color: #4EE406; }
span { border-color: rgb(78,228,6); }
td.TdClassName
{
border-color: #4EE406;
}
.TagClassName
{
border-color: #4EE406;
}
</style>