Shades of Limeade #59A031
Tints of Limeade #59A031
RGB
CMYK
RGB Variations
Color information
#59A031 (or 0x59A031) is known color: Limeade. HEX triplet: 59, A0 and 31. RGB value is (89,160,49). Sum of RGB (Red+Green+Blue) = 89+160+49=298 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.87% from 298); Green value is 160 (62.89% from 255 or 53.69% from 298); Blue value is 49 (19.53% from 255 or 16.44% from 298); Max value from RGB is 160 - color contains mainly: green. Hex color #59A031 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59A031 is #A65FCE. Grayscale: #7E7E7E. Windows color (decimal): -10903503 or 3252313. OLE color: 3252313.
HSL color Cylindrical-coordinate representation of color #59A031: hue angle of 98.38º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #59A031 is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 89 | 160 | 49 | - |
| CMYK | 0.44 | 0 | 0.69 | 0.37 |
| HSL | 98.38º | 0.53% | 0.41% | - |
| HSV(B) | 98.38º | 0.69% | 0.63% | - |
| XYZ | 17.25 | 27.49 | 7.3 | - |
| YUV | 126.12 | 84.48 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 160 | 49 | 0.44 | 0 | 0.69 | 0.37 | 98.38 | 0.53 | 0.41 |
| Hex | 59 | A0 | 31 | 2C | 0 | 45 | 25 | 62 | 35 | 29 |
| Octal | 131 | 240 | 61 | 54 | 0 | 105 | 45 | 142 | 65 | 51 |
| Binary | 1011001 | 10100000 | 110001 | 101100 | 0 | 1000101 | 100101 | 1100010 | 110101 | 101001 |
Color Harmonies of #59A031
Complementary color
Monochromatic Colors of #59A031
Black with #59A031
Text Example
Text Example
White with #59A031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A031; }
p { color: rgb(89,160,49); }
H1.HeaderClassName
{
color: #59A031;
}
.AnyTagClassName
{
color: #59A031;
}
</style>
background-color css
<style>
a { background-color: #59A031; }
a { background-color: rgb(89,160,49); }
div.DivClassName
{
background-color: #59A031;
}
.BgClassName
{
background-color: #59A031;
}
</style>
border-color css
<style>
span { border-color: #59A031; }
span { border-color: rgb(89,160,49); }
td.TdClassName
{
border-color: #59A031;
}
.TagClassName
{
border-color: #59A031;
}
</style>