Shades of Kelly Green #4DAD0E
Tints of Kelly Green #4DAD0E
RGB
CMYK
RGB Variations
Color information
#4DAD0E (or 0x4DAD0E) is known color: Kelly Green. HEX triplet: 4D, AD and 0E. RGB value is (77,173,14). Sum of RGB (Red+Green+Blue) = 77+173+14=264 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.17% from 264); Green value is 173 (67.97% from 255 or 65.53% from 264); Blue value is 14 (5.86% from 255 or 5.30% from 264); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4DAD0E is #B252F1. Grayscale: #7E7E7E. Windows color (decimal): -11686642 or 961869. OLE color: 961869.
HSL color Cylindrical-coordinate representation of color #4DAD0E: hue angle of 96.23º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4DAD0E is Cyan = 0.55, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 173 | 14 | - |
| CMYK | 0.55 | 0 | 0.92 | 0.32 |
| HSL | 96.23º | 0.85% | 0.37% | - |
| HSV(B) | 96.23º | 0.92% | 0.68% | - |
| XYZ | 18.08 | 31.5 | 5.54 | - |
| YUV | 126.17 | 64.7 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 173 | 14 | 0.55 | 0 | 0.92 | 0.32 | 96.23 | 0.85 | 0.37 |
| Hex | 4D | AD | E | 37 | 0 | 5C | 20 | 60 | 55 | 25 |
| Octal | 115 | 255 | 16 | 67 | 0 | 134 | 40 | 140 | 125 | 45 |
| Binary | 1001101 | 10101101 | 1110 | 110111 | 0 | 1011100 | 100000 | 1100000 | 1010101 | 100101 |
Color Harmonies of #4DAD0E
Complementary color
Monochromatic Colors of #4DAD0E
Black with #4DAD0E
Text Example
Text Example
White with #4DAD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAD0E; }
p { color: rgb(77,173,14); }
H1.HeaderClassName
{
color: #4DAD0E;
}
.AnyTagClassName
{
color: #4DAD0E;
}
</style>
background-color css
<style>
a { background-color: #4DAD0E; }
a { background-color: rgb(77,173,14); }
div.DivClassName
{
background-color: #4DAD0E;
}
.BgClassName
{
background-color: #4DAD0E;
}
</style>
border-color css
<style>
span { border-color: #4DAD0E; }
span { border-color: rgb(77,173,14); }
td.TdClassName
{
border-color: #4DAD0E;
}
.TagClassName
{
border-color: #4DAD0E;
}
</style>