Shades of Limeade #59A033
Tints of Limeade #59A033
RGB
CMYK
RGB Variations
Color information
#59A033 (or 0x59A033) is known color: Limeade. HEX triplet: 59, A0 and 33. RGB value is (89,160,51). Sum of RGB (Red+Green+Blue) = 89+160+51=300 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.67% from 300); Green value is 160 (62.89% from 255 or 53.33% from 300); Blue value is 51 (20.31% from 255 or 17% from 300); Max value from RGB is 160 - color contains mainly: green. Hex color #59A033 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59A033 is #A65FCC. Grayscale: #7E7E7E. Windows color (decimal): -10903501 or 3383385. OLE color: 3383385.
HSL color Cylindrical-coordinate representation of color #59A033: hue angle of 99.08º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #59A033 is Cyan = 0.44, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 89 | 160 | 51 | - |
| CMYK | 0.44 | 0 | 0.68 | 0.37 |
| HSL | 99.08º | 0.52% | 0.41% | - |
| HSV(B) | 99.08º | 0.68% | 0.63% | - |
| XYZ | 17.29 | 27.5 | 7.53 | - |
| YUV | 126.35 | 85.48 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 160 | 51 | 0.44 | 0 | 0.68 | 0.37 | 99.08 | 0.52 | 0.41 |
| Hex | 59 | A0 | 33 | 2C | 0 | 44 | 25 | 63 | 34 | 29 |
| Octal | 131 | 240 | 63 | 54 | 0 | 104 | 45 | 143 | 64 | 51 |
| Binary | 1011001 | 10100000 | 110011 | 101100 | 0 | 1000100 | 100101 | 1100011 | 110100 | 101001 |
Color Harmonies of #59A033
Complementary color
Monochromatic Colors of #59A033
Black with #59A033
Text Example
Text Example
White with #59A033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A033; }
p { color: rgb(89,160,51); }
H1.HeaderClassName
{
color: #59A033;
}
.AnyTagClassName
{
color: #59A033;
}
</style>
background-color css
<style>
a { background-color: #59A033; }
a { background-color: rgb(89,160,51); }
div.DivClassName
{
background-color: #59A033;
}
.BgClassName
{
background-color: #59A033;
}
</style>
border-color css
<style>
span { border-color: #59A033; }
span { border-color: rgb(89,160,51); }
td.TdClassName
{
border-color: #59A033;
}
.TagClassName
{
border-color: #59A033;
}
</style>