Shades of Kelly Green #4DAA31
Tints of Kelly Green #4DAA31
RGB
CMYK
RGB Variations
Color information
#4DAA31 (or 0x4DAA31) is known color: Kelly Green. HEX triplet: 4D, AA and 31. RGB value is (77,170,49). Sum of RGB (Red+Green+Blue) = 77+170+49=296 (39% of max value = 765). Red value is 77 (30.47% from 255 or 26.01% from 296); Green value is 170 (66.80% from 255 or 57.43% from 296); Blue value is 49 (19.53% from 255 or 16.55% from 296); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAA31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DAA31 is #B255CE. Grayscale: #808080. Windows color (decimal): -11687375 or 3254861. OLE color: 3254861.
HSL color Cylindrical-coordinate representation of color #4DAA31: hue angle of 106.12º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4DAA31 is Cyan = 0.55, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 170 | 49 | - |
| CMYK | 0.55 | 0 | 0.71 | 0.33 |
| HSL | 106.12º | 0.55% | 0.43% | - |
| HSV(B) | 106.12º | 0.71% | 0.67% | - |
| XYZ | 17.99 | 30.55 | 7.85 | - |
| YUV | 128.4 | 83.19 | 91.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 170 | 49 | 0.55 | 0 | 0.71 | 0.33 | 106.12 | 0.55 | 0.43 |
| Hex | 4D | AA | 31 | 37 | 0 | 47 | 21 | 6A | 37 | 2B |
| Octal | 115 | 252 | 61 | 67 | 0 | 107 | 41 | 152 | 67 | 53 |
| Binary | 1001101 | 10101010 | 110001 | 110111 | 0 | 1000111 | 100001 | 1101010 | 110111 | 101011 |
Color Harmonies of #4DAA31
Complementary color
Monochromatic Colors of #4DAA31
Black with #4DAA31
Text Example
Text Example
White with #4DAA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAA31; }
p { color: rgb(77,170,49); }
H1.HeaderClassName
{
color: #4DAA31;
}
.AnyTagClassName
{
color: #4DAA31;
}
</style>
background-color css
<style>
a { background-color: #4DAA31; }
a { background-color: rgb(77,170,49); }
div.DivClassName
{
background-color: #4DAA31;
}
.BgClassName
{
background-color: #4DAA31;
}
</style>
border-color css
<style>
span { border-color: #4DAA31; }
span { border-color: rgb(77,170,49); }
td.TdClassName
{
border-color: #4DAA31;
}
.TagClassName
{
border-color: #4DAA31;
}
</style>