Shades of Kelly Green #5EBC14
Tints of Kelly Green #5EBC14
RGB
CMYK
RGB Variations
Color information
#5EBC14 (or 0x5EBC14) is known color: Kelly Green. HEX triplet: 5E, BC and 14. RGB value is (94,188,20). Sum of RGB (Red+Green+Blue) = 94+188+20=302 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.13% from 302); Green value is 188 (73.83% from 255 or 62.25% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 188 - color contains mainly: green. Hex color #5EBC14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5EBC14 is #A143EB. Grayscale: #8D8D8D. Windows color (decimal): -10568684 or 1358942. OLE color: 1358942.
HSL color Cylindrical-coordinate representation of color #5EBC14: hue angle of 93.57º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5EBC14 is Cyan = 0.50, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 188 | 20 | - |
| CMYK | 0.50 | 0 | 0.89 | 0.26 |
| HSL | 93.57º | 0.81% | 0.41% | - |
| HSV(B) | 93.57º | 0.89% | 0.74% | - |
| XYZ | 22.73 | 38.4 | 6.88 | - |
| YUV | 140.74 | 59.86 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 188 | 20 | 0.50 | 0 | 0.89 | 0.26 | 93.57 | 0.81 | 0.41 |
| Hex | 5E | BC | 14 | 32 | 0 | 59 | 1A | 5E | 51 | 29 |
| Octal | 136 | 274 | 24 | 62 | 0 | 131 | 32 | 136 | 121 | 51 |
| Binary | 1011110 | 10111100 | 10100 | 110010 | 0 | 1011001 | 11010 | 1011110 | 1010001 | 101001 |
Color Harmonies of #5EBC14
Complementary color
Monochromatic Colors of #5EBC14
Black with #5EBC14
Text Example
Text Example
White with #5EBC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBC14; }
p { color: rgb(94,188,20); }
H1.HeaderClassName
{
color: #5EBC14;
}
.AnyTagClassName
{
color: #5EBC14;
}
</style>
background-color css
<style>
a { background-color: #5EBC14; }
a { background-color: rgb(94,188,20); }
div.DivClassName
{
background-color: #5EBC14;
}
.BgClassName
{
background-color: #5EBC14;
}
</style>
border-color css
<style>
span { border-color: #5EBC14; }
span { border-color: rgb(94,188,20); }
td.TdClassName
{
border-color: #5EBC14;
}
.TagClassName
{
border-color: #5EBC14;
}
</style>