Shades of Fruit Salad #599D58
Tints of Fruit Salad #599D58
RGB
CMYK
RGB Variations
Color information
#599D58 (or 0x599D58) is known color: Fruit Salad. HEX triplet: 59, 9D and 58. RGB value is (89,157,88). Sum of RGB (Red+Green+Blue) = 89+157+88=334 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.65% from 334); Green value is 157 (61.72% from 255 or 47.01% from 334); Blue value is 88 (34.77% from 255 or 26.35% from 334); Max value from RGB is 157 - color contains mainly: green. Hex color #599D58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599D58 is #A662A7. Grayscale: #818181. Windows color (decimal): -10904232 or 5807449. OLE color: 5807449.
HSL color Cylindrical-coordinate representation of color #599D58: hue angle of 119.13º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #599D58 is Cyan = 0.43, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 157 | 88 | - |
| CMYK | 0.43 | 0 | 0.44 | 0.38 |
| HSL | 119.13º | 0.28% | 0.48% | - |
| HSV(B) | 119.13º | 0.44% | 0.62% | - |
| XYZ | 17.94 | 26.94 | 13.49 | - |
| YUV | 128.8 | 104.97 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 157 | 88 | 0.43 | 0 | 0.44 | 0.38 | 119.13 | 0.28 | 0.48 |
| Hex | 59 | 9D | 58 | 2B | 0 | 2C | 26 | 77 | 1C | 30 |
| Octal | 131 | 235 | 130 | 53 | 0 | 54 | 46 | 167 | 34 | 60 |
| Binary | 1011001 | 10011101 | 1011000 | 101011 | 0 | 101100 | 100110 | 1110111 | 11100 | 110000 |
Color Harmonies of #599D58
Complementary color
Monochromatic Colors of #599D58
Black with #599D58
Text Example
Text Example
White with #599D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599D58; }
p { color: rgb(89,157,88); }
H1.HeaderClassName
{
color: #599D58;
}
.AnyTagClassName
{
color: #599D58;
}
</style>
background-color css
<style>
a { background-color: #599D58; }
a { background-color: rgb(89,157,88); }
div.DivClassName
{
background-color: #599D58;
}
.BgClassName
{
background-color: #599D58;
}
</style>
border-color css
<style>
span { border-color: #599D58; }
span { border-color: rgb(89,157,88); }
td.TdClassName
{
border-color: #599D58;
}
.TagClassName
{
border-color: #599D58;
}
</style>