Shades of Harlequin #4EE511
Tints of Harlequin #4EE511
RGB
CMYK
RGB Variations
Color information
#4EE511 (or 0x4EE511) is known color: Harlequin. HEX triplet: 4E, E5 and 11. RGB value is (78,229,17). Sum of RGB (Red+Green+Blue) = 78+229+17=324 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.07% from 324); Green value is 229 (89.84% from 255 or 70.68% from 324); Blue value is 17 (7.03% from 255 or 5.25% from 324); Max value from RGB is 229 - color contains mainly: green. Hex color #4EE511 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4EE511 is #B11AEE. Grayscale: #A0A0A0. Windows color (decimal): -11606767 or 1172814. OLE color: 1172814.
HSL color Cylindrical-coordinate representation of color #4EE511: hue angle of 102.74º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4EE511 is Cyan = 0.66, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 78 | 229 | 17 | - |
| CMYK | 0.66 | 0 | 0.93 | 0.10 |
| HSL | 102.74º | 0.86% | 0.48% | - |
| HSV(B) | 102.74º | 0.93% | 0.9% | - |
| XYZ | 31.26 | 57.7 | 10.02 | - |
| YUV | 159.68 | 47.47 | 69.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 229 | 17 | 0.66 | 0 | 0.93 | 0.10 | 102.74 | 0.86 | 0.48 |
| Hex | 4E | E5 | 11 | 42 | 0 | 5D | A | 67 | 56 | 30 |
| Octal | 116 | 345 | 21 | 102 | 0 | 135 | 12 | 147 | 126 | 60 |
| Binary | 1001110 | 11100101 | 10001 | 1000010 | 0 | 1011101 | 1010 | 1100111 | 1010110 | 110000 |
Color Harmonies of #4EE511
Complementary color
Monochromatic Colors of #4EE511
Black with #4EE511
Text Example
Text Example
White with #4EE511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE511; }
p { color: rgb(78,229,17); }
H1.HeaderClassName
{
color: #4EE511;
}
.AnyTagClassName
{
color: #4EE511;
}
</style>
background-color css
<style>
a { background-color: #4EE511; }
a { background-color: rgb(78,229,17); }
div.DivClassName
{
background-color: #4EE511;
}
.BgClassName
{
background-color: #4EE511;
}
</style>
border-color css
<style>
span { border-color: #4EE511; }
span { border-color: rgb(78,229,17); }
td.TdClassName
{
border-color: #4EE511;
}
.TagClassName
{
border-color: #4EE511;
}
</style>