Shades of Kelly Green #4ED800
Tints of Kelly Green #4ED800
RGB
CMYK
RGB Variations
Color information
#4ED800 (or 0x4ED800) is known color: Kelly Green. HEX triplet: 4E, D8 and 00. RGB value is (78,216,0). Sum of RGB (Red+Green+Blue) = 78+216+0=294 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.53% from 294); Green value is 216 (84.77% from 255 or 73.47% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 216 - color contains mainly: green. Hex color #4ED800 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4ED800 is #B127FF. Grayscale: #969696. Windows color (decimal): -11610112 or 55374. OLE color: 55374.
HSL color Cylindrical-coordinate representation of color #4ED800: hue angle of 98.33º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4ED800 is Cyan = 0.64, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 78 | 216 | 0 | - |
| CMYK | 0.64 | 0 | 1 | 0.15 |
| HSL | 98.33º | 1% | 0.42% | - |
| HSV(B) | 98.33º | 1% | 0.85% | - |
| XYZ | 27.7 | 50.73 | 8.33 | - |
| YUV | 150.11 | 43.28 | 76.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 216 | 0 | 0.64 | 0 | 1 | 0.15 | 98.33 | 1 | 0.42 |
| Hex | 4E | D8 | 0 | 40 | 0 | 64 | F | 62 | 64 | 2A |
| Octal | 116 | 330 | 0 | 100 | 0 | 144 | 17 | 142 | 144 | 52 |
| Binary | 1001110 | 11011000 | 0 | 1000000 | 0 | 1100100 | 1111 | 1100010 | 1100100 | 101010 |
Color Harmonies of #4ED800
Complementary color
Monochromatic Colors of #4ED800
Black with #4ED800
Text Example
Text Example
White with #4ED800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED800; }
p { color: rgb(78,216,0); }
H1.HeaderClassName
{
color: #4ED800;
}
.AnyTagClassName
{
color: #4ED800;
}
</style>
background-color css
<style>
a { background-color: #4ED800; }
a { background-color: rgb(78,216,0); }
div.DivClassName
{
background-color: #4ED800;
}
.BgClassName
{
background-color: #4ED800;
}
</style>
border-color css
<style>
span { border-color: #4ED800; }
span { border-color: rgb(78,216,0); }
td.TdClassName
{
border-color: #4ED800;
}
.TagClassName
{
border-color: #4ED800;
}
</style>