Shades of Kelly Green #5EC02A
Tints of Kelly Green #5EC02A
RGB
CMYK
RGB Variations
Color information
#5EC02A (or 0x5EC02A) is known color: Kelly Green. HEX triplet: 5E, C0 and 2A. RGB value is (94,192,42). Sum of RGB (Red+Green+Blue) = 94+192+42=328 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.66% from 328); Green value is 192 (75.39% from 255 or 58.54% from 328); Blue value is 42 (16.80% from 255 or 12.80% from 328); Max value from RGB is 192 - color contains mainly: green. Hex color #5EC02A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EC02A is #A13FD5. Grayscale: #929292. Windows color (decimal): -10567638 or 2801758. OLE color: 2801758.
HSL color Cylindrical-coordinate representation of color #5EC02A: hue angle of 99.2º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5EC02A is Cyan = 0.51, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 192 | 42 | - |
| CMYK | 0.51 | 0 | 0.78 | 0.25 |
| HSL | 99.2º | 0.64% | 0.46% | - |
| HSV(B) | 99.2º | 0.78% | 0.75% | - |
| XYZ | 23.88 | 40.25 | 8.7 | - |
| YUV | 145.6 | 69.53 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 192 | 42 | 0.51 | 0 | 0.78 | 0.25 | 99.2 | 0.64 | 0.46 |
| Hex | 5E | C0 | 2A | 33 | 0 | 4E | 19 | 63 | 40 | 2E |
| Octal | 136 | 300 | 52 | 63 | 0 | 116 | 31 | 143 | 100 | 56 |
| Binary | 1011110 | 11000000 | 101010 | 110011 | 0 | 1001110 | 11001 | 1100011 | 1000000 | 101110 |
Color Harmonies of #5EC02A
Complementary color
Monochromatic Colors of #5EC02A
Black with #5EC02A
Text Example
Text Example
White with #5EC02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC02A; }
p { color: rgb(94,192,42); }
H1.HeaderClassName
{
color: #5EC02A;
}
.AnyTagClassName
{
color: #5EC02A;
}
</style>
background-color css
<style>
a { background-color: #5EC02A; }
a { background-color: rgb(94,192,42); }
div.DivClassName
{
background-color: #5EC02A;
}
.BgClassName
{
background-color: #5EC02A;
}
</style>
border-color css
<style>
span { border-color: #5EC02A; }
span { border-color: rgb(94,192,42); }
td.TdClassName
{
border-color: #5EC02A;
}
.TagClassName
{
border-color: #5EC02A;
}
</style>