Shades of Kelly Green #5EBA16
Tints of Kelly Green #5EBA16
RGB
CMYK
RGB Variations
Color information
#5EBA16 (or 0x5EBA16) is known color: Kelly Green. HEX triplet: 5E, BA and 16. RGB value is (94,186,22). Sum of RGB (Red+Green+Blue) = 94+186+22=302 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.13% from 302); Green value is 186 (73.05% from 255 or 61.59% from 302); Blue value is 22 (8.98% from 255 or 7.28% from 302); Max value from RGB is 186 - color contains mainly: green. Hex color #5EBA16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5EBA16 is #A145E9. Grayscale: #8C8C8C. Windows color (decimal): -10569194 or 1489502. OLE color: 1489502.
HSL color Cylindrical-coordinate representation of color #5EBA16: hue angle of 93.66º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5EBA16 is Cyan = 0.49, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 186 | 22 | - |
| CMYK | 0.49 | 0 | 0.88 | 0.27 |
| HSL | 93.66º | 0.79% | 0.41% | - |
| HSV(B) | 93.66º | 0.88% | 0.73% | - |
| XYZ | 22.32 | 37.56 | 6.83 | - |
| YUV | 139.8 | 61.52 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 186 | 22 | 0.49 | 0 | 0.88 | 0.27 | 93.66 | 0.79 | 0.41 |
| Hex | 5E | BA | 16 | 31 | 0 | 58 | 1B | 5E | 4F | 29 |
| Octal | 136 | 272 | 26 | 61 | 0 | 130 | 33 | 136 | 117 | 51 |
| Binary | 1011110 | 10111010 | 10110 | 110001 | 0 | 1011000 | 11011 | 1011110 | 1001111 | 101001 |
Color Harmonies of #5EBA16
Complementary color
Monochromatic Colors of #5EBA16
Black with #5EBA16
Text Example
Text Example
White with #5EBA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBA16; }
p { color: rgb(94,186,22); }
H1.HeaderClassName
{
color: #5EBA16;
}
.AnyTagClassName
{
color: #5EBA16;
}
</style>
background-color css
<style>
a { background-color: #5EBA16; }
a { background-color: rgb(94,186,22); }
div.DivClassName
{
background-color: #5EBA16;
}
.BgClassName
{
background-color: #5EBA16;
}
</style>
border-color css
<style>
span { border-color: #5EBA16; }
span { border-color: rgb(94,186,22); }
td.TdClassName
{
border-color: #5EBA16;
}
.TagClassName
{
border-color: #5EBA16;
}
</style>