Shades of Fruit Salad #559D61
Tints of Fruit Salad #559D61
RGB
CMYK
RGB Variations
Color information
#559D61 (or 0x559D61) is known color: Fruit Salad. HEX triplet: 55, 9D and 61. RGB value is (85,157,97). Sum of RGB (Red+Green+Blue) = 85+157+97=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 157 (61.72% from 255 or 46.31% from 339); Blue value is 97 (38.28% from 255 or 28.61% from 339); Max value from RGB is 157 - color contains mainly: green. Hex color #559D61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559D61 is #AA629E. Grayscale: #808080. Windows color (decimal): -11166367 or 6397269. OLE color: 6397269.
HSL color Cylindrical-coordinate representation of color #559D61: hue angle of 130º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #559D61 is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 157 | 97 | - |
| CMYK | 0.46 | 0 | 0.38 | 0.38 |
| HSL | 130º | 0.3% | 0.47% | - |
| HSV(B) | 130º | 0.46% | 0.62% | - |
| XYZ | 17.96 | 26.91 | 15.56 | - |
| YUV | 128.63 | 110.15 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 157 | 97 | 0.46 | 0 | 0.38 | 0.38 | 130 | 0.3 | 0.47 |
| Hex | 55 | 9D | 61 | 2E | 0 | 26 | 26 | 82 | 1E | 2F |
| Octal | 125 | 235 | 141 | 56 | 0 | 46 | 46 | 202 | 36 | 57 |
| Binary | 1010101 | 10011101 | 1100001 | 101110 | 0 | 100110 | 100110 | 10000010 | 11110 | 101111 |
Color Harmonies of #559D61
Complementary color
Monochromatic Colors of #559D61
Black with #559D61
Text Example
Text Example
White with #559D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559D61; }
p { color: rgb(85,157,97); }
H1.HeaderClassName
{
color: #559D61;
}
.AnyTagClassName
{
color: #559D61;
}
</style>
background-color css
<style>
a { background-color: #559D61; }
a { background-color: rgb(85,157,97); }
div.DivClassName
{
background-color: #559D61;
}
.BgClassName
{
background-color: #559D61;
}
</style>
border-color css
<style>
span { border-color: #559D61; }
span { border-color: rgb(85,157,97); }
td.TdClassName
{
border-color: #559D61;
}
.TagClassName
{
border-color: #559D61;
}
</style>