Shades of Fruit Salad #59AB5E
Tints of Fruit Salad #59AB5E
RGB
CMYK
RGB Variations
Color information
#59AB5E (or 0x59AB5E) is known color: Fruit Salad. HEX triplet: 59, AB and 5E. RGB value is (89,171,94). Sum of RGB (Red+Green+Blue) = 89+171+94=354 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.14% from 354); Green value is 171 (67.19% from 255 or 48.31% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 171 - color contains mainly: green. Hex color #59AB5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59AB5E is #A654A1. Grayscale: #898989. Windows color (decimal): -10900642 or 6204249. OLE color: 6204249.
HSL color Cylindrical-coordinate representation of color #59AB5E: hue angle of 123.66º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #59AB5E is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 171 | 94 | - |
| CMYK | 0.48 | 0 | 0.45 | 0.33 |
| HSL | 123.66º | 0.33% | 0.51% | - |
| HSV(B) | 123.66º | 0.48% | 0.67% | - |
| XYZ | 20.7 | 32.06 | 15.69 | - |
| YUV | 137.7 | 103.33 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 171 | 94 | 0.48 | 0 | 0.45 | 0.33 | 123.66 | 0.33 | 0.51 |
| Hex | 59 | AB | 5E | 30 | 0 | 2D | 21 | 7C | 21 | 33 |
| Octal | 131 | 253 | 136 | 60 | 0 | 55 | 41 | 174 | 41 | 63 |
| Binary | 1011001 | 10101011 | 1011110 | 110000 | 0 | 101101 | 100001 | 1111100 | 100001 | 110011 |
Color Harmonies of #59AB5E
Complementary color
Monochromatic Colors of #59AB5E
Black with #59AB5E
Text Example
Text Example
White with #59AB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59AB5E; }
p { color: rgb(89,171,94); }
H1.HeaderClassName
{
color: #59AB5E;
}
.AnyTagClassName
{
color: #59AB5E;
}
</style>
background-color css
<style>
a { background-color: #59AB5E; }
a { background-color: rgb(89,171,94); }
div.DivClassName
{
background-color: #59AB5E;
}
.BgClassName
{
background-color: #59AB5E;
}
</style>
border-color css
<style>
span { border-color: #59AB5E; }
span { border-color: rgb(89,171,94); }
td.TdClassName
{
border-color: #59AB5E;
}
.TagClassName
{
border-color: #59AB5E;
}
</style>