Shades of Kelly Green #4EA005
Tints of Kelly Green #4EA005
RGB
CMYK
RGB Variations
Color information
#4EA005 (or 0x4EA005) is known color: Kelly Green. HEX triplet: 4E, A0 and 05. RGB value is (78,160,5). Sum of RGB (Red+Green+Blue) = 78+160+5=243 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.10% from 243); Green value is 160 (62.89% from 255 or 65.84% from 243); Blue value is 5 (2.34% from 255 or 2.06% from 243); Max value from RGB is 160 - color contains mainly: green. Hex color #4EA005 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4EA005 is #B15FFA. Grayscale: #767676. Windows color (decimal): -11624443 or 368718. OLE color: 368718.
HSL color Cylindrical-coordinate representation of color #4EA005: hue angle of 91.74º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4EA005 is Cyan = 0.51, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 78 | 160 | 5 | - |
| CMYK | 0.51 | 0 | 0.97 | 0.37 |
| HSL | 91.74º | 0.94% | 0.32% | - |
| HSV(B) | 91.74º | 0.97% | 0.63% | - |
| XYZ | 15.74 | 26.77 | 4.48 | - |
| YUV | 117.81 | 64.33 | 99.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 160 | 5 | 0.51 | 0 | 0.97 | 0.37 | 91.74 | 0.94 | 0.32 |
| Hex | 4E | A0 | 5 | 33 | 0 | 61 | 25 | 5C | 5E | 20 |
| Octal | 116 | 240 | 5 | 63 | 0 | 141 | 45 | 134 | 136 | 40 |
| Binary | 1001110 | 10100000 | 101 | 110011 | 0 | 1100001 | 100101 | 1011100 | 1011110 | 100000 |
Color Harmonies of #4EA005
Complementary color
Monochromatic Colors of #4EA005
Black with #4EA005
Text Example
Text Example
White with #4EA005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA005; }
p { color: rgb(78,160,5); }
H1.HeaderClassName
{
color: #4EA005;
}
.AnyTagClassName
{
color: #4EA005;
}
</style>
background-color css
<style>
a { background-color: #4EA005; }
a { background-color: rgb(78,160,5); }
div.DivClassName
{
background-color: #4EA005;
}
.BgClassName
{
background-color: #4EA005;
}
</style>
border-color css
<style>
span { border-color: #4EA005; }
span { border-color: rgb(78,160,5); }
td.TdClassName
{
border-color: #4EA005;
}
.TagClassName
{
border-color: #4EA005;
}
</style>