Shades of Kelly Green #4DAD0F
Tints of Kelly Green #4DAD0F
RGB
CMYK
RGB Variations
Color information
#4DAD0F (or 0x4DAD0F) is known color: Kelly Green. HEX triplet: 4D, AD and 0F. RGB value is (77,173,15). Sum of RGB (Red+Green+Blue) = 77+173+15=265 (35% of max value = 765). Red value is 77 (30.47% from 255 or 29.06% from 265); Green value is 173 (67.97% from 255 or 65.28% from 265); Blue value is 15 (6.25% from 255 or 5.66% from 265); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4DAD0F is #B252F0. Grayscale: #7E7E7E. Windows color (decimal): -11686641 or 1027405. OLE color: 1027405.
HSL color Cylindrical-coordinate representation of color #4DAD0F: hue angle of 96.46º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4DAD0F is Cyan = 0.55, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 173 | 15 | - |
| CMYK | 0.55 | 0 | 0.91 | 0.32 |
| HSL | 96.46º | 0.84% | 0.37% | - |
| HSV(B) | 96.46º | 0.91% | 0.68% | - |
| XYZ | 18.09 | 31.5 | 5.58 | - |
| YUV | 126.28 | 65.2 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 173 | 15 | 0.55 | 0 | 0.91 | 0.32 | 96.46 | 0.84 | 0.37 |
| Hex | 4D | AD | F | 37 | 0 | 5B | 20 | 60 | 54 | 25 |
| Octal | 115 | 255 | 17 | 67 | 0 | 133 | 40 | 140 | 124 | 45 |
| Binary | 1001101 | 10101101 | 1111 | 110111 | 0 | 1011011 | 100000 | 1100000 | 1010100 | 100101 |
Color Harmonies of #4DAD0F
Complementary color
Monochromatic Colors of #4DAD0F
Black with #4DAD0F
Text Example
Text Example
White with #4DAD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAD0F; }
p { color: rgb(77,173,15); }
H1.HeaderClassName
{
color: #4DAD0F;
}
.AnyTagClassName
{
color: #4DAD0F;
}
</style>
background-color css
<style>
a { background-color: #4DAD0F; }
a { background-color: rgb(77,173,15); }
div.DivClassName
{
background-color: #4DAD0F;
}
.BgClassName
{
background-color: #4DAD0F;
}
</style>
border-color css
<style>
span { border-color: #4DAD0F; }
span { border-color: rgb(77,173,15); }
td.TdClassName
{
border-color: #4DAD0F;
}
.TagClassName
{
border-color: #4DAD0F;
}
</style>