Shades of Kelly Green #5ED018
Tints of Kelly Green #5ED018
RGB
CMYK
RGB Variations
Color information
#5ED018 (or 0x5ED018) is known color: Kelly Green. HEX triplet: 5E, D0 and 18. RGB value is (94,208,24). Sum of RGB (Red+Green+Blue) = 94+208+24=326 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.83% from 326); Green value is 208 (81.64% from 255 or 63.80% from 326); Blue value is 24 (9.77% from 255 or 7.36% from 326); Max value from RGB is 208 - color contains mainly: green. Hex color #5ED018 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5ED018 is #A12FE7. Grayscale: #999999. Windows color (decimal): -10563560 or 1626206. OLE color: 1626206.
HSL color Cylindrical-coordinate representation of color #5ED018: hue angle of 97.17º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5ED018 is Cyan = 0.55, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 94 | 208 | 24 | - |
| CMYK | 0.55 | 0 | 0.88 | 0.18 |
| HSL | 97.17º | 0.79% | 0.45% | - |
| HSV(B) | 97.17º | 0.88% | 0.82% | - |
| XYZ | 27.34 | 47.56 | 8.6 | - |
| YUV | 152.94 | 55.23 | 85.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 208 | 24 | 0.55 | 0 | 0.88 | 0.18 | 97.17 | 0.79 | 0.45 |
| Hex | 5E | D0 | 18 | 37 | 0 | 58 | 12 | 61 | 4F | 2D |
| Octal | 136 | 320 | 30 | 67 | 0 | 130 | 22 | 141 | 117 | 55 |
| Binary | 1011110 | 11010000 | 11000 | 110111 | 0 | 1011000 | 10010 | 1100001 | 1001111 | 101101 |
Color Harmonies of #5ED018
Complementary color
Monochromatic Colors of #5ED018
Black with #5ED018
Text Example
Text Example
White with #5ED018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED018; }
p { color: rgb(94,208,24); }
H1.HeaderClassName
{
color: #5ED018;
}
.AnyTagClassName
{
color: #5ED018;
}
</style>
background-color css
<style>
a { background-color: #5ED018; }
a { background-color: rgb(94,208,24); }
div.DivClassName
{
background-color: #5ED018;
}
.BgClassName
{
background-color: #5ED018;
}
</style>
border-color css
<style>
span { border-color: #5ED018; }
span { border-color: rgb(94,208,24); }
td.TdClassName
{
border-color: #5ED018;
}
.TagClassName
{
border-color: #5ED018;
}
</style>