Shades of Kelly Green #4ED502
Tints of Kelly Green #4ED502
RGB
CMYK
RGB Variations
Color information
#4ED502 (or 0x4ED502) is known color: Kelly Green. HEX triplet: 4E, D5 and 02. RGB value is (78,213,2). Sum of RGB (Red+Green+Blue) = 78+213+2=293 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.62% from 293); Green value is 213 (83.59% from 255 or 72.70% from 293); Blue value is 2 (1.17% from 255 or 0.68% from 293); Max value from RGB is 213 - color contains mainly: green. Hex color #4ED502 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4ED502 is #B12AFD. Grayscale: #959595. Windows color (decimal): -11610878 or 185678. OLE color: 185678.
HSL color Cylindrical-coordinate representation of color #4ED502: hue angle of 98.39º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4ED502 is Cyan = 0.63, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 78 | 213 | 2 | - |
| CMYK | 0.63 | 0 | 0.99 | 0.16 |
| HSL | 98.39º | 0.98% | 0.42% | - |
| HSV(B) | 98.39º | 0.99% | 0.84% | - |
| XYZ | 26.95 | 49.21 | 8.14 | - |
| YUV | 148.58 | 45.27 | 77.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 213 | 2 | 0.63 | 0 | 0.99 | 0.16 | 98.39 | 0.98 | 0.42 |
| Hex | 4E | D5 | 2 | 3F | 0 | 63 | 10 | 62 | 62 | 2A |
| Octal | 116 | 325 | 2 | 77 | 0 | 143 | 20 | 142 | 142 | 52 |
| Binary | 1001110 | 11010101 | 10 | 111111 | 0 | 1100011 | 10000 | 1100010 | 1100010 | 101010 |
Color Harmonies of #4ED502
Complementary color
Monochromatic Colors of #4ED502
Black with #4ED502
Text Example
Text Example
White with #4ED502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED502; }
p { color: rgb(78,213,2); }
H1.HeaderClassName
{
color: #4ED502;
}
.AnyTagClassName
{
color: #4ED502;
}
</style>
background-color css
<style>
a { background-color: #4ED502; }
a { background-color: rgb(78,213,2); }
div.DivClassName
{
background-color: #4ED502;
}
.BgClassName
{
background-color: #4ED502;
}
</style>
border-color css
<style>
span { border-color: #4ED502; }
span { border-color: rgb(78,213,2); }
td.TdClassName
{
border-color: #4ED502;
}
.TagClassName
{
border-color: #4ED502;
}
</style>