Shades of Limeade #59A434
Tints of Limeade #59A434
RGB
CMYK
RGB Variations
Color information
#59A434 (or 0x59A434) is known color: Limeade. HEX triplet: 59, A4 and 34. RGB value is (89,164,52). Sum of RGB (Red+Green+Blue) = 89+164+52=305 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.18% from 305); Green value is 164 (64.45% from 255 or 53.77% from 305); Blue value is 52 (20.70% from 255 or 17.05% from 305); Max value from RGB is 164 - color contains mainly: green. Hex color #59A434 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59A434 is #A65BCB. Grayscale: #818181. Windows color (decimal): -10902476 or 3449945. OLE color: 3449945.
HSL color Cylindrical-coordinate representation of color #59A434: hue angle of 100.18º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #59A434 is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 89 | 164 | 52 | - |
| CMYK | 0.46 | 0 | 0.68 | 0.36 |
| HSL | 100.18º | 0.52% | 0.42% | - |
| HSV(B) | 100.18º | 0.68% | 0.64% | - |
| XYZ | 18.02 | 28.92 | 7.88 | - |
| YUV | 128.81 | 84.65 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 164 | 52 | 0.46 | 0 | 0.68 | 0.36 | 100.18 | 0.52 | 0.42 |
| Hex | 59 | A4 | 34 | 2E | 0 | 44 | 24 | 64 | 34 | 2A |
| Octal | 131 | 244 | 64 | 56 | 0 | 104 | 44 | 144 | 64 | 52 |
| Binary | 1011001 | 10100100 | 110100 | 101110 | 0 | 1000100 | 100100 | 1100100 | 110100 | 101010 |
Color Harmonies of #59A434
Complementary color
Monochromatic Colors of #59A434
Black with #59A434
Text Example
Text Example
White with #59A434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A434; }
p { color: rgb(89,164,52); }
H1.HeaderClassName
{
color: #59A434;
}
.AnyTagClassName
{
color: #59A434;
}
</style>
background-color css
<style>
a { background-color: #59A434; }
a { background-color: rgb(89,164,52); }
div.DivClassName
{
background-color: #59A434;
}
.BgClassName
{
background-color: #59A434;
}
</style>
border-color css
<style>
span { border-color: #59A434; }
span { border-color: rgb(89,164,52); }
td.TdClassName
{
border-color: #59A434;
}
.TagClassName
{
border-color: #59A434;
}
</style>