Shades of Limeade #5E961D
Tints of Limeade #5E961D
RGB
CMYK
RGB Variations
Color information
#5E961D (or 0x5E961D) is known color: Limeade. HEX triplet: 5E, 96 and 1D. RGB value is (94,150,29). Sum of RGB (Red+Green+Blue) = 94+150+29=273 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.43% from 273); Green value is 150 (58.98% from 255 or 54.95% from 273); Blue value is 29 (11.72% from 255 or 10.62% from 273); Max value from RGB is 150 - color contains mainly: green. Hex color #5E961D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E961D is #A169E2. Grayscale: #777777. Windows color (decimal): -10578403 or 1939038. OLE color: 1939038.
HSL color Cylindrical-coordinate representation of color #5E961D: hue angle of 87.77º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5E961D is Cyan = 0.37, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 94 | 150 | 29 | - |
| CMYK | 0.37 | 0 | 0.81 | 0.41 |
| HSL | 87.77º | 0.68% | 0.35% | - |
| HSV(B) | 87.77º | 0.81% | 0.59% | - |
| XYZ | 15.74 | 24.28 | 5.02 | - |
| YUV | 119.46 | 76.95 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 150 | 29 | 0.37 | 0 | 0.81 | 0.41 | 87.77 | 0.68 | 0.35 |
| Hex | 5E | 96 | 1D | 25 | 0 | 51 | 29 | 58 | 44 | 23 |
| Octal | 136 | 226 | 35 | 45 | 0 | 121 | 51 | 130 | 104 | 43 |
| Binary | 1011110 | 10010110 | 11101 | 100101 | 0 | 1010001 | 101001 | 1011000 | 1000100 | 100011 |
Color Harmonies of #5E961D
Complementary color
Monochromatic Colors of #5E961D
Black with #5E961D
Text Example
Text Example
White with #5E961D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E961D; }
p { color: rgb(94,150,29); }
H1.HeaderClassName
{
color: #5E961D;
}
.AnyTagClassName
{
color: #5E961D;
}
</style>
background-color css
<style>
a { background-color: #5E961D; }
a { background-color: rgb(94,150,29); }
div.DivClassName
{
background-color: #5E961D;
}
.BgClassName
{
background-color: #5E961D;
}
</style>
border-color css
<style>
span { border-color: #5E961D; }
span { border-color: rgb(94,150,29); }
td.TdClassName
{
border-color: #5E961D;
}
.TagClassName
{
border-color: #5E961D;
}
</style>