Shades of Fruit Salad #59B259
Tints of Fruit Salad #59B259
RGB
CMYK
RGB Variations
Color information
#59B259 (or 0x59B259) is known color: Fruit Salad. HEX triplet: 59, B2 and 59. RGB value is (89,178,89). Sum of RGB (Red+Green+Blue) = 89+178+89=356 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25% from 356); Green value is 178 (69.92% from 255 or 50% from 356); Blue value is 89 (35.16% from 255 or 25% from 356); Max value from RGB is 178 - color contains mainly: green. Hex color #59B259 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59B259 is #A64DA6. Grayscale: #8D8D8D. Windows color (decimal): -10898855 or 5878361. OLE color: 5878361.
HSL color Cylindrical-coordinate representation of color #59B259: hue angle of 120º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #59B259 is Cyan = 0.5, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 89 | 178 | 89 | - |
| CMYK | 0.5 | 0 | 0.5 | 0.30 |
| HSL | 120º | 0.37% | 0.52% | - |
| HSV(B) | 120º | 0.5% | 0.7% | - |
| XYZ | 21.84 | 34.69 | 14.99 | - |
| YUV | 141.24 | 98.51 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 178 | 89 | 0.5 | 0 | 0.5 | 0.30 | 120 | 0.37 | 0.52 |
| Hex | 59 | B2 | 59 | 32 | 0 | 32 | 1E | 78 | 25 | 34 |
| Octal | 131 | 262 | 131 | 62 | 0 | 62 | 36 | 170 | 45 | 64 |
| Binary | 1011001 | 10110010 | 1011001 | 110010 | 0 | 110010 | 11110 | 1111000 | 100101 | 110100 |
Color Harmonies of #59B259
Complementary color
Monochromatic Colors of #59B259
Black with #59B259
Text Example
Text Example
White with #59B259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B259; }
p { color: rgb(89,178,89); }
H1.HeaderClassName
{
color: #59B259;
}
.AnyTagClassName
{
color: #59B259;
}
</style>
background-color css
<style>
a { background-color: #59B259; }
a { background-color: rgb(89,178,89); }
div.DivClassName
{
background-color: #59B259;
}
.BgClassName
{
background-color: #59B259;
}
</style>
border-color css
<style>
span { border-color: #59B259; }
span { border-color: rgb(89,178,89); }
td.TdClassName
{
border-color: #59B259;
}
.TagClassName
{
border-color: #59B259;
}
</style>