Shades of Kelly Green #4ED414
Tints of Kelly Green #4ED414
RGB
CMYK
RGB Variations
Color information
#4ED414 (or 0x4ED414) is known color: Kelly Green. HEX triplet: 4E, D4 and 14. RGB value is (78,212,20). Sum of RGB (Red+Green+Blue) = 78+212+20=310 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25.16% from 310); Green value is 212 (83.20% from 255 or 68.39% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 212 - color contains mainly: green. Hex color #4ED414 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4ED414 is #B12BEB. Grayscale: #969696. Windows color (decimal): -11611116 or 1365070. OLE color: 1365070.
HSL color Cylindrical-coordinate representation of color #4ED414: hue angle of 101.88º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4ED414 is Cyan = 0.63, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 78 | 212 | 20 | - |
| CMYK | 0.63 | 0 | 0.91 | 0.17 |
| HSL | 101.88º | 0.83% | 0.45% | - |
| HSV(B) | 101.88º | 0.91% | 0.83% | - |
| XYZ | 26.81 | 48.76 | 8.66 | - |
| YUV | 150.05 | 54.61 | 76.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 212 | 20 | 0.63 | 0 | 0.91 | 0.17 | 101.88 | 0.83 | 0.45 |
| Hex | 4E | D4 | 14 | 3F | 0 | 5B | 11 | 66 | 53 | 2D |
| Octal | 116 | 324 | 24 | 77 | 0 | 133 | 21 | 146 | 123 | 55 |
| Binary | 1001110 | 11010100 | 10100 | 111111 | 0 | 1011011 | 10001 | 1100110 | 1010011 | 101101 |
Color Harmonies of #4ED414
Complementary color
Monochromatic Colors of #4ED414
Black with #4ED414
Text Example
Text Example
White with #4ED414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED414; }
p { color: rgb(78,212,20); }
H1.HeaderClassName
{
color: #4ED414;
}
.AnyTagClassName
{
color: #4ED414;
}
</style>
background-color css
<style>
a { background-color: #4ED414; }
a { background-color: rgb(78,212,20); }
div.DivClassName
{
background-color: #4ED414;
}
.BgClassName
{
background-color: #4ED414;
}
</style>
border-color css
<style>
span { border-color: #4ED414; }
span { border-color: rgb(78,212,20); }
td.TdClassName
{
border-color: #4ED414;
}
.TagClassName
{
border-color: #4ED414;
}
</style>