Shades of Kelly Green #4EA40F
Tints of Kelly Green #4EA40F
RGB
CMYK
RGB Variations
Color information
#4EA40F (or 0x4EA40F) is known color: Kelly Green. HEX triplet: 4E, A4 and 0F. RGB value is (78,164,15). Sum of RGB (Red+Green+Blue) = 78+164+15=257 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30.35% from 257); Green value is 164 (64.45% from 255 or 63.81% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 164 - color contains mainly: green. Hex color #4EA40F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4EA40F is #B15BF0. Grayscale: #797979. Windows color (decimal): -11623409 or 1025102. OLE color: 1025102.
HSL color Cylindrical-coordinate representation of color #4EA40F: hue angle of 94.63º degrees, saturation: 0.83, 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 #4EA40F is Cyan = 0.52, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 78 | 164 | 15 | - |
| CMYK | 0.52 | 0 | 0.91 | 0.36 |
| HSL | 94.63º | 0.83% | 0.35% | - |
| HSV(B) | 94.63º | 0.91% | 0.64% | - |
| XYZ | 16.5 | 28.21 | 5.03 | - |
| YUV | 121.3 | 68.01 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 164 | 15 | 0.52 | 0 | 0.91 | 0.36 | 94.63 | 0.83 | 0.35 |
| Hex | 4E | A4 | F | 34 | 0 | 5B | 24 | 5F | 53 | 23 |
| Octal | 116 | 244 | 17 | 64 | 0 | 133 | 44 | 137 | 123 | 43 |
| Binary | 1001110 | 10100100 | 1111 | 110100 | 0 | 1011011 | 100100 | 1011111 | 1010011 | 100011 |
Color Harmonies of #4EA40F
Complementary color
Monochromatic Colors of #4EA40F
Black with #4EA40F
Text Example
Text Example
White with #4EA40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA40F; }
p { color: rgb(78,164,15); }
H1.HeaderClassName
{
color: #4EA40F;
}
.AnyTagClassName
{
color: #4EA40F;
}
</style>
background-color css
<style>
a { background-color: #4EA40F; }
a { background-color: rgb(78,164,15); }
div.DivClassName
{
background-color: #4EA40F;
}
.BgClassName
{
background-color: #4EA40F;
}
</style>
border-color css
<style>
span { border-color: #4EA40F; }
span { border-color: rgb(78,164,15); }
td.TdClassName
{
border-color: #4EA40F;
}
.TagClassName
{
border-color: #4EA40F;
}
</style>