Shades of Fruit Salad #56A255
Tints of Fruit Salad #56A255
RGB
CMYK
RGB Variations
Color information
#56A255 (or 0x56A255) is known color: Fruit Salad. HEX triplet: 56, A2 and 55. RGB value is (86,162,85). Sum of RGB (Red+Green+Blue) = 86+162+85=333 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.83% from 333); Green value is 162 (63.67% from 255 or 48.65% from 333); Blue value is 85 (33.59% from 255 or 25.53% from 333); Max value from RGB is 162 - color contains mainly: green. Hex color #56A255 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A255 is #A95DAA. Grayscale: #828282. Windows color (decimal): -11099563 or 5612118. OLE color: 5612118.
HSL color Cylindrical-coordinate representation of color #56A255: hue angle of 119.22º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #56A255 is Cyan = 0.47, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 86 | 162 | 85 | - |
| CMYK | 0.47 | 0 | 0.48 | 0.36 |
| HSL | 119.22º | 0.31% | 0.48% | - |
| HSV(B) | 119.22º | 0.48% | 0.64% | - |
| XYZ | 18.4 | 28.47 | 13.12 | - |
| YUV | 130.5 | 102.32 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 162 | 85 | 0.47 | 0 | 0.48 | 0.36 | 119.22 | 0.31 | 0.48 |
| Hex | 56 | A2 | 55 | 2F | 0 | 30 | 24 | 77 | 1F | 30 |
| Octal | 126 | 242 | 125 | 57 | 0 | 60 | 44 | 167 | 37 | 60 |
| Binary | 1010110 | 10100010 | 1010101 | 101111 | 0 | 110000 | 100100 | 1110111 | 11111 | 110000 |
Color Harmonies of #56A255
Complementary color
Monochromatic Colors of #56A255
Black with #56A255
Text Example
Text Example
White with #56A255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A255; }
p { color: rgb(86,162,85); }
H1.HeaderClassName
{
color: #56A255;
}
.AnyTagClassName
{
color: #56A255;
}
</style>
background-color css
<style>
a { background-color: #56A255; }
a { background-color: rgb(86,162,85); }
div.DivClassName
{
background-color: #56A255;
}
.BgClassName
{
background-color: #56A255;
}
</style>
border-color css
<style>
span { border-color: #56A255; }
span { border-color: rgb(86,162,85); }
td.TdClassName
{
border-color: #56A255;
}
.TagClassName
{
border-color: #56A255;
}
</style>