Shades of Kelly Green #4EA40E
Tints of Kelly Green #4EA40E
RGB
CMYK
RGB Variations
Color information
#4EA40E (or 0x4EA40E) is known color: Kelly Green. HEX triplet: 4E, A4 and 0E. RGB value is (78,164,14). Sum of RGB (Red+Green+Blue) = 78+164+14=256 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.47% from 256); Green value is 164 (64.45% from 255 or 64.06% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 164 - color contains mainly: green. Hex color #4EA40E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4EA40E is #B15BF1. Grayscale: #797979. Windows color (decimal): -11623410 or 959566. OLE color: 959566.
HSL color Cylindrical-coordinate representation of color #4EA40E: hue angle of 94.4º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4EA40E is Cyan = 0.52, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 78 | 164 | 14 | - |
| CMYK | 0.52 | 0 | 0.91 | 0.36 |
| HSL | 94.4º | 0.84% | 0.35% | - |
| HSV(B) | 94.4º | 0.91% | 0.64% | - |
| XYZ | 16.5 | 28.2 | 4.99 | - |
| YUV | 121.19 | 67.51 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 164 | 14 | 0.52 | 0 | 0.91 | 0.36 | 94.4 | 0.84 | 0.35 |
| Hex | 4E | A4 | E | 34 | 0 | 5B | 24 | 5E | 54 | 23 |
| Octal | 116 | 244 | 16 | 64 | 0 | 133 | 44 | 136 | 124 | 43 |
| Binary | 1001110 | 10100100 | 1110 | 110100 | 0 | 1011011 | 100100 | 1011110 | 1010100 | 100011 |
Color Harmonies of #4EA40E
Complementary color
Monochromatic Colors of #4EA40E
Black with #4EA40E
Text Example
Text Example
White with #4EA40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA40E; }
p { color: rgb(78,164,14); }
H1.HeaderClassName
{
color: #4EA40E;
}
.AnyTagClassName
{
color: #4EA40E;
}
</style>
background-color css
<style>
a { background-color: #4EA40E; }
a { background-color: rgb(78,164,14); }
div.DivClassName
{
background-color: #4EA40E;
}
.BgClassName
{
background-color: #4EA40E;
}
</style>
border-color css
<style>
span { border-color: #4EA40E; }
span { border-color: rgb(78,164,14); }
td.TdClassName
{
border-color: #4EA40E;
}
.TagClassName
{
border-color: #4EA40E;
}
</style>