Shades of Kelly Green #4DB814
Tints of Kelly Green #4DB814
RGB
CMYK
RGB Variations
Color information
#4DB814 (or 0x4DB814) is known color: Kelly Green. HEX triplet: 4D, B8 and 14. RGB value is (77,184,20). Sum of RGB (Red+Green+Blue) = 77+184+20=281 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.40% from 281); Green value is 184 (72.27% from 255 or 65.48% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 184 - color contains mainly: green. Hex color #4DB814 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DB814 is #B247EB. Grayscale: #858585. Windows color (decimal): -11683820 or 1357901. OLE color: 1357901.
HSL color Cylindrical-coordinate representation of color #4DB814: hue angle of 99.15º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4DB814 is Cyan = 0.58, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 77 | 184 | 20 | - |
| CMYK | 0.58 | 0 | 0.89 | 0.28 |
| HSL | 99.15º | 0.8% | 0.4% | - |
| HSV(B) | 99.15º | 0.89% | 0.72% | - |
| XYZ | 20.33 | 35.91 | 6.52 | - |
| YUV | 133.31 | 64.05 | 87.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 184 | 20 | 0.58 | 0 | 0.89 | 0.28 | 99.15 | 0.8 | 0.4 |
| Hex | 4D | B8 | 14 | 3A | 0 | 59 | 1C | 63 | 50 | 28 |
| Octal | 115 | 270 | 24 | 72 | 0 | 131 | 34 | 143 | 120 | 50 |
| Binary | 1001101 | 10111000 | 10100 | 111010 | 0 | 1011001 | 11100 | 1100011 | 1010000 | 101000 |
Color Harmonies of #4DB814
Complementary color
Monochromatic Colors of #4DB814
Black with #4DB814
Text Example
Text Example
White with #4DB814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB814; }
p { color: rgb(77,184,20); }
H1.HeaderClassName
{
color: #4DB814;
}
.AnyTagClassName
{
color: #4DB814;
}
</style>
background-color css
<style>
a { background-color: #4DB814; }
a { background-color: rgb(77,184,20); }
div.DivClassName
{
background-color: #4DB814;
}
.BgClassName
{
background-color: #4DB814;
}
</style>
border-color css
<style>
span { border-color: #4DB814; }
span { border-color: rgb(77,184,20); }
td.TdClassName
{
border-color: #4DB814;
}
.TagClassName
{
border-color: #4DB814;
}
</style>