Shades of Harlequin #4EE10F
Tints of Harlequin #4EE10F
RGB
CMYK
RGB Variations
Color information
#4EE10F (or 0x4EE10F) is known color: Harlequin. HEX triplet: 4E, E1 and 0F. RGB value is (78,225,15). Sum of RGB (Red+Green+Blue) = 78+225+15=318 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.53% from 318); Green value is 225 (88.28% from 255 or 70.75% from 318); Blue value is 15 (6.25% from 255 or 4.72% from 318); Max value from RGB is 225 - color contains mainly: green. Hex color #4EE10F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4EE10F is #B11EF0. Grayscale: #9D9D9D. Windows color (decimal): -11607793 or 1040718. OLE color: 1040718.
HSL color Cylindrical-coordinate representation of color #4EE10F: hue angle of 102º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4EE10F is Cyan = 0.65, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 78 | 225 | 15 | - |
| CMYK | 0.65 | 0 | 0.93 | 0.12 |
| HSL | 102º | 0.88% | 0.47% | - |
| HSV(B) | 102º | 0.93% | 0.88% | - |
| XYZ | 30.15 | 55.5 | 9.58 | - |
| YUV | 157.11 | 47.8 | 71.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 225 | 15 | 0.65 | 0 | 0.93 | 0.12 | 102 | 0.88 | 0.47 |
| Hex | 4E | E1 | F | 41 | 0 | 5D | C | 66 | 58 | 2F |
| Octal | 116 | 341 | 17 | 101 | 0 | 135 | 14 | 146 | 130 | 57 |
| Binary | 1001110 | 11100001 | 1111 | 1000001 | 0 | 1011101 | 1100 | 1100110 | 1011000 | 101111 |
Color Harmonies of #4EE10F
Complementary color
Monochromatic Colors of #4EE10F
Black with #4EE10F
Text Example
Text Example
White with #4EE10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE10F; }
p { color: rgb(78,225,15); }
H1.HeaderClassName
{
color: #4EE10F;
}
.AnyTagClassName
{
color: #4EE10F;
}
</style>
background-color css
<style>
a { background-color: #4EE10F; }
a { background-color: rgb(78,225,15); }
div.DivClassName
{
background-color: #4EE10F;
}
.BgClassName
{
background-color: #4EE10F;
}
</style>
border-color css
<style>
span { border-color: #4EE10F; }
span { border-color: rgb(78,225,15); }
td.TdClassName
{
border-color: #4EE10F;
}
.TagClassName
{
border-color: #4EE10F;
}
</style>