Shades of Harlequin #4EE700
Tints of Harlequin #4EE700
RGB
CMYK
RGB Variations
Color information
#4EE700 (or 0x4EE700) is known color: Harlequin. HEX triplet: 4E, E7 and 00. RGB value is (78,231,0). Sum of RGB (Red+Green+Blue) = 78+231+0=309 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.24% from 309); Green value is 231 (90.62% from 255 or 74.76% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 231 - color contains mainly: green. Hex color #4EE700 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EE700 is #B118FF. Grayscale: #9F9F9F. Windows color (decimal): -11606272 or 59214. OLE color: 59214.
HSL color Cylindrical-coordinate representation of color #4EE700: hue angle of 99.74º 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 #4EE700 is Cyan = 0.66, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 78 | 231 | 0 | - |
| CMYK | 0.66 | 0 | 1 | 0.09 |
| HSL | 99.74º | 1% | 0.45% | - |
| HSV(B) | 99.74º | 1% | 0.91% | - |
| XYZ | 31.72 | 58.77 | 9.67 | - |
| YUV | 158.92 | 38.31 | 70.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 231 | 0 | 0.66 | 0 | 1 | 0.09 | 99.74 | 1 | 0.45 |
| Hex | 4E | E7 | 0 | 42 | 0 | 64 | 9 | 64 | 64 | 2D |
| Octal | 116 | 347 | 0 | 102 | 0 | 144 | 11 | 144 | 144 | 55 |
| Binary | 1001110 | 11100111 | 0 | 1000010 | 0 | 1100100 | 1001 | 1100100 | 1100100 | 101101 |
Color Harmonies of #4EE700
Complementary color
Monochromatic Colors of #4EE700
Black with #4EE700
Text Example
Text Example
White with #4EE700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE700; }
p { color: rgb(78,231,0); }
H1.HeaderClassName
{
color: #4EE700;
}
.AnyTagClassName
{
color: #4EE700;
}
</style>
background-color css
<style>
a { background-color: #4EE700; }
a { background-color: rgb(78,231,0); }
div.DivClassName
{
background-color: #4EE700;
}
.BgClassName
{
background-color: #4EE700;
}
</style>
border-color css
<style>
span { border-color: #4EE700; }
span { border-color: rgb(78,231,0); }
td.TdClassName
{
border-color: #4EE700;
}
.TagClassName
{
border-color: #4EE700;
}
</style>