Shades of Kelly Green #5EC12A
Tints of Kelly Green #5EC12A
RGB
CMYK
RGB Variations
Color information
#5EC12A (or 0x5EC12A) is known color: Kelly Green. HEX triplet: 5E, C1 and 2A. RGB value is (94,193,42). Sum of RGB (Red+Green+Blue) = 94+193+42=329 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.57% from 329); Green value is 193 (75.78% from 255 or 58.66% from 329); Blue value is 42 (16.80% from 255 or 12.77% from 329); Max value from RGB is 193 - color contains mainly: green. Hex color #5EC12A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EC12A is #A13ED5. Grayscale: #929292. Windows color (decimal): -10567382 or 2802014. OLE color: 2802014.
HSL color Cylindrical-coordinate representation of color #5EC12A: hue angle of 99.34º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5EC12A is Cyan = 0.51, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 94 | 193 | 42 | - |
| CMYK | 0.51 | 0 | 0.78 | 0.24 |
| HSL | 99.34º | 0.64% | 0.46% | - |
| HSV(B) | 99.34º | 0.78% | 0.76% | - |
| XYZ | 24.1 | 40.69 | 8.77 | - |
| YUV | 146.19 | 69.2 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 193 | 42 | 0.51 | 0 | 0.78 | 0.24 | 99.34 | 0.64 | 0.46 |
| Hex | 5E | C1 | 2A | 33 | 0 | 4E | 18 | 63 | 40 | 2E |
| Octal | 136 | 301 | 52 | 63 | 0 | 116 | 30 | 143 | 100 | 56 |
| Binary | 1011110 | 11000001 | 101010 | 110011 | 0 | 1001110 | 11000 | 1100011 | 1000000 | 101110 |
Color Harmonies of #5EC12A
Complementary color
Monochromatic Colors of #5EC12A
Black with #5EC12A
Text Example
Text Example
White with #5EC12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC12A; }
p { color: rgb(94,193,42); }
H1.HeaderClassName
{
color: #5EC12A;
}
.AnyTagClassName
{
color: #5EC12A;
}
</style>
background-color css
<style>
a { background-color: #5EC12A; }
a { background-color: rgb(94,193,42); }
div.DivClassName
{
background-color: #5EC12A;
}
.BgClassName
{
background-color: #5EC12A;
}
</style>
border-color css
<style>
span { border-color: #5EC12A; }
span { border-color: rgb(94,193,42); }
td.TdClassName
{
border-color: #5EC12A;
}
.TagClassName
{
border-color: #5EC12A;
}
</style>