Shades of Kelly Green #4ED50D
Tints of Kelly Green #4ED50D
RGB
CMYK
RGB Variations
Color information
#4ED50D (or 0x4ED50D) is known color: Kelly Green. HEX triplet: 4E, D5 and 0D. RGB value is (78,213,13). Sum of RGB (Red+Green+Blue) = 78+213+13=304 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.66% from 304); Green value is 213 (83.59% from 255 or 70.07% from 304); Blue value is 13 (5.47% from 255 or 4.28% from 304); Max value from RGB is 213 - color contains mainly: green. Hex color #4ED50D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4ED50D is #B12AF2. Grayscale: #969696. Windows color (decimal): -11610867 or 906574. OLE color: 906574.
HSL color Cylindrical-coordinate representation of color #4ED50D: hue angle of 100.5º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4ED50D is Cyan = 0.63, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 78 | 213 | 13 | - |
| CMYK | 0.63 | 0 | 0.94 | 0.16 |
| HSL | 100.5º | 0.88% | 0.44% | - |
| HSV(B) | 100.5º | 0.94% | 0.84% | - |
| XYZ | 27.01 | 49.24 | 8.46 | - |
| YUV | 149.84 | 50.77 | 76.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 213 | 13 | 0.63 | 0 | 0.94 | 0.16 | 100.5 | 0.88 | 0.44 |
| Hex | 4E | D5 | D | 3F | 0 | 5E | 10 | 64 | 58 | 2C |
| Octal | 116 | 325 | 15 | 77 | 0 | 136 | 20 | 144 | 130 | 54 |
| Binary | 1001110 | 11010101 | 1101 | 111111 | 0 | 1011110 | 10000 | 1100100 | 1011000 | 101100 |
Color Harmonies of #4ED50D
Complementary color
Monochromatic Colors of #4ED50D
Black with #4ED50D
Text Example
Text Example
White with #4ED50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED50D; }
p { color: rgb(78,213,13); }
H1.HeaderClassName
{
color: #4ED50D;
}
.AnyTagClassName
{
color: #4ED50D;
}
</style>
background-color css
<style>
a { background-color: #4ED50D; }
a { background-color: rgb(78,213,13); }
div.DivClassName
{
background-color: #4ED50D;
}
.BgClassName
{
background-color: #4ED50D;
}
</style>
border-color css
<style>
span { border-color: #4ED50D; }
span { border-color: rgb(78,213,13); }
td.TdClassName
{
border-color: #4ED50D;
}
.TagClassName
{
border-color: #4ED50D;
}
</style>