Shades of Limeade #5A953B
Tints of Limeade #5A953B
RGB
CMYK
RGB Variations
Color information
#5A953B (or 0x5A953B) is known color: Limeade. HEX triplet: 5A, 95 and 3B. RGB value is (90,149,59). Sum of RGB (Red+Green+Blue) = 90+149+59=298 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.20% from 298); Green value is 149 (58.59% from 255 or 50% from 298); Blue value is 59 (23.44% from 255 or 19.80% from 298); Max value from RGB is 149 - color contains mainly: green. Hex color #5A953B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A953B is #A56AC4. Grayscale: #797979. Windows color (decimal): -10840773 or 3904858. OLE color: 3904858.
HSL color Cylindrical-coordinate representation of color #5A953B: hue angle of 99.33º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A953B is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 90 | 149 | 59 | - |
| CMYK | 0.40 | 0 | 0.60 | 0.42 |
| HSL | 99.33º | 0.43% | 0.41% | - |
| HSV(B) | 99.33º | 0.6% | 0.58% | - |
| XYZ | 15.75 | 23.98 | 7.94 | - |
| YUV | 121.1 | 92.95 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 149 | 59 | 0.40 | 0 | 0.60 | 0.42 | 99.33 | 0.43 | 0.41 |
| Hex | 5A | 95 | 3B | 28 | 0 | 3C | 2A | 63 | 2B | 29 |
| Octal | 132 | 225 | 73 | 50 | 0 | 74 | 52 | 143 | 53 | 51 |
| Binary | 1011010 | 10010101 | 111011 | 101000 | 0 | 111100 | 101010 | 1100011 | 101011 | 101001 |
Color Harmonies of #5A953B
Complementary color
Monochromatic Colors of #5A953B
Black with #5A953B
Text Example
Text Example
White with #5A953B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A953B; }
p { color: rgb(90,149,59); }
H1.HeaderClassName
{
color: #5A953B;
}
.AnyTagClassName
{
color: #5A953B;
}
</style>
background-color css
<style>
a { background-color: #5A953B; }
a { background-color: rgb(90,149,59); }
div.DivClassName
{
background-color: #5A953B;
}
.BgClassName
{
background-color: #5A953B;
}
</style>
border-color css
<style>
span { border-color: #5A953B; }
span { border-color: rgb(90,149,59); }
td.TdClassName
{
border-color: #5A953B;
}
.TagClassName
{
border-color: #5A953B;
}
</style>