Shades of Kelly Green #4DA814
Tints of Kelly Green #4DA814
RGB
CMYK
RGB Variations
Color information
#4DA814 (or 0x4DA814) is known color: Kelly Green. HEX triplet: 4D, A8 and 14. RGB value is (77,168,20). Sum of RGB (Red+Green+Blue) = 77+168+20=265 (35% of max value = 765). Red value is 77 (30.47% from 255 or 29.06% from 265); Green value is 168 (66.02% from 255 or 63.40% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 168 - color contains mainly: green. Hex color #4DA814 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4DA814 is #B257EB. Grayscale: #7C7C7C. Windows color (decimal): -11687916 or 1353805. OLE color: 1353805.
HSL color Cylindrical-coordinate representation of color #4DA814: hue angle of 96.89º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4DA814 is Cyan = 0.54, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 77 | 168 | 20 | - |
| CMYK | 0.54 | 0 | 0.88 | 0.34 |
| HSL | 96.89º | 0.79% | 0.37% | - |
| HSV(B) | 96.89º | 0.88% | 0.66% | - |
| XYZ | 17.19 | 29.63 | 5.48 | - |
| YUV | 123.92 | 69.35 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 168 | 20 | 0.54 | 0 | 0.88 | 0.34 | 96.89 | 0.79 | 0.37 |
| Hex | 4D | A8 | 14 | 36 | 0 | 58 | 22 | 61 | 4F | 25 |
| Octal | 115 | 250 | 24 | 66 | 0 | 130 | 42 | 141 | 117 | 45 |
| Binary | 1001101 | 10101000 | 10100 | 110110 | 0 | 1011000 | 100010 | 1100001 | 1001111 | 100101 |
Color Harmonies of #4DA814
Complementary color
Monochromatic Colors of #4DA814
Black with #4DA814
Text Example
Text Example
White with #4DA814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA814; }
p { color: rgb(77,168,20); }
H1.HeaderClassName
{
color: #4DA814;
}
.AnyTagClassName
{
color: #4DA814;
}
</style>
background-color css
<style>
a { background-color: #4DA814; }
a { background-color: rgb(77,168,20); }
div.DivClassName
{
background-color: #4DA814;
}
.BgClassName
{
background-color: #4DA814;
}
</style>
border-color css
<style>
span { border-color: #4DA814; }
span { border-color: rgb(77,168,20); }
td.TdClassName
{
border-color: #4DA814;
}
.TagClassName
{
border-color: #4DA814;
}
</style>