Shades of Kelly Green #4DAA1A
Tints of Kelly Green #4DAA1A
RGB
CMYK
RGB Variations
Color information
#4DAA1A (or 0x4DAA1A) is known color: Kelly Green. HEX triplet: 4D, AA and 1A. RGB value is (77,170,26). Sum of RGB (Red+Green+Blue) = 77+170+26=273 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.21% from 273); Green value is 170 (66.80% from 255 or 62.27% from 273); Blue value is 26 (10.55% from 255 or 9.52% from 273); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAA1A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DAA1A is #B255E5. Grayscale: #7E7E7E. Windows color (decimal): -11687398 or 1747533. OLE color: 1747533.
HSL color Cylindrical-coordinate representation of color #4DAA1A: hue angle of 98.75º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4DAA1A is Cyan = 0.55, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 170 | 26 | - |
| CMYK | 0.55 | 0 | 0.85 | 0.33 |
| HSL | 98.75º | 0.73% | 0.38% | - |
| HSV(B) | 98.75º | 0.85% | 0.67% | - |
| XYZ | 17.62 | 30.4 | 5.92 | - |
| YUV | 125.78 | 71.69 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 170 | 26 | 0.55 | 0 | 0.85 | 0.33 | 98.75 | 0.73 | 0.38 |
| Hex | 4D | AA | 1A | 37 | 0 | 55 | 21 | 63 | 49 | 26 |
| Octal | 115 | 252 | 32 | 67 | 0 | 125 | 41 | 143 | 111 | 46 |
| Binary | 1001101 | 10101010 | 11010 | 110111 | 0 | 1010101 | 100001 | 1100011 | 1001001 | 100110 |
Color Harmonies of #4DAA1A
Complementary color
Monochromatic Colors of #4DAA1A
Black with #4DAA1A
Text Example
Text Example
White with #4DAA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAA1A; }
p { color: rgb(77,170,26); }
H1.HeaderClassName
{
color: #4DAA1A;
}
.AnyTagClassName
{
color: #4DAA1A;
}
</style>
background-color css
<style>
a { background-color: #4DAA1A; }
a { background-color: rgb(77,170,26); }
div.DivClassName
{
background-color: #4DAA1A;
}
.BgClassName
{
background-color: #4DAA1A;
}
</style>
border-color css
<style>
span { border-color: #4DAA1A; }
span { border-color: rgb(77,170,26); }
td.TdClassName
{
border-color: #4DAA1A;
}
.TagClassName
{
border-color: #4DAA1A;
}
</style>