Shades of Limeade #5E9716
Tints of Limeade #5E9716
RGB
CMYK
RGB Variations
Color information
#5E9716 (or 0x5E9716) is known color: Limeade. HEX triplet: 5E, 97 and 16. RGB value is (94,151,22). Sum of RGB (Red+Green+Blue) = 94+151+22=267 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.21% from 267); Green value is 151 (59.38% from 255 or 56.55% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 151 - color contains mainly: green. Hex color #5E9716 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9716 is #A168E9. Grayscale: #777777. Windows color (decimal): -10578154 or 1480542. OLE color: 1480542.
HSL color Cylindrical-coordinate representation of color #5E9716: hue angle of 86.51º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5E9716 is Cyan = 0.38, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 94 | 151 | 22 | - |
| CMYK | 0.38 | 0 | 0.85 | 0.41 |
| HSL | 86.51º | 0.75% | 0.34% | - |
| HSV(B) | 86.51º | 0.85% | 0.59% | - |
| XYZ | 15.83 | 24.57 | 4.67 | - |
| YUV | 119.25 | 73.12 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 151 | 22 | 0.38 | 0 | 0.85 | 0.41 | 86.51 | 0.75 | 0.34 |
| Hex | 5E | 97 | 16 | 26 | 0 | 55 | 29 | 57 | 4B | 22 |
| Octal | 136 | 227 | 26 | 46 | 0 | 125 | 51 | 127 | 113 | 42 |
| Binary | 1011110 | 10010111 | 10110 | 100110 | 0 | 1010101 | 101001 | 1010111 | 1001011 | 100010 |
Color Harmonies of #5E9716
Complementary color
Monochromatic Colors of #5E9716
Black with #5E9716
Text Example
Text Example
White with #5E9716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9716; }
p { color: rgb(94,151,22); }
H1.HeaderClassName
{
color: #5E9716;
}
.AnyTagClassName
{
color: #5E9716;
}
</style>
background-color css
<style>
a { background-color: #5E9716; }
a { background-color: rgb(94,151,22); }
div.DivClassName
{
background-color: #5E9716;
}
.BgClassName
{
background-color: #5E9716;
}
</style>
border-color css
<style>
span { border-color: #5E9716; }
span { border-color: rgb(94,151,22); }
td.TdClassName
{
border-color: #5E9716;
}
.TagClassName
{
border-color: #5E9716;
}
</style>