Shades of Kelly Green #5EC40A
Tints of Kelly Green #5EC40A
RGB
CMYK
RGB Variations
Color information
#5EC40A (or 0x5EC40A) is known color: Kelly Green. HEX triplet: 5E, C4 and 0A. RGB value is (94,196,10). Sum of RGB (Red+Green+Blue) = 94+196+10=300 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.33% from 300); Green value is 196 (76.95% from 255 or 65.33% from 300); Blue value is 10 (4.30% from 255 or 3.33% from 300); Max value from RGB is 196 - color contains mainly: green. Hex color #5EC40A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5EC40A is #A13BF5. Grayscale: #909090. Windows color (decimal): -10566646 or 705630. OLE color: 705630.
HSL color Cylindrical-coordinate representation of color #5EC40A: hue angle of 92.9º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5EC40A is Cyan = 0.52, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 94 | 196 | 10 | - |
| CMYK | 0.52 | 0 | 0.95 | 0.23 |
| HSL | 92.9º | 0.9% | 0.4% | - |
| HSV(B) | 92.9º | 0.95% | 0.77% | - |
| XYZ | 24.41 | 41.88 | 7.08 | - |
| YUV | 144.3 | 52.21 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 196 | 10 | 0.52 | 0 | 0.95 | 0.23 | 92.9 | 0.9 | 0.4 |
| Hex | 5E | C4 | A | 34 | 0 | 5F | 17 | 5D | 5A | 28 |
| Octal | 136 | 304 | 12 | 64 | 0 | 137 | 27 | 135 | 132 | 50 |
| Binary | 1011110 | 11000100 | 1010 | 110100 | 0 | 1011111 | 10111 | 1011101 | 1011010 | 101000 |
Color Harmonies of #5EC40A
Complementary color
Monochromatic Colors of #5EC40A
Black with #5EC40A
Text Example
Text Example
White with #5EC40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC40A; }
p { color: rgb(94,196,10); }
H1.HeaderClassName
{
color: #5EC40A;
}
.AnyTagClassName
{
color: #5EC40A;
}
</style>
background-color css
<style>
a { background-color: #5EC40A; }
a { background-color: rgb(94,196,10); }
div.DivClassName
{
background-color: #5EC40A;
}
.BgClassName
{
background-color: #5EC40A;
}
</style>
border-color css
<style>
span { border-color: #5EC40A; }
span { border-color: rgb(94,196,10); }
td.TdClassName
{
border-color: #5EC40A;
}
.TagClassName
{
border-color: #5EC40A;
}
</style>