Shades of Fruit Salad #56B257
Tints of Fruit Salad #56B257
RGB
CMYK
RGB Variations
Color information
#56B257 (or 0x56B257) is known color: Fruit Salad. HEX triplet: 56, B2 and 57. RGB value is (86,178,87). Sum of RGB (Red+Green+Blue) = 86+178+87=351 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.50% from 351); Green value is 178 (69.92% from 255 or 50.71% from 351); Blue value is 87 (34.38% from 255 or 24.79% from 351); Max value from RGB is 178 - color contains mainly: green. Hex color #56B257 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56B257 is #A94DA8. Grayscale: #8C8C8C. Windows color (decimal): -11095465 or 5747286. OLE color: 5747286.
HSL color Cylindrical-coordinate representation of color #56B257: hue angle of 120.65º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #56B257 is Cyan = 0.52, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 86 | 178 | 87 | - |
| CMYK | 0.52 | 0 | 0.51 | 0.30 |
| HSL | 120.65º | 0.37% | 0.52% | - |
| HSV(B) | 120.65º | 0.52% | 0.7% | - |
| XYZ | 21.48 | 34.51 | 14.55 | - |
| YUV | 140.12 | 98.02 | 89.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 178 | 87 | 0.52 | 0 | 0.51 | 0.30 | 120.65 | 0.37 | 0.52 |
| Hex | 56 | B2 | 57 | 34 | 0 | 33 | 1E | 79 | 25 | 34 |
| Octal | 126 | 262 | 127 | 64 | 0 | 63 | 36 | 171 | 45 | 64 |
| Binary | 1010110 | 10110010 | 1010111 | 110100 | 0 | 110011 | 11110 | 1111001 | 100101 | 110100 |
Color Harmonies of #56B257
Complementary color
Monochromatic Colors of #56B257
Black with #56B257
Text Example
Text Example
White with #56B257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56B257; }
p { color: rgb(86,178,87); }
H1.HeaderClassName
{
color: #56B257;
}
.AnyTagClassName
{
color: #56B257;
}
</style>
background-color css
<style>
a { background-color: #56B257; }
a { background-color: rgb(86,178,87); }
div.DivClassName
{
background-color: #56B257;
}
.BgClassName
{
background-color: #56B257;
}
</style>
border-color css
<style>
span { border-color: #56B257; }
span { border-color: rgb(86,178,87); }
td.TdClassName
{
border-color: #56B257;
}
.TagClassName
{
border-color: #56B257;
}
</style>