Shades of Fruit Salad #559D47
Tints of Fruit Salad #559D47
RGB
CMYK
RGB Variations
Color information
#559D47 (or 0x559D47) is known color: Fruit Salad. HEX triplet: 55, 9D and 47. RGB value is (85,157,71). Sum of RGB (Red+Green+Blue) = 85+157+71=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 157 (61.72% from 255 or 50.16% from 313); Blue value is 71 (28.12% from 255 or 22.68% from 313); Max value from RGB is 157 - color contains mainly: green. Hex color #559D47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559D47 is #AA62B8. Grayscale: #7D7D7D. Windows color (decimal): -11166393 or 4693333. OLE color: 4693333.
HSL color Cylindrical-coordinate representation of color #559D47: hue angle of 110.23º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #559D47 is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 157 | 71 | - |
| CMYK | 0.46 | 0 | 0.55 | 0.38 |
| HSL | 110.23º | 0.38% | 0.45% | - |
| HSV(B) | 110.23º | 0.55% | 0.62% | - |
| XYZ | 16.94 | 26.5 | 10.18 | - |
| YUV | 125.67 | 97.15 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 157 | 71 | 0.46 | 0 | 0.55 | 0.38 | 110.23 | 0.38 | 0.45 |
| Hex | 55 | 9D | 47 | 2E | 0 | 37 | 26 | 6E | 26 | 2D |
| Octal | 125 | 235 | 107 | 56 | 0 | 67 | 46 | 156 | 46 | 55 |
| Binary | 1010101 | 10011101 | 1000111 | 101110 | 0 | 110111 | 100110 | 1101110 | 100110 | 101101 |
Color Harmonies of #559D47
Complementary color
Monochromatic Colors of #559D47
Black with #559D47
Text Example
Text Example
White with #559D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559D47; }
p { color: rgb(85,157,71); }
H1.HeaderClassName
{
color: #559D47;
}
.AnyTagClassName
{
color: #559D47;
}
</style>
background-color css
<style>
a { background-color: #559D47; }
a { background-color: rgb(85,157,71); }
div.DivClassName
{
background-color: #559D47;
}
.BgClassName
{
background-color: #559D47;
}
</style>
border-color css
<style>
span { border-color: #559D47; }
span { border-color: rgb(85,157,71); }
td.TdClassName
{
border-color: #559D47;
}
.TagClassName
{
border-color: #559D47;
}
</style>