Shades of Kelly Green #4EDD14
Tints of Kelly Green #4EDD14
RGB
CMYK
RGB Variations
Color information
#4EDD14 (or 0x4EDD14) is known color: Kelly Green. HEX triplet: 4E, DD and 14. RGB value is (78,221,20). Sum of RGB (Red+Green+Blue) = 78+221+20=319 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.45% from 319); Green value is 221 (86.72% from 255 or 69.28% from 319); Blue value is 20 (8.20% from 255 or 6.27% from 319); Max value from RGB is 221 - color contains mainly: green. Hex color #4EDD14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4EDD14 is #B122EB. Grayscale: #9B9B9B. Windows color (decimal): -11608812 or 1367374. OLE color: 1367374.
HSL color Cylindrical-coordinate representation of color #4EDD14: hue angle of 102.69º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4EDD14 is Cyan = 0.65, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 221 | 20 | - |
| CMYK | 0.65 | 0 | 0.91 | 0.13 |
| HSL | 102.69º | 0.83% | 0.47% | - |
| HSV(B) | 102.69º | 0.91% | 0.87% | - |
| XYZ | 29.12 | 53.38 | 9.43 | - |
| YUV | 155.33 | 51.62 | 72.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 221 | 20 | 0.65 | 0 | 0.91 | 0.13 | 102.69 | 0.83 | 0.47 |
| Hex | 4E | DD | 14 | 41 | 0 | 5B | D | 67 | 53 | 2F |
| Octal | 116 | 335 | 24 | 101 | 0 | 133 | 15 | 147 | 123 | 57 |
| Binary | 1001110 | 11011101 | 10100 | 1000001 | 0 | 1011011 | 1101 | 1100111 | 1010011 | 101111 |
Color Harmonies of #4EDD14
Complementary color
Monochromatic Colors of #4EDD14
Black with #4EDD14
Text Example
Text Example
White with #4EDD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDD14; }
p { color: rgb(78,221,20); }
H1.HeaderClassName
{
color: #4EDD14;
}
.AnyTagClassName
{
color: #4EDD14;
}
</style>
background-color css
<style>
a { background-color: #4EDD14; }
a { background-color: rgb(78,221,20); }
div.DivClassName
{
background-color: #4EDD14;
}
.BgClassName
{
background-color: #4EDD14;
}
</style>
border-color css
<style>
span { border-color: #4EDD14; }
span { border-color: rgb(78,221,20); }
td.TdClassName
{
border-color: #4EDD14;
}
.TagClassName
{
border-color: #4EDD14;
}
</style>