Shades of Fruit Salad #59B353
Tints of Fruit Salad #59B353
RGB
CMYK
RGB Variations
Color information
#59B353 (or 0x59B353) is known color: Fruit Salad. HEX triplet: 59, B3 and 53. RGB value is (89,179,83). Sum of RGB (Red+Green+Blue) = 89+179+83=351 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.36% from 351); Green value is 179 (70.31% from 255 or 51.00% from 351); Blue value is 83 (32.81% from 255 or 23.65% from 351); Max value from RGB is 179 - color contains mainly: green. Hex color #59B353 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #59B353 is #A64CAC. Grayscale: #8D8D8D. Windows color (decimal): -10898605 or 5485401. OLE color: 5485401.
HSL color Cylindrical-coordinate representation of color #59B353: hue angle of 116.25º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59B353 is Cyan = 0.50, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 89 | 179 | 83 | - |
| CMYK | 0.50 | 0 | 0.54 | 0.30 |
| HSL | 116.25º | 0.39% | 0.51% | - |
| HSV(B) | 116.25º | 0.54% | 0.7% | - |
| XYZ | 21.8 | 34.99 | 13.79 | - |
| YUV | 141.15 | 95.18 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 179 | 83 | 0.50 | 0 | 0.54 | 0.30 | 116.25 | 0.39 | 0.51 |
| Hex | 59 | B3 | 53 | 32 | 0 | 36 | 1E | 74 | 27 | 33 |
| Octal | 131 | 263 | 123 | 62 | 0 | 66 | 36 | 164 | 47 | 63 |
| Binary | 1011001 | 10110011 | 1010011 | 110010 | 0 | 110110 | 11110 | 1110100 | 100111 | 110011 |
Color Harmonies of #59B353
Complementary color
Monochromatic Colors of #59B353
Black with #59B353
Text Example
Text Example
White with #59B353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B353; }
p { color: rgb(89,179,83); }
H1.HeaderClassName
{
color: #59B353;
}
.AnyTagClassName
{
color: #59B353;
}
</style>
background-color css
<style>
a { background-color: #59B353; }
a { background-color: rgb(89,179,83); }
div.DivClassName
{
background-color: #59B353;
}
.BgClassName
{
background-color: #59B353;
}
</style>
border-color css
<style>
span { border-color: #59B353; }
span { border-color: rgb(89,179,83); }
td.TdClassName
{
border-color: #59B353;
}
.TagClassName
{
border-color: #59B353;
}
</style>