Shades of Fruit Salad #59AB5D
Tints of Fruit Salad #59AB5D
RGB
CMYK
RGB Variations
Color information
#59AB5D (or 0x59AB5D) is known color: Fruit Salad. HEX triplet: 59, AB and 5D. RGB value is (89,171,93). Sum of RGB (Red+Green+Blue) = 89+171+93=353 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.21% from 353); Green value is 171 (67.19% from 255 or 48.44% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 171 - color contains mainly: green. Hex color #59AB5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59AB5D is #A654A2. Grayscale: #898989. Windows color (decimal): -10900643 or 6138713. OLE color: 6138713.
HSL color Cylindrical-coordinate representation of color #59AB5D: hue angle of 122.93º 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 #59AB5D is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 171 | 93 | - |
| CMYK | 0.48 | 0 | 0.46 | 0.33 |
| HSL | 122.93º | 0.33% | 0.51% | - |
| HSV(B) | 122.93º | 0.48% | 0.67% | - |
| XYZ | 20.66 | 32.04 | 15.45 | - |
| YUV | 137.59 | 102.83 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 171 | 93 | 0.48 | 0 | 0.46 | 0.33 | 122.93 | 0.33 | 0.51 |
| Hex | 59 | AB | 5D | 30 | 0 | 2E | 21 | 7B | 21 | 33 |
| Octal | 131 | 253 | 135 | 60 | 0 | 56 | 41 | 173 | 41 | 63 |
| Binary | 1011001 | 10101011 | 1011101 | 110000 | 0 | 101110 | 100001 | 1111011 | 100001 | 110011 |
Color Harmonies of #59AB5D
Complementary color
Monochromatic Colors of #59AB5D
Black with #59AB5D
Text Example
Text Example
White with #59AB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59AB5D; }
p { color: rgb(89,171,93); }
H1.HeaderClassName
{
color: #59AB5D;
}
.AnyTagClassName
{
color: #59AB5D;
}
</style>
background-color css
<style>
a { background-color: #59AB5D; }
a { background-color: rgb(89,171,93); }
div.DivClassName
{
background-color: #59AB5D;
}
.BgClassName
{
background-color: #59AB5D;
}
</style>
border-color css
<style>
span { border-color: #59AB5D; }
span { border-color: rgb(89,171,93); }
td.TdClassName
{
border-color: #59AB5D;
}
.TagClassName
{
border-color: #59AB5D;
}
</style>