Shades of Harlequin #4EE800
Tints of Harlequin #4EE800
RGB
CMYK
RGB Variations
Color information
#4EE800 (or 0x4EE800) is known color: Harlequin. HEX triplet: 4E, E8 and 00. RGB value is (78,232,0). Sum of RGB (Red+Green+Blue) = 78+232+0=310 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25.16% from 310); Green value is 232 (91.02% from 255 or 74.84% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 232 - color contains mainly: green. Hex color #4EE800 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EE800 is #B117FF. Grayscale: #A0A0A0. Windows color (decimal): -11606016 or 59470. OLE color: 59470.
HSL color Cylindrical-coordinate representation of color #4EE800: hue angle of 99.83º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4EE800 is Cyan = 0.66, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 78 | 232 | 0 | - |
| CMYK | 0.66 | 0 | 1 | 0.09 |
| HSL | 99.83º | 1% | 0.45% | - |
| HSV(B) | 99.83º | 1% | 0.91% | - |
| XYZ | 32 | 59.33 | 9.77 | - |
| YUV | 159.51 | 37.98 | 69.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 232 | 0 | 0.66 | 0 | 1 | 0.09 | 99.83 | 1 | 0.45 |
| Hex | 4E | E8 | 0 | 42 | 0 | 64 | 9 | 64 | 64 | 2D |
| Octal | 116 | 350 | 0 | 102 | 0 | 144 | 11 | 144 | 144 | 55 |
| Binary | 1001110 | 11101000 | 0 | 1000010 | 0 | 1100100 | 1001 | 1100100 | 1100100 | 101101 |
Color Harmonies of #4EE800
Complementary color
Monochromatic Colors of #4EE800
Black with #4EE800
Text Example
Text Example
White with #4EE800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE800; }
p { color: rgb(78,232,0); }
H1.HeaderClassName
{
color: #4EE800;
}
.AnyTagClassName
{
color: #4EE800;
}
</style>
background-color css
<style>
a { background-color: #4EE800; }
a { background-color: rgb(78,232,0); }
div.DivClassName
{
background-color: #4EE800;
}
.BgClassName
{
background-color: #4EE800;
}
</style>
border-color css
<style>
span { border-color: #4EE800; }
span { border-color: rgb(78,232,0); }
td.TdClassName
{
border-color: #4EE800;
}
.TagClassName
{
border-color: #4EE800;
}
</style>