Shades of Kelly Green #4DAA1F
Tints of Kelly Green #4DAA1F
RGB
CMYK
RGB Variations
Color information
#4DAA1F (or 0x4DAA1F) is known color: Kelly Green. HEX triplet: 4D, AA and 1F. RGB value is (77,170,31). Sum of RGB (Red+Green+Blue) = 77+170+31=278 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.70% from 278); Green value is 170 (66.80% from 255 or 61.15% from 278); Blue value is 31 (12.5% from 255 or 11.15% from 278); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAA1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DAA1F is #B255E0. Grayscale: #7E7E7E. Windows color (decimal): -11687393 or 2075213. OLE color: 2075213.
HSL color Cylindrical-coordinate representation of color #4DAA1F: hue angle of 100.14º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4DAA1F is Cyan = 0.55, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 170 | 31 | - |
| CMYK | 0.55 | 0 | 0.82 | 0.33 |
| HSL | 100.14º | 0.69% | 0.39% | - |
| HSV(B) | 100.14º | 0.82% | 0.67% | - |
| XYZ | 17.68 | 30.43 | 6.24 | - |
| YUV | 126.35 | 74.19 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 170 | 31 | 0.55 | 0 | 0.82 | 0.33 | 100.14 | 0.69 | 0.39 |
| Hex | 4D | AA | 1F | 37 | 0 | 52 | 21 | 64 | 45 | 27 |
| Octal | 115 | 252 | 37 | 67 | 0 | 122 | 41 | 144 | 105 | 47 |
| Binary | 1001101 | 10101010 | 11111 | 110111 | 0 | 1010010 | 100001 | 1100100 | 1000101 | 100111 |
Color Harmonies of #4DAA1F
Complementary color
Monochromatic Colors of #4DAA1F
Black with #4DAA1F
Text Example
Text Example
White with #4DAA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAA1F; }
p { color: rgb(77,170,31); }
H1.HeaderClassName
{
color: #4DAA1F;
}
.AnyTagClassName
{
color: #4DAA1F;
}
</style>
background-color css
<style>
a { background-color: #4DAA1F; }
a { background-color: rgb(77,170,31); }
div.DivClassName
{
background-color: #4DAA1F;
}
.BgClassName
{
background-color: #4DAA1F;
}
</style>
border-color css
<style>
span { border-color: #4DAA1F; }
span { border-color: rgb(77,170,31); }
td.TdClassName
{
border-color: #4DAA1F;
}
.TagClassName
{
border-color: #4DAA1F;
}
</style>