Shades of Kelly Green #4DAA16
Tints of Kelly Green #4DAA16
RGB
CMYK
RGB Variations
Color information
#4DAA16 (or 0x4DAA16) is known color: Kelly Green. HEX triplet: 4D, AA and 16. RGB value is (77,170,22). Sum of RGB (Red+Green+Blue) = 77+170+22=269 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.62% from 269); Green value is 170 (66.80% from 255 or 63.20% from 269); Blue value is 22 (8.98% from 255 or 8.18% from 269); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAA16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4DAA16 is #B255E9. Grayscale: #7D7D7D. Windows color (decimal): -11687402 or 1485389. OLE color: 1485389.
HSL color Cylindrical-coordinate representation of color #4DAA16: hue angle of 97.7º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4DAA16 is Cyan = 0.55, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 170 | 22 | - |
| CMYK | 0.55 | 0 | 0.87 | 0.33 |
| HSL | 97.7º | 0.77% | 0.38% | - |
| HSV(B) | 97.7º | 0.87% | 0.67% | - |
| XYZ | 17.58 | 30.39 | 5.7 | - |
| YUV | 125.32 | 69.69 | 93.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 170 | 22 | 0.55 | 0 | 0.87 | 0.33 | 97.7 | 0.77 | 0.38 |
| Hex | 4D | AA | 16 | 37 | 0 | 57 | 21 | 62 | 4D | 26 |
| Octal | 115 | 252 | 26 | 67 | 0 | 127 | 41 | 142 | 115 | 46 |
| Binary | 1001101 | 10101010 | 10110 | 110111 | 0 | 1010111 | 100001 | 1100010 | 1001101 | 100110 |
Color Harmonies of #4DAA16
Complementary color
Monochromatic Colors of #4DAA16
Black with #4DAA16
Text Example
Text Example
White with #4DAA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAA16; }
p { color: rgb(77,170,22); }
H1.HeaderClassName
{
color: #4DAA16;
}
.AnyTagClassName
{
color: #4DAA16;
}
</style>
background-color css
<style>
a { background-color: #4DAA16; }
a { background-color: rgb(77,170,22); }
div.DivClassName
{
background-color: #4DAA16;
}
.BgClassName
{
background-color: #4DAA16;
}
</style>
border-color css
<style>
span { border-color: #4DAA16; }
span { border-color: rgb(77,170,22); }
td.TdClassName
{
border-color: #4DAA16;
}
.TagClassName
{
border-color: #4DAA16;
}
</style>