Shades of Limeade #5E9521
Tints of Limeade #5E9521
RGB
CMYK
RGB Variations
Color information
#5E9521 (or 0x5E9521) is known color: Limeade. HEX triplet: 5E, 95 and 21. RGB value is (94,149,33). Sum of RGB (Red+Green+Blue) = 94+149+33=276 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.06% from 276); Green value is 149 (58.59% from 255 or 53.99% from 276); Blue value is 33 (13.28% from 255 or 11.96% from 276); Max value from RGB is 149 - color contains mainly: green. Hex color #5E9521 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9521 is #A16ADE. Grayscale: #777777. Windows color (decimal): -10578655 or 2200926. OLE color: 2200926.
HSL color Cylindrical-coordinate representation of color #5E9521: hue angle of 88.45º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E9521 is Cyan = 0.37, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 149 | 33 | - |
| CMYK | 0.37 | 0 | 0.78 | 0.42 |
| HSL | 88.45º | 0.64% | 0.36% | - |
| HSV(B) | 88.45º | 0.78% | 0.58% | - |
| XYZ | 15.64 | 23.98 | 5.24 | - |
| YUV | 119.33 | 79.28 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 149 | 33 | 0.37 | 0 | 0.78 | 0.42 | 88.45 | 0.64 | 0.36 |
| Hex | 5E | 95 | 21 | 25 | 0 | 4E | 2A | 58 | 40 | 24 |
| Octal | 136 | 225 | 41 | 45 | 0 | 116 | 52 | 130 | 100 | 44 |
| Binary | 1011110 | 10010101 | 100001 | 100101 | 0 | 1001110 | 101010 | 1011000 | 1000000 | 100100 |
Color Harmonies of #5E9521
Complementary color
Monochromatic Colors of #5E9521
Black with #5E9521
Text Example
Text Example
White with #5E9521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9521; }
p { color: rgb(94,149,33); }
H1.HeaderClassName
{
color: #5E9521;
}
.AnyTagClassName
{
color: #5E9521;
}
</style>
background-color css
<style>
a { background-color: #5E9521; }
a { background-color: rgb(94,149,33); }
div.DivClassName
{
background-color: #5E9521;
}
.BgClassName
{
background-color: #5E9521;
}
</style>
border-color css
<style>
span { border-color: #5E9521; }
span { border-color: rgb(94,149,33); }
td.TdClassName
{
border-color: #5E9521;
}
.TagClassName
{
border-color: #5E9521;
}
</style>