Shades of Harlequin #4EE10D
Tints of Harlequin #4EE10D
RGB
CMYK
RGB Variations
Color information
#4EE10D (or 0x4EE10D) is known color: Harlequin. HEX triplet: 4E, E1 and 0D. RGB value is (78,225,13). Sum of RGB (Red+Green+Blue) = 78+225+13=316 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.68% from 316); Green value is 225 (88.28% from 255 or 71.20% from 316); Blue value is 13 (5.47% from 255 or 4.11% from 316); Max value from RGB is 225 - color contains mainly: green. Hex color #4EE10D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4EE10D is #B11EF2. Grayscale: #9D9D9D. Windows color (decimal): -11607795 or 909646. OLE color: 909646.
HSL color Cylindrical-coordinate representation of color #4EE10D: hue angle of 101.6º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4EE10D is Cyan = 0.65, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 78 | 225 | 13 | - |
| CMYK | 0.65 | 0 | 0.94 | 0.12 |
| HSL | 101.6º | 0.89% | 0.47% | - |
| HSV(B) | 101.6º | 0.94% | 0.88% | - |
| XYZ | 30.14 | 55.5 | 9.5 | - |
| YUV | 156.88 | 46.8 | 71.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 225 | 13 | 0.65 | 0 | 0.94 | 0.12 | 101.6 | 0.89 | 0.47 |
| Hex | 4E | E1 | D | 41 | 0 | 5E | C | 66 | 59 | 2F |
| Octal | 116 | 341 | 15 | 101 | 0 | 136 | 14 | 146 | 131 | 57 |
| Binary | 1001110 | 11100001 | 1101 | 1000001 | 0 | 1011110 | 1100 | 1100110 | 1011001 | 101111 |
Color Harmonies of #4EE10D
Complementary color
Monochromatic Colors of #4EE10D
Black with #4EE10D
Text Example
Text Example
White with #4EE10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE10D; }
p { color: rgb(78,225,13); }
H1.HeaderClassName
{
color: #4EE10D;
}
.AnyTagClassName
{
color: #4EE10D;
}
</style>
background-color css
<style>
a { background-color: #4EE10D; }
a { background-color: rgb(78,225,13); }
div.DivClassName
{
background-color: #4EE10D;
}
.BgClassName
{
background-color: #4EE10D;
}
</style>
border-color css
<style>
span { border-color: #4EE10D; }
span { border-color: rgb(78,225,13); }
td.TdClassName
{
border-color: #4EE10D;
}
.TagClassName
{
border-color: #4EE10D;
}
</style>