Shades of Kelly Green #4EDC07
Tints of Kelly Green #4EDC07
RGB
CMYK
RGB Variations
Color information
#4EDC07 (or 0x4EDC07) is known color: Kelly Green. HEX triplet: 4E, DC and 07. RGB value is (78,220,7). Sum of RGB (Red+Green+Blue) = 78+220+7=305 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.57% from 305); Green value is 220 (86.33% from 255 or 72.13% from 305); Blue value is 7 (3.12% from 255 or 2.30% from 305); Max value from RGB is 220 - color contains mainly: green. Hex color #4EDC07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4EDC07 is #B123F8. Grayscale: #999999. Windows color (decimal): -11609081 or 515150. OLE color: 515150.
HSL color Cylindrical-coordinate representation of color #4EDC07: hue angle of 100º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4EDC07 is Cyan = 0.65, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 220 | 7 | - |
| CMYK | 0.65 | 0 | 0.97 | 0.14 |
| HSL | 100º | 0.94% | 0.45% | - |
| HSV(B) | 100º | 0.97% | 0.86% | - |
| XYZ | 28.77 | 52.82 | 8.88 | - |
| YUV | 153.26 | 45.46 | 74.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 220 | 7 | 0.65 | 0 | 0.97 | 0.14 | 100 | 0.94 | 0.45 |
| Hex | 4E | DC | 7 | 41 | 0 | 61 | E | 64 | 5E | 2D |
| Octal | 116 | 334 | 7 | 101 | 0 | 141 | 16 | 144 | 136 | 55 |
| Binary | 1001110 | 11011100 | 111 | 1000001 | 0 | 1100001 | 1110 | 1100100 | 1011110 | 101101 |
Color Harmonies of #4EDC07
Complementary color
Monochromatic Colors of #4EDC07
Black with #4EDC07
Text Example
Text Example
White with #4EDC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDC07; }
p { color: rgb(78,220,7); }
H1.HeaderClassName
{
color: #4EDC07;
}
.AnyTagClassName
{
color: #4EDC07;
}
</style>
background-color css
<style>
a { background-color: #4EDC07; }
a { background-color: rgb(78,220,7); }
div.DivClassName
{
background-color: #4EDC07;
}
.BgClassName
{
background-color: #4EDC07;
}
</style>
border-color css
<style>
span { border-color: #4EDC07; }
span { border-color: rgb(78,220,7); }
td.TdClassName
{
border-color: #4EDC07;
}
.TagClassName
{
border-color: #4EDC07;
}
</style>