Shades of Limeade #5E9711
Tints of Limeade #5E9711
RGB
CMYK
RGB Variations
Color information
#5E9711 (or 0x5E9711) is known color: Limeade. HEX triplet: 5E, 97 and 11. RGB value is (94,151,17). Sum of RGB (Red+Green+Blue) = 94+151+17=262 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.88% from 262); Green value is 151 (59.38% from 255 or 57.63% from 262); Blue value is 17 (7.03% from 255 or 6.49% from 262); Max value from RGB is 151 - color contains mainly: green. Hex color #5E9711 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9711 is #A168EE. Grayscale: #777777. Windows color (decimal): -10578159 or 1152862. OLE color: 1152862.
HSL color Cylindrical-coordinate representation of color #5E9711: hue angle of 85.52º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5E9711 is Cyan = 0.38, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 94 | 151 | 17 | - |
| CMYK | 0.38 | 0 | 0.89 | 0.41 |
| HSL | 85.52º | 0.8% | 0.33% | - |
| HSV(B) | 85.52º | 0.89% | 0.59% | - |
| XYZ | 15.78 | 24.55 | 4.44 | - |
| YUV | 118.68 | 70.62 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 151 | 17 | 0.38 | 0 | 0.89 | 0.41 | 85.52 | 0.8 | 0.33 |
| Hex | 5E | 97 | 11 | 26 | 0 | 59 | 29 | 56 | 50 | 21 |
| Octal | 136 | 227 | 21 | 46 | 0 | 131 | 51 | 126 | 120 | 41 |
| Binary | 1011110 | 10010111 | 10001 | 100110 | 0 | 1011001 | 101001 | 1010110 | 1010000 | 100001 |
Color Harmonies of #5E9711
Complementary color
Monochromatic Colors of #5E9711
Black with #5E9711
Text Example
Text Example
White with #5E9711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9711; }
p { color: rgb(94,151,17); }
H1.HeaderClassName
{
color: #5E9711;
}
.AnyTagClassName
{
color: #5E9711;
}
</style>
background-color css
<style>
a { background-color: #5E9711; }
a { background-color: rgb(94,151,17); }
div.DivClassName
{
background-color: #5E9711;
}
.BgClassName
{
background-color: #5E9711;
}
</style>
border-color css
<style>
span { border-color: #5E9711; }
span { border-color: rgb(94,151,17); }
td.TdClassName
{
border-color: #5E9711;
}
.TagClassName
{
border-color: #5E9711;
}
</style>