Shades of Fruit Salad #56AD57
Tints of Fruit Salad #56AD57
RGB
CMYK
RGB Variations
Color information
#56AD57 (or 0x56AD57) is known color: Fruit Salad. HEX triplet: 56, AD and 57. RGB value is (86,173,87). Sum of RGB (Red+Green+Blue) = 86+173+87=346 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.86% from 346); Green value is 173 (67.97% from 255 or 50% from 346); Blue value is 87 (34.38% from 255 or 25.14% from 346); Max value from RGB is 173 - color contains mainly: green. Hex color #56AD57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56AD57 is #A952A8. Grayscale: #898989. Windows color (decimal): -11096745 or 5746006. OLE color: 5746006.
HSL color Cylindrical-coordinate representation of color #56AD57: hue angle of 120.69º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #56AD57 is Cyan = 0.50, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 86 | 173 | 87 | - |
| CMYK | 0.50 | 0 | 0.50 | 0.32 |
| HSL | 120.69º | 0.35% | 0.51% | - |
| HSV(B) | 120.69º | 0.5% | 0.68% | - |
| XYZ | 20.5 | 32.55 | 14.22 | - |
| YUV | 137.18 | 99.68 | 91.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 173 | 87 | 0.50 | 0 | 0.50 | 0.32 | 120.69 | 0.35 | 0.51 |
| Hex | 56 | AD | 57 | 32 | 0 | 32 | 20 | 79 | 23 | 33 |
| Octal | 126 | 255 | 127 | 62 | 0 | 62 | 40 | 171 | 43 | 63 |
| Binary | 1010110 | 10101101 | 1010111 | 110010 | 0 | 110010 | 100000 | 1111001 | 100011 | 110011 |
Color Harmonies of #56AD57
Complementary color
Monochromatic Colors of #56AD57
Black with #56AD57
Text Example
Text Example
White with #56AD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56AD57; }
p { color: rgb(86,173,87); }
H1.HeaderClassName
{
color: #56AD57;
}
.AnyTagClassName
{
color: #56AD57;
}
</style>
background-color css
<style>
a { background-color: #56AD57; }
a { background-color: rgb(86,173,87); }
div.DivClassName
{
background-color: #56AD57;
}
.BgClassName
{
background-color: #56AD57;
}
</style>
border-color css
<style>
span { border-color: #56AD57; }
span { border-color: rgb(86,173,87); }
td.TdClassName
{
border-color: #56AD57;
}
.TagClassName
{
border-color: #56AD57;
}
</style>