Shades of Kelly Green #4DAB0E
Tints of Kelly Green #4DAB0E
RGB
CMYK
RGB Variations
Color information
#4DAB0E (or 0x4DAB0E) is known color: Kelly Green. HEX triplet: 4D, AB and 0E. RGB value is (77,171,14). Sum of RGB (Red+Green+Blue) = 77+171+14=262 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.39% from 262); Green value is 171 (67.19% from 255 or 65.27% from 262); Blue value is 14 (5.86% from 255 or 5.34% from 262); Max value from RGB is 171 - color contains mainly: green. Hex color #4DAB0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4DAB0E is #B254F1. Grayscale: #7D7D7D. Windows color (decimal): -11687154 or 961357. OLE color: 961357.
HSL color Cylindrical-coordinate representation of color #4DAB0E: hue angle of 95.92º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4DAB0E is Cyan = 0.55, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 171 | 14 | - |
| CMYK | 0.55 | 0 | 0.92 | 0.33 |
| HSL | 95.92º | 0.85% | 0.36% | - |
| HSV(B) | 95.92º | 0.92% | 0.67% | - |
| XYZ | 17.7 | 30.74 | 5.41 | - |
| YUV | 125 | 65.36 | 93.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 171 | 14 | 0.55 | 0 | 0.92 | 0.33 | 95.92 | 0.85 | 0.36 |
| Hex | 4D | AB | E | 37 | 0 | 5C | 21 | 60 | 55 | 24 |
| Octal | 115 | 253 | 16 | 67 | 0 | 134 | 41 | 140 | 125 | 44 |
| Binary | 1001101 | 10101011 | 1110 | 110111 | 0 | 1011100 | 100001 | 1100000 | 1010101 | 100100 |
Color Harmonies of #4DAB0E
Complementary color
Monochromatic Colors of #4DAB0E
Black with #4DAB0E
Text Example
Text Example
White with #4DAB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAB0E; }
p { color: rgb(77,171,14); }
H1.HeaderClassName
{
color: #4DAB0E;
}
.AnyTagClassName
{
color: #4DAB0E;
}
</style>
background-color css
<style>
a { background-color: #4DAB0E; }
a { background-color: rgb(77,171,14); }
div.DivClassName
{
background-color: #4DAB0E;
}
.BgClassName
{
background-color: #4DAB0E;
}
</style>
border-color css
<style>
span { border-color: #4DAB0E; }
span { border-color: rgb(77,171,14); }
td.TdClassName
{
border-color: #4DAB0E;
}
.TagClassName
{
border-color: #4DAB0E;
}
</style>