Shades of Fruit Salad #56AA4D
Tints of Fruit Salad #56AA4D
RGB
CMYK
RGB Variations
Color information
#56AA4D (or 0x56AA4D) is known color: Fruit Salad. HEX triplet: 56, AA and 4D. RGB value is (86,170,77). Sum of RGB (Red+Green+Blue) = 86+170+77=333 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.83% from 333); Green value is 170 (66.80% from 255 or 51.05% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 170 - color contains mainly: green. Hex color #56AA4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56AA4D is #A955B2. Grayscale: #868686. Windows color (decimal): -11097523 or 5089878. OLE color: 5089878.
HSL color Cylindrical-coordinate representation of color #56AA4D: hue angle of 114.19º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #56AA4D is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 170 | 77 | - |
| CMYK | 0.49 | 0 | 0.55 | 0.33 |
| HSL | 114.19º | 0.38% | 0.48% | - |
| HSV(B) | 114.19º | 0.55% | 0.67% | - |
| XYZ | 19.55 | 31.26 | 12.03 | - |
| YUV | 134.28 | 95.67 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 170 | 77 | 0.49 | 0 | 0.55 | 0.33 | 114.19 | 0.38 | 0.48 |
| Hex | 56 | AA | 4D | 31 | 0 | 37 | 21 | 72 | 26 | 30 |
| Octal | 126 | 252 | 115 | 61 | 0 | 67 | 41 | 162 | 46 | 60 |
| Binary | 1010110 | 10101010 | 1001101 | 110001 | 0 | 110111 | 100001 | 1110010 | 100110 | 110000 |
Color Harmonies of #56AA4D
Complementary color
Monochromatic Colors of #56AA4D
Black with #56AA4D
Text Example
Text Example
White with #56AA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56AA4D; }
p { color: rgb(86,170,77); }
H1.HeaderClassName
{
color: #56AA4D;
}
.AnyTagClassName
{
color: #56AA4D;
}
</style>
background-color css
<style>
a { background-color: #56AA4D; }
a { background-color: rgb(86,170,77); }
div.DivClassName
{
background-color: #56AA4D;
}
.BgClassName
{
background-color: #56AA4D;
}
</style>
border-color css
<style>
span { border-color: #56AA4D; }
span { border-color: rgb(86,170,77); }
td.TdClassName
{
border-color: #56AA4D;
}
.TagClassName
{
border-color: #56AA4D;
}
</style>