Shades of Limeade #59A520
Tints of Limeade #59A520
RGB
CMYK
RGB Variations
Color information
#59A520 (or 0x59A520) is known color: Limeade. HEX triplet: 59, A5 and 20. RGB value is (89,165,32). Sum of RGB (Red+Green+Blue) = 89+165+32=286 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.12% from 286); Green value is 165 (64.84% from 255 or 57.69% from 286); Blue value is 32 (12.89% from 255 or 11.19% from 286); Max value from RGB is 165 - color contains mainly: green. Hex color #59A520 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59A520 is #A65ADF. Grayscale: #7F7F7F. Windows color (decimal): -10902240 or 2139481. OLE color: 2139481.
HSL color Cylindrical-coordinate representation of color #59A520: hue angle of 94.29º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #59A520 is Cyan = 0.46, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 89 | 165 | 32 | - |
| CMYK | 0.46 | 0 | 0.81 | 0.35 |
| HSL | 94.29º | 0.68% | 0.39% | - |
| HSV(B) | 94.29º | 0.81% | 0.65% | - |
| XYZ | 17.84 | 29.14 | 6.05 | - |
| YUV | 127.11 | 74.32 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 165 | 32 | 0.46 | 0 | 0.81 | 0.35 | 94.29 | 0.68 | 0.39 |
| Hex | 59 | A5 | 20 | 2E | 0 | 51 | 23 | 5E | 44 | 27 |
| Octal | 131 | 245 | 40 | 56 | 0 | 121 | 43 | 136 | 104 | 47 |
| Binary | 1011001 | 10100101 | 100000 | 101110 | 0 | 1010001 | 100011 | 1011110 | 1000100 | 100111 |
Color Harmonies of #59A520
Complementary color
Monochromatic Colors of #59A520
Black with #59A520
Text Example
Text Example
White with #59A520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A520; }
p { color: rgb(89,165,32); }
H1.HeaderClassName
{
color: #59A520;
}
.AnyTagClassName
{
color: #59A520;
}
</style>
background-color css
<style>
a { background-color: #59A520; }
a { background-color: rgb(89,165,32); }
div.DivClassName
{
background-color: #59A520;
}
.BgClassName
{
background-color: #59A520;
}
</style>
border-color css
<style>
span { border-color: #59A520; }
span { border-color: rgb(89,165,32); }
td.TdClassName
{
border-color: #59A520;
}
.TagClassName
{
border-color: #59A520;
}
</style>