Shades of Kelly Green #4CA80E
Tints of Kelly Green #4CA80E
RGB
CMYK
RGB Variations
Color information
#4CA80E (or 0x4CA80E) is known color: Kelly Green. HEX triplet: 4C, A8 and 0E. RGB value is (76,168,14). Sum of RGB (Red+Green+Blue) = 76+168+14=258 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.46% from 258); Green value is 168 (66.02% from 255 or 65.12% from 258); Blue value is 14 (5.86% from 255 or 5.43% from 258); Max value from RGB is 168 - color contains mainly: green. Hex color #4CA80E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4CA80E is #B357F1. Grayscale: #7B7B7B. Windows color (decimal): -11753458 or 960588. OLE color: 960588.
HSL color Cylindrical-coordinate representation of color #4CA80E: hue angle of 95.84º 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 #4CA80E is Cyan = 0.55, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 76 | 168 | 14 | - |
| CMYK | 0.55 | 0 | 0.92 | 0.34 |
| HSL | 95.84º | 0.85% | 0.36% | - |
| HSV(B) | 95.84º | 0.92% | 0.66% | - |
| XYZ | 17.06 | 29.57 | 5.22 | - |
| YUV | 122.94 | 66.52 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 168 | 14 | 0.55 | 0 | 0.92 | 0.34 | 95.84 | 0.85 | 0.36 |
| Hex | 4C | A8 | E | 37 | 0 | 5C | 22 | 60 | 55 | 24 |
| Octal | 114 | 250 | 16 | 67 | 0 | 134 | 42 | 140 | 125 | 44 |
| Binary | 1001100 | 10101000 | 1110 | 110111 | 0 | 1011100 | 100010 | 1100000 | 1010101 | 100100 |
Color Harmonies of #4CA80E
Complementary color
Monochromatic Colors of #4CA80E
Black with #4CA80E
Text Example
Text Example
White with #4CA80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CA80E; }
p { color: rgb(76,168,14); }
H1.HeaderClassName
{
color: #4CA80E;
}
.AnyTagClassName
{
color: #4CA80E;
}
</style>
background-color css
<style>
a { background-color: #4CA80E; }
a { background-color: rgb(76,168,14); }
div.DivClassName
{
background-color: #4CA80E;
}
.BgClassName
{
background-color: #4CA80E;
}
</style>
border-color css
<style>
span { border-color: #4CA80E; }
span { border-color: rgb(76,168,14); }
td.TdClassName
{
border-color: #4CA80E;
}
.TagClassName
{
border-color: #4CA80E;
}
</style>