Shades of Fruit Salad #56B156
Tints of Fruit Salad #56B156
RGB
CMYK
RGB Variations
Color information
#56B156 (or 0x56B156) is known color: Fruit Salad. HEX triplet: 56, B1 and 56. RGB value is (86,177,86). Sum of RGB (Red+Green+Blue) = 86+177+86=349 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.64% from 349); Green value is 177 (69.53% from 255 or 50.72% from 349); Blue value is 86 (33.98% from 255 or 24.64% from 349); Max value from RGB is 177 - color contains mainly: green. Hex color #56B156 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56B156 is #A94EA9. Grayscale: #8B8B8B. Windows color (decimal): -11095722 or 5681494. OLE color: 5681494.
HSL color Cylindrical-coordinate representation of color #56B156: hue angle of 120º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #56B156 is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 86 | 177 | 86 | - |
| CMYK | 0.51 | 0 | 0.51 | 0.31 |
| HSL | 120º | 0.37% | 0.52% | - |
| HSV(B) | 120º | 0.51% | 0.69% | - |
| XYZ | 21.24 | 34.09 | 14.27 | - |
| YUV | 139.42 | 97.85 | 89.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 177 | 86 | 0.51 | 0 | 0.51 | 0.31 | 120 | 0.37 | 0.52 |
| Hex | 56 | B1 | 56 | 33 | 0 | 33 | 1F | 78 | 25 | 34 |
| Octal | 126 | 261 | 126 | 63 | 0 | 63 | 37 | 170 | 45 | 64 |
| Binary | 1010110 | 10110001 | 1010110 | 110011 | 0 | 110011 | 11111 | 1111000 | 100101 | 110100 |
Color Harmonies of #56B156
Complementary color
Monochromatic Colors of #56B156
Black with #56B156
Text Example
Text Example
White with #56B156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56B156; }
p { color: rgb(86,177,86); }
H1.HeaderClassName
{
color: #56B156;
}
.AnyTagClassName
{
color: #56B156;
}
</style>
background-color css
<style>
a { background-color: #56B156; }
a { background-color: rgb(86,177,86); }
div.DivClassName
{
background-color: #56B156;
}
.BgClassName
{
background-color: #56B156;
}
</style>
border-color css
<style>
span { border-color: #56B156; }
span { border-color: rgb(86,177,86); }
td.TdClassName
{
border-color: #56B156;
}
.TagClassName
{
border-color: #56B156;
}
</style>