Shades of Kelly Green #5EBC16
Tints of Kelly Green #5EBC16
RGB
CMYK
RGB Variations
Color information
#5EBC16 (or 0x5EBC16) is known color: Kelly Green. HEX triplet: 5E, BC and 16. RGB value is (94,188,22). Sum of RGB (Red+Green+Blue) = 94+188+22=304 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.92% from 304); Green value is 188 (73.83% from 255 or 61.84% from 304); Blue value is 22 (8.98% from 255 or 7.24% from 304); Max value from RGB is 188 - color contains mainly: green. Hex color #5EBC16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5EBC16 is #A143E9. Grayscale: #8D8D8D. Windows color (decimal): -10568682 or 1490014. OLE color: 1490014.
HSL color Cylindrical-coordinate representation of color #5EBC16: hue angle of 93.98º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5EBC16 is Cyan = 0.50, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 188 | 22 | - |
| CMYK | 0.50 | 0 | 0.88 | 0.26 |
| HSL | 93.98º | 0.79% | 0.41% | - |
| HSV(B) | 93.98º | 0.88% | 0.74% | - |
| XYZ | 22.74 | 38.4 | 6.97 | - |
| YUV | 140.97 | 60.86 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 188 | 22 | 0.50 | 0 | 0.88 | 0.26 | 93.98 | 0.79 | 0.41 |
| Hex | 5E | BC | 16 | 32 | 0 | 58 | 1A | 5E | 4F | 29 |
| Octal | 136 | 274 | 26 | 62 | 0 | 130 | 32 | 136 | 117 | 51 |
| Binary | 1011110 | 10111100 | 10110 | 110010 | 0 | 1011000 | 11010 | 1011110 | 1001111 | 101001 |
Color Harmonies of #5EBC16
Complementary color
Monochromatic Colors of #5EBC16
Black with #5EBC16
Text Example
Text Example
White with #5EBC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBC16; }
p { color: rgb(94,188,22); }
H1.HeaderClassName
{
color: #5EBC16;
}
.AnyTagClassName
{
color: #5EBC16;
}
</style>
background-color css
<style>
a { background-color: #5EBC16; }
a { background-color: rgb(94,188,22); }
div.DivClassName
{
background-color: #5EBC16;
}
.BgClassName
{
background-color: #5EBC16;
}
</style>
border-color css
<style>
span { border-color: #5EBC16; }
span { border-color: rgb(94,188,22); }
td.TdClassName
{
border-color: #5EBC16;
}
.TagClassName
{
border-color: #5EBC16;
}
</style>