Shades of Limeade #5E9710
Tints of Limeade #5E9710
RGB
CMYK
RGB Variations
Color information
#5E9710 (or 0x5E9710) is known color: Limeade. HEX triplet: 5E, 97 and 10. RGB value is (94,151,16). Sum of RGB (Red+Green+Blue) = 94+151+16=261 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.02% from 261); Green value is 151 (59.38% from 255 or 57.85% from 261); Blue value is 16 (6.64% from 255 or 6.13% from 261); Max value from RGB is 151 - color contains mainly: green. Hex color #5E9710 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9710 is #A168EF. Grayscale: #777777. Windows color (decimal): -10578160 or 1087326. OLE color: 1087326.
HSL color Cylindrical-coordinate representation of color #5E9710: hue angle of 85.33º degrees, saturation: 0.81, 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 #5E9710 is Cyan = 0.38, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 94 | 151 | 16 | - |
| CMYK | 0.38 | 0 | 0.89 | 0.41 |
| HSL | 85.33º | 0.81% | 0.33% | - |
| HSV(B) | 85.33º | 0.89% | 0.59% | - |
| XYZ | 15.78 | 24.55 | 4.4 | - |
| YUV | 118.57 | 70.12 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 151 | 16 | 0.38 | 0 | 0.89 | 0.41 | 85.33 | 0.81 | 0.33 |
| Hex | 5E | 97 | 10 | 26 | 0 | 59 | 29 | 55 | 51 | 21 |
| Octal | 136 | 227 | 20 | 46 | 0 | 131 | 51 | 125 | 121 | 41 |
| Binary | 1011110 | 10010111 | 10000 | 100110 | 0 | 1011001 | 101001 | 1010101 | 1010001 | 100001 |
Color Harmonies of #5E9710
Complementary color
Monochromatic Colors of #5E9710
Black with #5E9710
Text Example
Text Example
White with #5E9710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9710; }
p { color: rgb(94,151,16); }
H1.HeaderClassName
{
color: #5E9710;
}
.AnyTagClassName
{
color: #5E9710;
}
</style>
background-color css
<style>
a { background-color: #5E9710; }
a { background-color: rgb(94,151,16); }
div.DivClassName
{
background-color: #5E9710;
}
.BgClassName
{
background-color: #5E9710;
}
</style>
border-color css
<style>
span { border-color: #5E9710; }
span { border-color: rgb(94,151,16); }
td.TdClassName
{
border-color: #5E9710;
}
.TagClassName
{
border-color: #5E9710;
}
</style>