Shades of Kelly Green #4DBE14
Tints of Kelly Green #4DBE14
RGB
CMYK
RGB Variations
Color information
#4DBE14 (or 0x4DBE14) is known color: Kelly Green. HEX triplet: 4D, BE and 14. RGB value is (77,190,20). Sum of RGB (Red+Green+Blue) = 77+190+20=287 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.83% from 287); Green value is 190 (74.61% from 255 or 66.20% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 190 - color contains mainly: green. Hex color #4DBE14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DBE14 is #B241EB. Grayscale: #898989. Windows color (decimal): -11682284 or 1359437. OLE color: 1359437.
HSL color Cylindrical-coordinate representation of color #4DBE14: hue angle of 99.88º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4DBE14 is Cyan = 0.59, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 190 | 20 | - |
| CMYK | 0.59 | 0 | 0.89 | 0.25 |
| HSL | 99.88º | 0.81% | 0.41% | - |
| HSV(B) | 99.88º | 0.89% | 0.75% | - |
| XYZ | 21.6 | 38.46 | 6.95 | - |
| YUV | 136.83 | 62.06 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 190 | 20 | 0.59 | 0 | 0.89 | 0.25 | 99.88 | 0.81 | 0.41 |
| Hex | 4D | BE | 14 | 3B | 0 | 59 | 19 | 64 | 51 | 29 |
| Octal | 115 | 276 | 24 | 73 | 0 | 131 | 31 | 144 | 121 | 51 |
| Binary | 1001101 | 10111110 | 10100 | 111011 | 0 | 1011001 | 11001 | 1100100 | 1010001 | 101001 |
Color Harmonies of #4DBE14
Complementary color
Monochromatic Colors of #4DBE14
Black with #4DBE14
Text Example
Text Example
White with #4DBE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBE14; }
p { color: rgb(77,190,20); }
H1.HeaderClassName
{
color: #4DBE14;
}
.AnyTagClassName
{
color: #4DBE14;
}
</style>
background-color css
<style>
a { background-color: #4DBE14; }
a { background-color: rgb(77,190,20); }
div.DivClassName
{
background-color: #4DBE14;
}
.BgClassName
{
background-color: #4DBE14;
}
</style>
border-color css
<style>
span { border-color: #4DBE14; }
span { border-color: rgb(77,190,20); }
td.TdClassName
{
border-color: #4DBE14;
}
.TagClassName
{
border-color: #4DBE14;
}
</style>