Shades of Kelly Green #4EC714
Tints of Kelly Green #4EC714
RGB
CMYK
RGB Variations
Color information
#4EC714 (or 0x4EC714) is known color: Kelly Green. HEX triplet: 4E, C7 and 14. RGB value is (78,199,20). Sum of RGB (Red+Green+Blue) = 78+199+20=297 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.26% from 297); Green value is 199 (78.12% from 255 or 67.00% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 199 - color contains mainly: green. Hex color #4EC714 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4EC714 is #B138EB. Grayscale: #8F8F8F. Windows color (decimal): -11614444 or 1361742. OLE color: 1361742.
HSL color Cylindrical-coordinate representation of color #4EC714: hue angle of 100.56º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4EC714 is Cyan = 0.61, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 78 | 199 | 20 | - |
| CMYK | 0.61 | 0 | 0.90 | 0.22 |
| HSL | 100.56º | 0.82% | 0.43% | - |
| HSV(B) | 100.56º | 0.9% | 0.78% | - |
| XYZ | 23.69 | 42.52 | 7.62 | - |
| YUV | 142.42 | 58.91 | 82.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 199 | 20 | 0.61 | 0 | 0.90 | 0.22 | 100.56 | 0.82 | 0.43 |
| Hex | 4E | C7 | 14 | 3D | 0 | 5A | 16 | 65 | 52 | 2B |
| Octal | 116 | 307 | 24 | 75 | 0 | 132 | 26 | 145 | 122 | 53 |
| Binary | 1001110 | 11000111 | 10100 | 111101 | 0 | 1011010 | 10110 | 1100101 | 1010010 | 101011 |
Color Harmonies of #4EC714
Complementary color
Monochromatic Colors of #4EC714
Black with #4EC714
Text Example
Text Example
White with #4EC714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC714; }
p { color: rgb(78,199,20); }
H1.HeaderClassName
{
color: #4EC714;
}
.AnyTagClassName
{
color: #4EC714;
}
</style>
background-color css
<style>
a { background-color: #4EC714; }
a { background-color: rgb(78,199,20); }
div.DivClassName
{
background-color: #4EC714;
}
.BgClassName
{
background-color: #4EC714;
}
</style>
border-color css
<style>
span { border-color: #4EC714; }
span { border-color: rgb(78,199,20); }
td.TdClassName
{
border-color: #4EC714;
}
.TagClassName
{
border-color: #4EC714;
}
</style>