Shades of Limeade #5E9612
Tints of Limeade #5E9612
RGB
CMYK
RGB Variations
Color information
#5E9612 (or 0x5E9612) is known color: Limeade. HEX triplet: 5E, 96 and 12. RGB value is (94,150,18). Sum of RGB (Red+Green+Blue) = 94+150+18=262 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.88% from 262); Green value is 150 (58.98% from 255 or 57.25% from 262); Blue value is 18 (7.42% from 255 or 6.87% from 262); Max value from RGB is 150 - color contains mainly: green. Hex color #5E9612 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9612 is #A169ED. Grayscale: #767676. Windows color (decimal): -10578414 or 1218142. OLE color: 1218142.
HSL color Cylindrical-coordinate representation of color #5E9612: hue angle of 85.45º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5E9612 is Cyan = 0.37, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 94 | 150 | 18 | - |
| CMYK | 0.37 | 0 | 0.88 | 0.41 |
| HSL | 85.45º | 0.79% | 0.33% | - |
| HSV(B) | 85.45º | 0.88% | 0.59% | - |
| XYZ | 15.63 | 24.24 | 4.43 | - |
| YUV | 118.21 | 71.45 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 150 | 18 | 0.37 | 0 | 0.88 | 0.41 | 85.45 | 0.79 | 0.33 |
| Hex | 5E | 96 | 12 | 25 | 0 | 58 | 29 | 55 | 4F | 21 |
| Octal | 136 | 226 | 22 | 45 | 0 | 130 | 51 | 125 | 117 | 41 |
| Binary | 1011110 | 10010110 | 10010 | 100101 | 0 | 1011000 | 101001 | 1010101 | 1001111 | 100001 |
Color Harmonies of #5E9612
Complementary color
Monochromatic Colors of #5E9612
Black with #5E9612
Text Example
Text Example
White with #5E9612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9612; }
p { color: rgb(94,150,18); }
H1.HeaderClassName
{
color: #5E9612;
}
.AnyTagClassName
{
color: #5E9612;
}
</style>
background-color css
<style>
a { background-color: #5E9612; }
a { background-color: rgb(94,150,18); }
div.DivClassName
{
background-color: #5E9612;
}
.BgClassName
{
background-color: #5E9612;
}
</style>
border-color css
<style>
span { border-color: #5E9612; }
span { border-color: rgb(94,150,18); }
td.TdClassName
{
border-color: #5E9612;
}
.TagClassName
{
border-color: #5E9612;
}
</style>