Shades of Kelly Green #4DB014
Tints of Kelly Green #4DB014
RGB
CMYK
RGB Variations
Color information
#4DB014 (or 0x4DB014) is known color: Kelly Green. HEX triplet: 4D, B0 and 14. RGB value is (77,176,20). Sum of RGB (Red+Green+Blue) = 77+176+20=273 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.21% from 273); Green value is 176 (69.14% from 255 or 64.47% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 176 - color contains mainly: green. Hex color #4DB014 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4DB014 is #B24FEB. Grayscale: #818181. Windows color (decimal): -11685868 or 1355853. OLE color: 1355853.
HSL color Cylindrical-coordinate representation of color #4DB014: hue angle of 98.08º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4DB014 is Cyan = 0.56, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 176 | 20 | - |
| CMYK | 0.56 | 0 | 0.89 | 0.31 |
| HSL | 98.08º | 0.8% | 0.38% | - |
| HSV(B) | 98.08º | 0.89% | 0.69% | - |
| XYZ | 18.71 | 32.68 | 5.98 | - |
| YUV | 128.62 | 66.7 | 91.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 176 | 20 | 0.56 | 0 | 0.89 | 0.31 | 98.08 | 0.8 | 0.38 |
| Hex | 4D | B0 | 14 | 38 | 0 | 59 | 1F | 62 | 50 | 26 |
| Octal | 115 | 260 | 24 | 70 | 0 | 131 | 37 | 142 | 120 | 46 |
| Binary | 1001101 | 10110000 | 10100 | 111000 | 0 | 1011001 | 11111 | 1100010 | 1010000 | 100110 |
Color Harmonies of #4DB014
Complementary color
Monochromatic Colors of #4DB014
Black with #4DB014
Text Example
Text Example
White with #4DB014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB014; }
p { color: rgb(77,176,20); }
H1.HeaderClassName
{
color: #4DB014;
}
.AnyTagClassName
{
color: #4DB014;
}
</style>
background-color css
<style>
a { background-color: #4DB014; }
a { background-color: rgb(77,176,20); }
div.DivClassName
{
background-color: #4DB014;
}
.BgClassName
{
background-color: #4DB014;
}
</style>
border-color css
<style>
span { border-color: #4DB014; }
span { border-color: rgb(77,176,20); }
td.TdClassName
{
border-color: #4DB014;
}
.TagClassName
{
border-color: #4DB014;
}
</style>