Shades of Limeade #59A534
Tints of Limeade #59A534
RGB
CMYK
RGB Variations
Color information
#59A534 (or 0x59A534) is known color: Limeade. HEX triplet: 59, A5 and 34. RGB value is (89,165,52). Sum of RGB (Red+Green+Blue) = 89+165+52=306 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.08% from 306); Green value is 165 (64.84% from 255 or 53.92% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 165 - color contains mainly: green. Hex color #59A534 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59A534 is #A65ACB. Grayscale: #818181. Windows color (decimal): -10902220 or 3450201. OLE color: 3450201.
HSL color Cylindrical-coordinate representation of color #59A534: hue angle of 100.35º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #59A534 is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 89 | 165 | 52 | - |
| CMYK | 0.46 | 0 | 0.68 | 0.35 |
| HSL | 100.35º | 0.52% | 0.43% | - |
| HSV(B) | 100.35º | 0.68% | 0.65% | - |
| XYZ | 18.19 | 29.28 | 7.94 | - |
| YUV | 129.39 | 84.32 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 165 | 52 | 0.46 | 0 | 0.68 | 0.35 | 100.35 | 0.52 | 0.43 |
| Hex | 59 | A5 | 34 | 2E | 0 | 44 | 23 | 64 | 34 | 2B |
| Octal | 131 | 245 | 64 | 56 | 0 | 104 | 43 | 144 | 64 | 53 |
| Binary | 1011001 | 10100101 | 110100 | 101110 | 0 | 1000100 | 100011 | 1100100 | 110100 | 101011 |
Color Harmonies of #59A534
Complementary color
Monochromatic Colors of #59A534
Black with #59A534
Text Example
Text Example
White with #59A534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A534; }
p { color: rgb(89,165,52); }
H1.HeaderClassName
{
color: #59A534;
}
.AnyTagClassName
{
color: #59A534;
}
</style>
background-color css
<style>
a { background-color: #59A534; }
a { background-color: rgb(89,165,52); }
div.DivClassName
{
background-color: #59A534;
}
.BgClassName
{
background-color: #59A534;
}
</style>
border-color css
<style>
span { border-color: #59A534; }
span { border-color: rgb(89,165,52); }
td.TdClassName
{
border-color: #59A534;
}
.TagClassName
{
border-color: #59A534;
}
</style>