Shades of Kelly Green #4DB314
Tints of Kelly Green #4DB314
RGB
CMYK
RGB Variations
Color information
#4DB314 (or 0x4DB314) is known color: Kelly Green. HEX triplet: 4D, B3 and 14. RGB value is (77,179,20). Sum of RGB (Red+Green+Blue) = 77+179+20=276 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.90% from 276); Green value is 179 (70.31% from 255 or 64.86% from 276); Blue value is 20 (8.20% from 255 or 7.25% from 276); Max value from RGB is 179 - color contains mainly: green. Hex color #4DB314 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DB314 is #B24CEB. Grayscale: #828282. Windows color (decimal): -11685100 or 1356621. OLE color: 1356621.
HSL color Cylindrical-coordinate representation of color #4DB314: hue angle of 98.49º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4DB314 is Cyan = 0.57, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 77 | 179 | 20 | - |
| CMYK | 0.57 | 0 | 0.89 | 0.30 |
| HSL | 98.49º | 0.8% | 0.39% | - |
| HSV(B) | 98.49º | 0.89% | 0.7% | - |
| XYZ | 19.31 | 33.87 | 6.18 | - |
| YUV | 130.38 | 65.71 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 179 | 20 | 0.57 | 0 | 0.89 | 0.30 | 98.49 | 0.8 | 0.39 |
| Hex | 4D | B3 | 14 | 39 | 0 | 59 | 1E | 62 | 50 | 27 |
| Octal | 115 | 263 | 24 | 71 | 0 | 131 | 36 | 142 | 120 | 47 |
| Binary | 1001101 | 10110011 | 10100 | 111001 | 0 | 1011001 | 11110 | 1100010 | 1010000 | 100111 |
Color Harmonies of #4DB314
Complementary color
Monochromatic Colors of #4DB314
Black with #4DB314
Text Example
Text Example
White with #4DB314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB314; }
p { color: rgb(77,179,20); }
H1.HeaderClassName
{
color: #4DB314;
}
.AnyTagClassName
{
color: #4DB314;
}
</style>
background-color css
<style>
a { background-color: #4DB314; }
a { background-color: rgb(77,179,20); }
div.DivClassName
{
background-color: #4DB314;
}
.BgClassName
{
background-color: #4DB314;
}
</style>
border-color css
<style>
span { border-color: #4DB314; }
span { border-color: rgb(77,179,20); }
td.TdClassName
{
border-color: #4DB314;
}
.TagClassName
{
border-color: #4DB314;
}
</style>