Shades of Limeade #5E9528
Tints of Limeade #5E9528
RGB
CMYK
RGB Variations
Color information
#5E9528 (or 0x5E9528) is known color: Limeade. HEX triplet: 5E, 95 and 28. RGB value is (94,149,40). Sum of RGB (Red+Green+Blue) = 94+149+40=283 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.22% from 283); Green value is 149 (58.59% from 255 or 52.65% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 149 - color contains mainly: green. Hex color #5E9528 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9528 is #A16AD7. Grayscale: #787878. Windows color (decimal): -10578648 or 2659678. OLE color: 2659678.
HSL color Cylindrical-coordinate representation of color #5E9528: hue angle of 90.28º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5E9528 is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 149 | 40 | - |
| CMYK | 0.37 | 0 | 0.73 | 0.42 |
| HSL | 90.28º | 0.58% | 0.37% | - |
| HSV(B) | 90.28º | 0.73% | 0.58% | - |
| XYZ | 15.75 | 24.03 | 5.82 | - |
| YUV | 120.13 | 82.78 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 149 | 40 | 0.37 | 0 | 0.73 | 0.42 | 90.28 | 0.58 | 0.37 |
| Hex | 5E | 95 | 28 | 25 | 0 | 49 | 2A | 5A | 3A | 25 |
| Octal | 136 | 225 | 50 | 45 | 0 | 111 | 52 | 132 | 72 | 45 |
| Binary | 1011110 | 10010101 | 101000 | 100101 | 0 | 1001001 | 101010 | 1011010 | 111010 | 100101 |
Color Harmonies of #5E9528
Complementary color
Monochromatic Colors of #5E9528
Black with #5E9528
Text Example
Text Example
White with #5E9528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9528; }
p { color: rgb(94,149,40); }
H1.HeaderClassName
{
color: #5E9528;
}
.AnyTagClassName
{
color: #5E9528;
}
</style>
background-color css
<style>
a { background-color: #5E9528; }
a { background-color: rgb(94,149,40); }
div.DivClassName
{
background-color: #5E9528;
}
.BgClassName
{
background-color: #5E9528;
}
</style>
border-color css
<style>
span { border-color: #5E9528; }
span { border-color: rgb(94,149,40); }
td.TdClassName
{
border-color: #5E9528;
}
.TagClassName
{
border-color: #5E9528;
}
</style>