Shades of Fruit Salad #59A85A
Tints of Fruit Salad #59A85A
RGB
CMYK
RGB Variations
Color information
#59A85A (or 0x59A85A) is known color: Fruit Salad. HEX triplet: 59, A8 and 5A. RGB value is (89,168,90). Sum of RGB (Red+Green+Blue) = 89+168+90=347 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.65% from 347); Green value is 168 (66.02% from 255 or 48.41% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 168 - color contains mainly: green. Hex color #59A85A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A85A is #A657A5. Grayscale: #878787. Windows color (decimal): -10901414 or 5941337. OLE color: 5941337.
HSL color Cylindrical-coordinate representation of color #59A85A: hue angle of 120.76º 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 #59A85A is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 89 | 168 | 90 | - |
| CMYK | 0.47 | 0 | 0.46 | 0.34 |
| HSL | 120.76º | 0.31% | 0.5% | - |
| HSV(B) | 120.76º | 0.47% | 0.66% | - |
| XYZ | 19.97 | 30.87 | 14.58 | - |
| YUV | 135.49 | 102.33 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 168 | 90 | 0.47 | 0 | 0.46 | 0.34 | 120.76 | 0.31 | 0.5 |
| Hex | 59 | A8 | 5A | 2F | 0 | 2E | 22 | 79 | 1F | 32 |
| Octal | 131 | 250 | 132 | 57 | 0 | 56 | 42 | 171 | 37 | 62 |
| Binary | 1011001 | 10101000 | 1011010 | 101111 | 0 | 101110 | 100010 | 1111001 | 11111 | 110010 |
Color Harmonies of #59A85A
Complementary color
Monochromatic Colors of #59A85A
Black with #59A85A
Text Example
Text Example
White with #59A85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A85A; }
p { color: rgb(89,168,90); }
H1.HeaderClassName
{
color: #59A85A;
}
.AnyTagClassName
{
color: #59A85A;
}
</style>
background-color css
<style>
a { background-color: #59A85A; }
a { background-color: rgb(89,168,90); }
div.DivClassName
{
background-color: #59A85A;
}
.BgClassName
{
background-color: #59A85A;
}
</style>
border-color css
<style>
span { border-color: #59A85A; }
span { border-color: rgb(89,168,90); }
td.TdClassName
{
border-color: #59A85A;
}
.TagClassName
{
border-color: #59A85A;
}
</style>