Shades of Kelly Green #4DB114
Tints of Kelly Green #4DB114
RGB
CMYK
RGB Variations
Color information
#4DB114 (or 0x4DB114) is known color: Kelly Green. HEX triplet: 4D, B1 and 14. RGB value is (77,177,20). Sum of RGB (Red+Green+Blue) = 77+177+20=274 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.10% from 274); Green value is 177 (69.53% from 255 or 64.60% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 177 - color contains mainly: green. Hex color #4DB114 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4DB114 is #B24EEB. Grayscale: #818181. Windows color (decimal): -11685612 or 1356109. OLE color: 1356109.
HSL color Cylindrical-coordinate representation of color #4DB114: hue angle of 98.22º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4DB114 is Cyan = 0.56, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 177 | 20 | - |
| CMYK | 0.56 | 0 | 0.89 | 0.31 |
| HSL | 98.22º | 0.8% | 0.39% | - |
| HSV(B) | 98.22º | 0.89% | 0.69% | - |
| XYZ | 18.91 | 33.07 | 6.05 | - |
| YUV | 129.2 | 66.37 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 177 | 20 | 0.56 | 0 | 0.89 | 0.31 | 98.22 | 0.8 | 0.39 |
| Hex | 4D | B1 | 14 | 38 | 0 | 59 | 1F | 62 | 50 | 27 |
| Octal | 115 | 261 | 24 | 70 | 0 | 131 | 37 | 142 | 120 | 47 |
| Binary | 1001101 | 10110001 | 10100 | 111000 | 0 | 1011001 | 11111 | 1100010 | 1010000 | 100111 |
Color Harmonies of #4DB114
Complementary color
Monochromatic Colors of #4DB114
Black with #4DB114
Text Example
Text Example
White with #4DB114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB114; }
p { color: rgb(77,177,20); }
H1.HeaderClassName
{
color: #4DB114;
}
.AnyTagClassName
{
color: #4DB114;
}
</style>
background-color css
<style>
a { background-color: #4DB114; }
a { background-color: rgb(77,177,20); }
div.DivClassName
{
background-color: #4DB114;
}
.BgClassName
{
background-color: #4DB114;
}
</style>
border-color css
<style>
span { border-color: #4DB114; }
span { border-color: rgb(77,177,20); }
td.TdClassName
{
border-color: #4DB114;
}
.TagClassName
{
border-color: #4DB114;
}
</style>