Shades of Fruit Salad #56AA5E
Tints of Fruit Salad #56AA5E
RGB
CMYK
RGB Variations
Color information
#56AA5E (or 0x56AA5E) is known color: Fruit Salad. HEX triplet: 56, AA and 5E. RGB value is (86,170,94). Sum of RGB (Red+Green+Blue) = 86+170+94=350 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.57% from 350); Green value is 170 (66.80% from 255 or 48.57% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 170 - color contains mainly: green. Hex color #56AA5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56AA5E is #A955A1. Grayscale: #888888. Windows color (decimal): -11097506 or 6203990. OLE color: 6203990.
HSL color Cylindrical-coordinate representation of color #56AA5E: hue angle of 125.71º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #56AA5E is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 170 | 94 | - |
| CMYK | 0.49 | 0 | 0.45 | 0.33 |
| HSL | 125.71º | 0.33% | 0.5% | - |
| HSV(B) | 125.71º | 0.49% | 0.67% | - |
| XYZ | 20.23 | 31.54 | 15.61 | - |
| YUV | 136.22 | 104.17 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 170 | 94 | 0.49 | 0 | 0.45 | 0.33 | 125.71 | 0.33 | 0.5 |
| Hex | 56 | AA | 5E | 31 | 0 | 2D | 21 | 7E | 21 | 32 |
| Octal | 126 | 252 | 136 | 61 | 0 | 55 | 41 | 176 | 41 | 62 |
| Binary | 1010110 | 10101010 | 1011110 | 110001 | 0 | 101101 | 100001 | 1111110 | 100001 | 110010 |
Color Harmonies of #56AA5E
Complementary color
Monochromatic Colors of #56AA5E
Black with #56AA5E
Text Example
Text Example
White with #56AA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56AA5E; }
p { color: rgb(86,170,94); }
H1.HeaderClassName
{
color: #56AA5E;
}
.AnyTagClassName
{
color: #56AA5E;
}
</style>
background-color css
<style>
a { background-color: #56AA5E; }
a { background-color: rgb(86,170,94); }
div.DivClassName
{
background-color: #56AA5E;
}
.BgClassName
{
background-color: #56AA5E;
}
</style>
border-color css
<style>
span { border-color: #56AA5E; }
span { border-color: rgb(86,170,94); }
td.TdClassName
{
border-color: #56AA5E;
}
.TagClassName
{
border-color: #56AA5E;
}
</style>