Shades of Kelly Green #4DB40A
Tints of Kelly Green #4DB40A
RGB
CMYK
RGB Variations
Color information
#4DB40A (or 0x4DB40A) is known color: Kelly Green. HEX triplet: 4D, B4 and 0A. RGB value is (77,180,10). Sum of RGB (Red+Green+Blue) = 77+180+10=267 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.84% from 267); Green value is 180 (70.70% from 255 or 67.42% from 267); Blue value is 10 (4.30% from 255 or 3.75% from 267); Max value from RGB is 180 - color contains mainly: green. Hex color #4DB40A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DB40A is #B24BF5. Grayscale: #828282. Windows color (decimal): -11684854 or 701517. OLE color: 701517.
HSL color Cylindrical-coordinate representation of color #4DB40A: hue angle of 96.35º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4DB40A is Cyan = 0.57, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 180 | 10 | - |
| CMYK | 0.57 | 0 | 0.94 | 0.29 |
| HSL | 96.35º | 0.89% | 0.37% | - |
| HSV(B) | 96.35º | 0.94% | 0.71% | - |
| XYZ | 19.44 | 34.24 | 5.87 | - |
| YUV | 129.82 | 60.38 | 90.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 180 | 10 | 0.57 | 0 | 0.94 | 0.29 | 96.35 | 0.89 | 0.37 |
| Hex | 4D | B4 | A | 39 | 0 | 5E | 1D | 60 | 59 | 25 |
| Octal | 115 | 264 | 12 | 71 | 0 | 136 | 35 | 140 | 131 | 45 |
| Binary | 1001101 | 10110100 | 1010 | 111001 | 0 | 1011110 | 11101 | 1100000 | 1011001 | 100101 |
Color Harmonies of #4DB40A
Complementary color
Monochromatic Colors of #4DB40A
Black with #4DB40A
Text Example
Text Example
White with #4DB40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB40A; }
p { color: rgb(77,180,10); }
H1.HeaderClassName
{
color: #4DB40A;
}
.AnyTagClassName
{
color: #4DB40A;
}
</style>
background-color css
<style>
a { background-color: #4DB40A; }
a { background-color: rgb(77,180,10); }
div.DivClassName
{
background-color: #4DB40A;
}
.BgClassName
{
background-color: #4DB40A;
}
</style>
border-color css
<style>
span { border-color: #4DB40A; }
span { border-color: rgb(77,180,10); }
td.TdClassName
{
border-color: #4DB40A;
}
.TagClassName
{
border-color: #4DB40A;
}
</style>