Shades of Kelly Green #4DAD07
Tints of Kelly Green #4DAD07
RGB
CMYK
RGB Variations
Color information
#4DAD07 (or 0x4DAD07) is known color: Kelly Green. HEX triplet: 4D, AD and 07. RGB value is (77,173,7). Sum of RGB (Red+Green+Blue) = 77+173+7=257 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.96% from 257); Green value is 173 (67.97% from 255 or 67.32% from 257); Blue value is 7 (3.12% from 255 or 2.72% from 257); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4DAD07 is #B252F8. Grayscale: #7D7D7D. Windows color (decimal): -11686649 or 503117. OLE color: 503117.
HSL color Cylindrical-coordinate representation of color #4DAD07: hue angle of 94.7º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4DAD07 is Cyan = 0.55, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 173 | 7 | - |
| CMYK | 0.55 | 0 | 0.96 | 0.32 |
| HSL | 94.7º | 0.92% | 0.35% | - |
| HSV(B) | 94.7º | 0.96% | 0.68% | - |
| XYZ | 18.04 | 31.48 | 5.33 | - |
| YUV | 125.37 | 61.2 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 173 | 7 | 0.55 | 0 | 0.96 | 0.32 | 94.7 | 0.92 | 0.35 |
| Hex | 4D | AD | 7 | 37 | 0 | 60 | 20 | 5F | 5C | 23 |
| Octal | 115 | 255 | 7 | 67 | 0 | 140 | 40 | 137 | 134 | 43 |
| Binary | 1001101 | 10101101 | 111 | 110111 | 0 | 1100000 | 100000 | 1011111 | 1011100 | 100011 |
Color Harmonies of #4DAD07
Complementary color
Monochromatic Colors of #4DAD07
Black with #4DAD07
Text Example
Text Example
White with #4DAD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAD07; }
p { color: rgb(77,173,7); }
H1.HeaderClassName
{
color: #4DAD07;
}
.AnyTagClassName
{
color: #4DAD07;
}
</style>
background-color css
<style>
a { background-color: #4DAD07; }
a { background-color: rgb(77,173,7); }
div.DivClassName
{
background-color: #4DAD07;
}
.BgClassName
{
background-color: #4DAD07;
}
</style>
border-color css
<style>
span { border-color: #4DAD07; }
span { border-color: rgb(77,173,7); }
td.TdClassName
{
border-color: #4DAD07;
}
.TagClassName
{
border-color: #4DAD07;
}
</style>