Shades of Kelly Green #5EBC12
Tints of Kelly Green #5EBC12
RGB
CMYK
RGB Variations
Color information
#5EBC12 (or 0x5EBC12) is known color: Kelly Green. HEX triplet: 5E, BC and 12. RGB value is (94,188,18). Sum of RGB (Red+Green+Blue) = 94+188+18=300 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.33% from 300); Green value is 188 (73.83% from 255 or 62.67% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 188 - color contains mainly: green. Hex color #5EBC12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5EBC12 is #A143ED. Grayscale: #8D8D8D. Windows color (decimal): -10568686 or 1227870. OLE color: 1227870.
HSL color Cylindrical-coordinate representation of color #5EBC12: hue angle of 93.18º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5EBC12 is Cyan = 0.50, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 188 | 18 | - |
| CMYK | 0.50 | 0 | 0.90 | 0.26 |
| HSL | 93.18º | 0.83% | 0.4% | - |
| HSV(B) | 93.18º | 0.9% | 0.74% | - |
| XYZ | 22.71 | 38.39 | 6.79 | - |
| YUV | 140.51 | 58.86 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 188 | 18 | 0.50 | 0 | 0.90 | 0.26 | 93.18 | 0.83 | 0.4 |
| Hex | 5E | BC | 12 | 32 | 0 | 5A | 1A | 5D | 53 | 28 |
| Octal | 136 | 274 | 22 | 62 | 0 | 132 | 32 | 135 | 123 | 50 |
| Binary | 1011110 | 10111100 | 10010 | 110010 | 0 | 1011010 | 11010 | 1011101 | 1010011 | 101000 |
Color Harmonies of #5EBC12
Complementary color
Monochromatic Colors of #5EBC12
Black with #5EBC12
Text Example
Text Example
White with #5EBC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBC12; }
p { color: rgb(94,188,18); }
H1.HeaderClassName
{
color: #5EBC12;
}
.AnyTagClassName
{
color: #5EBC12;
}
</style>
background-color css
<style>
a { background-color: #5EBC12; }
a { background-color: rgb(94,188,18); }
div.DivClassName
{
background-color: #5EBC12;
}
.BgClassName
{
background-color: #5EBC12;
}
</style>
border-color css
<style>
span { border-color: #5EBC12; }
span { border-color: rgb(94,188,18); }
td.TdClassName
{
border-color: #5EBC12;
}
.TagClassName
{
border-color: #5EBC12;
}
</style>