Shades of Fruit Salad #56A257
Tints of Fruit Salad #56A257
RGB
CMYK
RGB Variations
Color information
#56A257 (or 0x56A257) is known color: Fruit Salad. HEX triplet: 56, A2 and 57. RGB value is (86,162,87). Sum of RGB (Red+Green+Blue) = 86+162+87=335 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.67% from 335); Green value is 162 (63.67% from 255 or 48.36% from 335); Blue value is 87 (34.38% from 255 or 25.97% from 335); Max value from RGB is 162 - color contains mainly: green. Hex color #56A257 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A257 is #A95DA8. Grayscale: #828282. Windows color (decimal): -11099561 or 5743190. OLE color: 5743190.
HSL color Cylindrical-coordinate representation of color #56A257: hue angle of 120.79º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #56A257 is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 86 | 162 | 87 | - |
| CMYK | 0.47 | 0 | 0.46 | 0.36 |
| HSL | 120.79º | 0.31% | 0.49% | - |
| HSV(B) | 120.79º | 0.47% | 0.64% | - |
| XYZ | 18.48 | 28.51 | 13.55 | - |
| YUV | 130.73 | 103.32 | 96.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 162 | 87 | 0.47 | 0 | 0.46 | 0.36 | 120.79 | 0.31 | 0.49 |
| Hex | 56 | A2 | 57 | 2F | 0 | 2E | 24 | 79 | 1F | 31 |
| Octal | 126 | 242 | 127 | 57 | 0 | 56 | 44 | 171 | 37 | 61 |
| Binary | 1010110 | 10100010 | 1010111 | 101111 | 0 | 101110 | 100100 | 1111001 | 11111 | 110001 |
Color Harmonies of #56A257
Complementary color
Monochromatic Colors of #56A257
Black with #56A257
Text Example
Text Example
White with #56A257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A257; }
p { color: rgb(86,162,87); }
H1.HeaderClassName
{
color: #56A257;
}
.AnyTagClassName
{
color: #56A257;
}
</style>
background-color css
<style>
a { background-color: #56A257; }
a { background-color: rgb(86,162,87); }
div.DivClassName
{
background-color: #56A257;
}
.BgClassName
{
background-color: #56A257;
}
</style>
border-color css
<style>
span { border-color: #56A257; }
span { border-color: rgb(86,162,87); }
td.TdClassName
{
border-color: #56A257;
}
.TagClassName
{
border-color: #56A257;
}
</style>