Shades of Fruit Salad #59A064
Tints of Fruit Salad #59A064
RGB
CMYK
RGB Variations
Color information
#59A064 (or 0x59A064) is known color: Fruit Salad. HEX triplet: 59, A0 and 64. RGB value is (89,160,100). Sum of RGB (Red+Green+Blue) = 89+160+100=349 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.50% from 349); Green value is 160 (62.89% from 255 or 45.85% from 349); Blue value is 100 (39.45% from 255 or 28.65% from 349); Max value from RGB is 160 - color contains mainly: green. Hex color #59A064 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A064 is #A65F9B. Grayscale: #848484. Windows color (decimal): -10903452 or 6594649. OLE color: 6594649.
HSL color Cylindrical-coordinate representation of color #59A064: hue angle of 129.3º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #59A064 is Cyan = 0.44, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 89 | 160 | 100 | - |
| CMYK | 0.44 | 0 | 0.38 | 0.37 |
| HSL | 129.3º | 0.29% | 0.49% | - |
| HSV(B) | 129.3º | 0.44% | 0.63% | - |
| XYZ | 18.99 | 28.19 | 16.5 | - |
| YUV | 131.93 | 109.98 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 160 | 100 | 0.44 | 0 | 0.38 | 0.37 | 129.3 | 0.29 | 0.49 |
| Hex | 59 | A0 | 64 | 2C | 0 | 26 | 25 | 81 | 1D | 31 |
| Octal | 131 | 240 | 144 | 54 | 0 | 46 | 45 | 201 | 35 | 61 |
| Binary | 1011001 | 10100000 | 1100100 | 101100 | 0 | 100110 | 100101 | 10000001 | 11101 | 110001 |
Color Harmonies of #59A064
Complementary color
Monochromatic Colors of #59A064
Black with #59A064
Text Example
Text Example
White with #59A064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A064; }
p { color: rgb(89,160,100); }
H1.HeaderClassName
{
color: #59A064;
}
.AnyTagClassName
{
color: #59A064;
}
</style>
background-color css
<style>
a { background-color: #59A064; }
a { background-color: rgb(89,160,100); }
div.DivClassName
{
background-color: #59A064;
}
.BgClassName
{
background-color: #59A064;
}
</style>
border-color css
<style>
span { border-color: #59A064; }
span { border-color: rgb(89,160,100); }
td.TdClassName
{
border-color: #59A064;
}
.TagClassName
{
border-color: #59A064;
}
</style>