Shades of Kelly Green #4DBC0E
Tints of Kelly Green #4DBC0E
RGB
CMYK
RGB Variations
Color information
#4DBC0E (or 0x4DBC0E) is known color: Kelly Green. HEX triplet: 4D, BC and 0E. RGB value is (77,188,14). Sum of RGB (Red+Green+Blue) = 77+188+14=279 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.60% from 279); Green value is 188 (73.83% from 255 or 67.38% from 279); Blue value is 14 (5.86% from 255 or 5.02% from 279); Max value from RGB is 188 - color contains mainly: green. Hex color #4DBC0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DBC0E is #B243F1. Grayscale: #878787. Windows color (decimal): -11682802 or 965709. OLE color: 965709.
HSL color Cylindrical-coordinate representation of color #4DBC0E: hue angle of 98.28º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4DBC0E is Cyan = 0.59, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 188 | 14 | - |
| CMYK | 0.59 | 0 | 0.93 | 0.26 |
| HSL | 98.28º | 0.86% | 0.4% | - |
| HSV(B) | 98.28º | 0.93% | 0.74% | - |
| XYZ | 21.12 | 37.58 | 6.56 | - |
| YUV | 134.98 | 59.73 | 86.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 188 | 14 | 0.59 | 0 | 0.93 | 0.26 | 98.28 | 0.86 | 0.4 |
| Hex | 4D | BC | E | 3B | 0 | 5D | 1A | 62 | 56 | 28 |
| Octal | 115 | 274 | 16 | 73 | 0 | 135 | 32 | 142 | 126 | 50 |
| Binary | 1001101 | 10111100 | 1110 | 111011 | 0 | 1011101 | 11010 | 1100010 | 1010110 | 101000 |
Color Harmonies of #4DBC0E
Complementary color
Monochromatic Colors of #4DBC0E
Black with #4DBC0E
Text Example
Text Example
White with #4DBC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBC0E; }
p { color: rgb(77,188,14); }
H1.HeaderClassName
{
color: #4DBC0E;
}
.AnyTagClassName
{
color: #4DBC0E;
}
</style>
background-color css
<style>
a { background-color: #4DBC0E; }
a { background-color: rgb(77,188,14); }
div.DivClassName
{
background-color: #4DBC0E;
}
.BgClassName
{
background-color: #4DBC0E;
}
</style>
border-color css
<style>
span { border-color: #4DBC0E; }
span { border-color: rgb(77,188,14); }
td.TdClassName
{
border-color: #4DBC0E;
}
.TagClassName
{
border-color: #4DBC0E;
}
</style>