Shades of Kelly Green #4DAA30
Tints of Kelly Green #4DAA30
RGB
CMYK
RGB Variations
Color information
#4DAA30 (or 0x4DAA30) is known color: Kelly Green. HEX triplet: 4D, AA and 30. RGB value is (77,170,48). Sum of RGB (Red+Green+Blue) = 77+170+48=295 (39% of max value = 765). Red value is 77 (30.47% from 255 or 26.10% from 295); Green value is 170 (66.80% from 255 or 57.63% from 295); Blue value is 48 (19.14% from 255 or 16.27% from 295); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAA30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DAA30 is #B255CF. Grayscale: #808080. Windows color (decimal): -11687376 or 3189325. OLE color: 3189325.
HSL color Cylindrical-coordinate representation of color #4DAA30: hue angle of 105.74º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4DAA30 is Cyan = 0.55, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 170 | 48 | - |
| CMYK | 0.55 | 0 | 0.72 | 0.33 |
| HSL | 105.74º | 0.56% | 0.43% | - |
| HSV(B) | 105.74º | 0.72% | 0.67% | - |
| XYZ | 17.97 | 30.54 | 7.74 | - |
| YUV | 128.29 | 82.69 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 170 | 48 | 0.55 | 0 | 0.72 | 0.33 | 105.74 | 0.56 | 0.43 |
| Hex | 4D | AA | 30 | 37 | 0 | 48 | 21 | 6A | 38 | 2B |
| Octal | 115 | 252 | 60 | 67 | 0 | 110 | 41 | 152 | 70 | 53 |
| Binary | 1001101 | 10101010 | 110000 | 110111 | 0 | 1001000 | 100001 | 1101010 | 111000 | 101011 |
Color Harmonies of #4DAA30
Complementary color
Monochromatic Colors of #4DAA30
Black with #4DAA30
Text Example
Text Example
White with #4DAA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAA30; }
p { color: rgb(77,170,48); }
H1.HeaderClassName
{
color: #4DAA30;
}
.AnyTagClassName
{
color: #4DAA30;
}
</style>
background-color css
<style>
a { background-color: #4DAA30; }
a { background-color: rgb(77,170,48); }
div.DivClassName
{
background-color: #4DAA30;
}
.BgClassName
{
background-color: #4DAA30;
}
</style>
border-color css
<style>
span { border-color: #4DAA30; }
span { border-color: rgb(77,170,48); }
td.TdClassName
{
border-color: #4DAA30;
}
.TagClassName
{
border-color: #4DAA30;
}
</style>