Shades of Fruit Salad #56A162
Tints of Fruit Salad #56A162
RGB
CMYK
RGB Variations
Color information
#56A162 (or 0x56A162) is known color: Fruit Salad. HEX triplet: 56, A1 and 62. RGB value is (86,161,98). Sum of RGB (Red+Green+Blue) = 86+161+98=345 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.93% from 345); Green value is 161 (63.28% from 255 or 46.67% from 345); Blue value is 98 (38.67% from 255 or 28.41% from 345); Max value from RGB is 161 - color contains mainly: green. Hex color #56A162 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A162 is #A95E9D. Grayscale: #838383. Windows color (decimal): -11099806 or 6463830. OLE color: 6463830.
HSL color Cylindrical-coordinate representation of color #56A162: hue angle of 129.6º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #56A162 is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 86 | 161 | 98 | - |
| CMYK | 0.47 | 0 | 0.39 | 0.37 |
| HSL | 129.6º | 0.3% | 0.48% | - |
| HSV(B) | 129.6º | 0.47% | 0.63% | - |
| XYZ | 18.79 | 28.35 | 16.04 | - |
| YUV | 131.39 | 109.15 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 161 | 98 | 0.47 | 0 | 0.39 | 0.37 | 129.6 | 0.3 | 0.48 |
| Hex | 56 | A1 | 62 | 2F | 0 | 27 | 25 | 82 | 1E | 30 |
| Octal | 126 | 241 | 142 | 57 | 0 | 47 | 45 | 202 | 36 | 60 |
| Binary | 1010110 | 10100001 | 1100010 | 101111 | 0 | 100111 | 100101 | 10000010 | 11110 | 110000 |
Color Harmonies of #56A162
Complementary color
Monochromatic Colors of #56A162
Black with #56A162
Text Example
Text Example
White with #56A162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A162; }
p { color: rgb(86,161,98); }
H1.HeaderClassName
{
color: #56A162;
}
.AnyTagClassName
{
color: #56A162;
}
</style>
background-color css
<style>
a { background-color: #56A162; }
a { background-color: rgb(86,161,98); }
div.DivClassName
{
background-color: #56A162;
}
.BgClassName
{
background-color: #56A162;
}
</style>
border-color css
<style>
span { border-color: #56A162; }
span { border-color: rgb(86,161,98); }
td.TdClassName
{
border-color: #56A162;
}
.TagClassName
{
border-color: #56A162;
}
</style>