Shades of Fruit Salad #59A85E
Tints of Fruit Salad #59A85E
RGB
CMYK
RGB Variations
Color information
#59A85E (or 0x59A85E) is known color: Fruit Salad. HEX triplet: 59, A8 and 5E. RGB value is (89,168,94). Sum of RGB (Red+Green+Blue) = 89+168+94=351 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.36% from 351); Green value is 168 (66.02% from 255 or 47.86% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 168 - color contains mainly: green. Hex color #59A85E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A85E is #A657A1. Grayscale: #888888. Windows color (decimal): -10901410 or 6203481. OLE color: 6203481.
HSL color Cylindrical-coordinate representation of color #59A85E: hue angle of 123.8º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #59A85E is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 89 | 168 | 94 | - |
| CMYK | 0.47 | 0 | 0.44 | 0.34 |
| HSL | 123.8º | 0.31% | 0.5% | - |
| HSV(B) | 123.8º | 0.47% | 0.66% | - |
| XYZ | 20.14 | 30.94 | 15.5 | - |
| YUV | 135.94 | 104.33 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 168 | 94 | 0.47 | 0 | 0.44 | 0.34 | 123.8 | 0.31 | 0.5 |
| Hex | 59 | A8 | 5E | 2F | 0 | 2C | 22 | 7C | 1F | 32 |
| Octal | 131 | 250 | 136 | 57 | 0 | 54 | 42 | 174 | 37 | 62 |
| Binary | 1011001 | 10101000 | 1011110 | 101111 | 0 | 101100 | 100010 | 1111100 | 11111 | 110010 |
Color Harmonies of #59A85E
Complementary color
Monochromatic Colors of #59A85E
Black with #59A85E
Text Example
Text Example
White with #59A85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A85E; }
p { color: rgb(89,168,94); }
H1.HeaderClassName
{
color: #59A85E;
}
.AnyTagClassName
{
color: #59A85E;
}
</style>
background-color css
<style>
a { background-color: #59A85E; }
a { background-color: rgb(89,168,94); }
div.DivClassName
{
background-color: #59A85E;
}
.BgClassName
{
background-color: #59A85E;
}
</style>
border-color css
<style>
span { border-color: #59A85E; }
span { border-color: rgb(89,168,94); }
td.TdClassName
{
border-color: #59A85E;
}
.TagClassName
{
border-color: #59A85E;
}
</style>