Shades of Fruit Salad #59A852
Tints of Fruit Salad #59A852
RGB
CMYK
RGB Variations
Color information
#59A852 (or 0x59A852) is known color: Fruit Salad. HEX triplet: 59, A8 and 52. RGB value is (89,168,82). Sum of RGB (Red+Green+Blue) = 89+168+82=339 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.25% from 339); Green value is 168 (66.02% from 255 or 49.56% from 339); Blue value is 82 (32.42% from 255 or 24.19% from 339); Max value from RGB is 168 - color contains mainly: green. Hex color #59A852 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A852 is #A657AD. Grayscale: #868686. Windows color (decimal): -10901422 or 5417049. OLE color: 5417049.
HSL color Cylindrical-coordinate representation of color #59A852: hue angle of 115.12º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #59A852 is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 89 | 168 | 82 | - |
| CMYK | 0.47 | 0 | 0.51 | 0.34 |
| HSL | 115.12º | 0.34% | 0.49% | - |
| HSV(B) | 115.12º | 0.51% | 0.66% | - |
| XYZ | 19.65 | 30.74 | 12.88 | - |
| YUV | 134.58 | 98.33 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 168 | 82 | 0.47 | 0 | 0.51 | 0.34 | 115.12 | 0.34 | 0.49 |
| Hex | 59 | A8 | 52 | 2F | 0 | 33 | 22 | 73 | 22 | 31 |
| Octal | 131 | 250 | 122 | 57 | 0 | 63 | 42 | 163 | 42 | 61 |
| Binary | 1011001 | 10101000 | 1010010 | 101111 | 0 | 110011 | 100010 | 1110011 | 100010 | 110001 |
Color Harmonies of #59A852
Complementary color
Monochromatic Colors of #59A852
Black with #59A852
Text Example
Text Example
White with #59A852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A852; }
p { color: rgb(89,168,82); }
H1.HeaderClassName
{
color: #59A852;
}
.AnyTagClassName
{
color: #59A852;
}
</style>
background-color css
<style>
a { background-color: #59A852; }
a { background-color: rgb(89,168,82); }
div.DivClassName
{
background-color: #59A852;
}
.BgClassName
{
background-color: #59A852;
}
</style>
border-color css
<style>
span { border-color: #59A852; }
span { border-color: rgb(89,168,82); }
td.TdClassName
{
border-color: #59A852;
}
.TagClassName
{
border-color: #59A852;
}
</style>