Shades of Kelly Green #5EBA12
Tints of Kelly Green #5EBA12
RGB
CMYK
RGB Variations
Color information
#5EBA12 (or 0x5EBA12) is known color: Kelly Green. HEX triplet: 5E, BA and 12. RGB value is (94,186,18). Sum of RGB (Red+Green+Blue) = 94+186+18=298 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.54% from 298); Green value is 186 (73.05% from 255 or 62.42% from 298); Blue value is 18 (7.42% from 255 or 6.04% from 298); Max value from RGB is 186 - color contains mainly: green. Hex color #5EBA12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5EBA12 is #A145ED. Grayscale: #8B8B8B. Windows color (decimal): -10569198 or 1227358. OLE color: 1227358.
HSL color Cylindrical-coordinate representation of color #5EBA12: hue angle of 92.86º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5EBA12 is Cyan = 0.49, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 186 | 18 | - |
| CMYK | 0.49 | 0 | 0.90 | 0.27 |
| HSL | 92.86º | 0.82% | 0.4% | - |
| HSV(B) | 92.86º | 0.9% | 0.73% | - |
| XYZ | 22.28 | 37.54 | 6.64 | - |
| YUV | 139.34 | 59.52 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 186 | 18 | 0.49 | 0 | 0.90 | 0.27 | 92.86 | 0.82 | 0.4 |
| Hex | 5E | BA | 12 | 31 | 0 | 5A | 1B | 5D | 52 | 28 |
| Octal | 136 | 272 | 22 | 61 | 0 | 132 | 33 | 135 | 122 | 50 |
| Binary | 1011110 | 10111010 | 10010 | 110001 | 0 | 1011010 | 11011 | 1011101 | 1010010 | 101000 |
Color Harmonies of #5EBA12
Complementary color
Monochromatic Colors of #5EBA12
Black with #5EBA12
Text Example
Text Example
White with #5EBA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBA12; }
p { color: rgb(94,186,18); }
H1.HeaderClassName
{
color: #5EBA12;
}
.AnyTagClassName
{
color: #5EBA12;
}
</style>
background-color css
<style>
a { background-color: #5EBA12; }
a { background-color: rgb(94,186,18); }
div.DivClassName
{
background-color: #5EBA12;
}
.BgClassName
{
background-color: #5EBA12;
}
</style>
border-color css
<style>
span { border-color: #5EBA12; }
span { border-color: rgb(94,186,18); }
td.TdClassName
{
border-color: #5EBA12;
}
.TagClassName
{
border-color: #5EBA12;
}
</style>