Shades of Fruit Salad #59AB55
Tints of Fruit Salad #59AB55
RGB
CMYK
RGB Variations
Color information
#59AB55 (or 0x59AB55) is known color: Fruit Salad. HEX triplet: 59, AB and 55. RGB value is (89,171,85). Sum of RGB (Red+Green+Blue) = 89+171+85=345 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.80% from 345); Green value is 171 (67.19% from 255 or 49.57% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 171 - color contains mainly: green. Hex color #59AB55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59AB55 is #A654AA. Grayscale: #888888. Windows color (decimal): -10900651 or 5614425. OLE color: 5614425.
HSL color Cylindrical-coordinate representation of color #59AB55: hue angle of 117.21º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #59AB55 is Cyan = 0.48, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 171 | 85 | - |
| CMYK | 0.48 | 0 | 0.50 | 0.33 |
| HSL | 117.21º | 0.34% | 0.5% | - |
| HSV(B) | 117.21º | 0.5% | 0.67% | - |
| XYZ | 20.32 | 31.91 | 13.68 | - |
| YUV | 136.68 | 98.83 | 93.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 171 | 85 | 0.48 | 0 | 0.50 | 0.33 | 117.21 | 0.34 | 0.5 |
| Hex | 59 | AB | 55 | 30 | 0 | 32 | 21 | 75 | 22 | 32 |
| Octal | 131 | 253 | 125 | 60 | 0 | 62 | 41 | 165 | 42 | 62 |
| Binary | 1011001 | 10101011 | 1010101 | 110000 | 0 | 110010 | 100001 | 1110101 | 100010 | 110010 |
Color Harmonies of #59AB55
Complementary color
Monochromatic Colors of #59AB55
Black with #59AB55
Text Example
Text Example
White with #59AB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59AB55; }
p { color: rgb(89,171,85); }
H1.HeaderClassName
{
color: #59AB55;
}
.AnyTagClassName
{
color: #59AB55;
}
</style>
background-color css
<style>
a { background-color: #59AB55; }
a { background-color: rgb(89,171,85); }
div.DivClassName
{
background-color: #59AB55;
}
.BgClassName
{
background-color: #59AB55;
}
</style>
border-color css
<style>
span { border-color: #59AB55; }
span { border-color: rgb(89,171,85); }
td.TdClassName
{
border-color: #59AB55;
}
.TagClassName
{
border-color: #59AB55;
}
</style>