Shades of Kelly Green #4EA80E
Tints of Kelly Green #4EA80E
RGB
CMYK
RGB Variations
Color information
#4EA80E (or 0x4EA80E) is known color: Kelly Green. HEX triplet: 4E, A8 and 0E. RGB value is (78,168,14). Sum of RGB (Red+Green+Blue) = 78+168+14=260 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30% from 260); Green value is 168 (66.02% from 255 or 64.62% from 260); Blue value is 14 (5.86% from 255 or 5.38% from 260); Max value from RGB is 168 - color contains mainly: green. Hex color #4EA80E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4EA80E is #B157F1. Grayscale: #7C7C7C. Windows color (decimal): -11622386 or 960590. OLE color: 960590.
HSL color Cylindrical-coordinate representation of color #4EA80E: hue angle of 95.06º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4EA80E is Cyan = 0.54, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 78 | 168 | 14 | - |
| CMYK | 0.54 | 0 | 0.92 | 0.34 |
| HSL | 95.06º | 0.85% | 0.36% | - |
| HSV(B) | 95.06º | 0.92% | 0.66% | - |
| XYZ | 17.22 | 29.66 | 5.23 | - |
| YUV | 123.53 | 66.18 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 168 | 14 | 0.54 | 0 | 0.92 | 0.34 | 95.06 | 0.85 | 0.36 |
| Hex | 4E | A8 | E | 36 | 0 | 5C | 22 | 5F | 55 | 24 |
| Octal | 116 | 250 | 16 | 66 | 0 | 134 | 42 | 137 | 125 | 44 |
| Binary | 1001110 | 10101000 | 1110 | 110110 | 0 | 1011100 | 100010 | 1011111 | 1010101 | 100100 |
Color Harmonies of #4EA80E
Complementary color
Monochromatic Colors of #4EA80E
Black with #4EA80E
Text Example
Text Example
White with #4EA80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA80E; }
p { color: rgb(78,168,14); }
H1.HeaderClassName
{
color: #4EA80E;
}
.AnyTagClassName
{
color: #4EA80E;
}
</style>
background-color css
<style>
a { background-color: #4EA80E; }
a { background-color: rgb(78,168,14); }
div.DivClassName
{
background-color: #4EA80E;
}
.BgClassName
{
background-color: #4EA80E;
}
</style>
border-color css
<style>
span { border-color: #4EA80E; }
span { border-color: rgb(78,168,14); }
td.TdClassName
{
border-color: #4EA80E;
}
.TagClassName
{
border-color: #4EA80E;
}
</style>