Shades of Fruit Salad #56985E
Tints of Fruit Salad #56985E
RGB
CMYK
RGB Variations
Color information
#56985E (or 0x56985E) is known color: Fruit Salad. HEX triplet: 56, 98 and 5E. RGB value is (86,152,94). Sum of RGB (Red+Green+Blue) = 86+152+94=332 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.90% from 332); Green value is 152 (59.77% from 255 or 45.78% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 152 - color contains mainly: green. Hex color #56985E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56985E is #A967A1. Grayscale: #7D7D7D. Windows color (decimal): -11102114 or 6199382. OLE color: 6199382.
HSL color Cylindrical-coordinate representation of color #56985E: hue angle of 127.27º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #56985E is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 86 | 152 | 94 | - |
| CMYK | 0.43 | 0 | 0.38 | 0.40 |
| HSL | 127.27º | 0.28% | 0.47% | - |
| HSV(B) | 127.27º | 0.43% | 0.6% | - |
| XYZ | 17.09 | 25.24 | 14.56 | - |
| YUV | 125.65 | 110.13 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 152 | 94 | 0.43 | 0 | 0.38 | 0.40 | 127.27 | 0.28 | 0.47 |
| Hex | 56 | 98 | 5E | 2B | 0 | 26 | 28 | 7F | 1C | 2F |
| Octal | 126 | 230 | 136 | 53 | 0 | 46 | 50 | 177 | 34 | 57 |
| Binary | 1010110 | 10011000 | 1011110 | 101011 | 0 | 100110 | 101000 | 1111111 | 11100 | 101111 |
Color Harmonies of #56985E
Complementary color
Monochromatic Colors of #56985E
Black with #56985E
Text Example
Text Example
White with #56985E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56985E; }
p { color: rgb(86,152,94); }
H1.HeaderClassName
{
color: #56985E;
}
.AnyTagClassName
{
color: #56985E;
}
</style>
background-color css
<style>
a { background-color: #56985E; }
a { background-color: rgb(86,152,94); }
div.DivClassName
{
background-color: #56985E;
}
.BgClassName
{
background-color: #56985E;
}
</style>
border-color css
<style>
span { border-color: #56985E; }
span { border-color: rgb(86,152,94); }
td.TdClassName
{
border-color: #56985E;
}
.TagClassName
{
border-color: #56985E;
}
</style>