Shades of Fruit Salad #56B856
Tints of Fruit Salad #56B856
RGB
CMYK
RGB Variations
Color information
#56B856 (or 0x56B856) is known color: Fruit Salad. HEX triplet: 56, B8 and 56. RGB value is (86,184,86). Sum of RGB (Red+Green+Blue) = 86+184+86=356 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.16% from 356); Green value is 184 (72.27% from 255 or 51.69% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 184 - color contains mainly: green. Hex color #56B856 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56B856 is #A947A9. Grayscale: #8F8F8F. Windows color (decimal): -11093930 or 5683286. OLE color: 5683286.
HSL color Cylindrical-coordinate representation of color #56B856: hue angle of 120º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #56B856 is Cyan = 0.53, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 86 | 184 | 86 | - |
| CMYK | 0.53 | 0 | 0.53 | 0.28 |
| HSL | 120º | 0.41% | 0.53% | - |
| HSV(B) | 120º | 0.53% | 0.72% | - |
| XYZ | 22.66 | 36.93 | 14.74 | - |
| YUV | 143.53 | 95.53 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 184 | 86 | 0.53 | 0 | 0.53 | 0.28 | 120 | 0.41 | 0.53 |
| Hex | 56 | B8 | 56 | 35 | 0 | 35 | 1C | 78 | 29 | 35 |
| Octal | 126 | 270 | 126 | 65 | 0 | 65 | 34 | 170 | 51 | 65 |
| Binary | 1010110 | 10111000 | 1010110 | 110101 | 0 | 110101 | 11100 | 1111000 | 101001 | 110101 |
Color Harmonies of #56B856
Complementary color
Monochromatic Colors of #56B856
Black with #56B856
Text Example
Text Example
White with #56B856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56B856; }
p { color: rgb(86,184,86); }
H1.HeaderClassName
{
color: #56B856;
}
.AnyTagClassName
{
color: #56B856;
}
</style>
background-color css
<style>
a { background-color: #56B856; }
a { background-color: rgb(86,184,86); }
div.DivClassName
{
background-color: #56B856;
}
.BgClassName
{
background-color: #56B856;
}
</style>
border-color css
<style>
span { border-color: #56B856; }
span { border-color: rgb(86,184,86); }
td.TdClassName
{
border-color: #56B856;
}
.TagClassName
{
border-color: #56B856;
}
</style>