Shades of Kelly Green #4DAD1F
Tints of Kelly Green #4DAD1F
RGB
CMYK
RGB Variations
Color information
#4DAD1F (or 0x4DAD1F) is known color: Kelly Green. HEX triplet: 4D, AD and 1F. RGB value is (77,173,31). Sum of RGB (Red+Green+Blue) = 77+173+31=281 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.40% from 281); Green value is 173 (67.97% from 255 or 61.57% from 281); Blue value is 31 (12.5% from 255 or 11.03% from 281); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DAD1F is #B252E0. Grayscale: #808080. Windows color (decimal): -11686625 or 2075981. OLE color: 2075981.
HSL color Cylindrical-coordinate representation of color #4DAD1F: hue angle of 100.56º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4DAD1F is Cyan = 0.55, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 173 | 31 | - |
| CMYK | 0.55 | 0 | 0.82 | 0.32 |
| HSL | 100.56º | 0.7% | 0.4% | - |
| HSV(B) | 100.56º | 0.82% | 0.68% | - |
| XYZ | 18.25 | 31.56 | 6.43 | - |
| YUV | 128.11 | 73.2 | 91.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 173 | 31 | 0.55 | 0 | 0.82 | 0.32 | 100.56 | 0.7 | 0.4 |
| Hex | 4D | AD | 1F | 37 | 0 | 52 | 20 | 65 | 46 | 28 |
| Octal | 115 | 255 | 37 | 67 | 0 | 122 | 40 | 145 | 106 | 50 |
| Binary | 1001101 | 10101101 | 11111 | 110111 | 0 | 1010010 | 100000 | 1100101 | 1000110 | 101000 |
Color Harmonies of #4DAD1F
Complementary color
Monochromatic Colors of #4DAD1F
Black with #4DAD1F
Text Example
Text Example
White with #4DAD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAD1F; }
p { color: rgb(77,173,31); }
H1.HeaderClassName
{
color: #4DAD1F;
}
.AnyTagClassName
{
color: #4DAD1F;
}
</style>
background-color css
<style>
a { background-color: #4DAD1F; }
a { background-color: rgb(77,173,31); }
div.DivClassName
{
background-color: #4DAD1F;
}
.BgClassName
{
background-color: #4DAD1F;
}
</style>
border-color css
<style>
span { border-color: #4DAD1F; }
span { border-color: rgb(77,173,31); }
td.TdClassName
{
border-color: #4DAD1F;
}
.TagClassName
{
border-color: #4DAD1F;
}
</style>