Shades of Kelly Green #4EDA07
Tints of Kelly Green #4EDA07
RGB
CMYK
RGB Variations
Color information
#4EDA07 (or 0x4EDA07) is known color: Kelly Green. HEX triplet: 4E, DA and 07. RGB value is (78,218,7). Sum of RGB (Red+Green+Blue) = 78+218+7=303 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.74% from 303); Green value is 218 (85.55% from 255 or 71.95% from 303); Blue value is 7 (3.12% from 255 or 2.31% from 303); Max value from RGB is 218 - color contains mainly: green. Hex color #4EDA07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4EDA07 is #B125F8. Grayscale: #989898. Windows color (decimal): -11609593 or 514638. OLE color: 514638.
HSL color Cylindrical-coordinate representation of color #4EDA07: hue angle of 99.81º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4EDA07 is Cyan = 0.64, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 78 | 218 | 7 | - |
| CMYK | 0.64 | 0 | 0.97 | 0.15 |
| HSL | 99.81º | 0.94% | 0.44% | - |
| HSV(B) | 99.81º | 0.97% | 0.85% | - |
| XYZ | 28.25 | 51.78 | 8.71 | - |
| YUV | 152.09 | 46.12 | 75.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 218 | 7 | 0.64 | 0 | 0.97 | 0.15 | 99.81 | 0.94 | 0.44 |
| Hex | 4E | DA | 7 | 40 | 0 | 61 | F | 64 | 5E | 2C |
| Octal | 116 | 332 | 7 | 100 | 0 | 141 | 17 | 144 | 136 | 54 |
| Binary | 1001110 | 11011010 | 111 | 1000000 | 0 | 1100001 | 1111 | 1100100 | 1011110 | 101100 |
Color Harmonies of #4EDA07
Complementary color
Monochromatic Colors of #4EDA07
Black with #4EDA07
Text Example
Text Example
White with #4EDA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDA07; }
p { color: rgb(78,218,7); }
H1.HeaderClassName
{
color: #4EDA07;
}
.AnyTagClassName
{
color: #4EDA07;
}
</style>
background-color css
<style>
a { background-color: #4EDA07; }
a { background-color: rgb(78,218,7); }
div.DivClassName
{
background-color: #4EDA07;
}
.BgClassName
{
background-color: #4EDA07;
}
</style>
border-color css
<style>
span { border-color: #4EDA07; }
span { border-color: rgb(78,218,7); }
td.TdClassName
{
border-color: #4EDA07;
}
.TagClassName
{
border-color: #4EDA07;
}
</style>