Shades of Fruit Salad #56A854
Tints of Fruit Salad #56A854
RGB
CMYK
RGB Variations
Color information
#56A854 (or 0x56A854) is known color: Fruit Salad. HEX triplet: 56, A8 and 54. RGB value is (86,168,84). Sum of RGB (Red+Green+Blue) = 86+168+84=338 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.44% from 338); Green value is 168 (66.02% from 255 or 49.70% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 168 - color contains mainly: green. Hex color #56A854 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A854 is #A957AB. Grayscale: #868686. Windows color (decimal): -11098028 or 5548118. OLE color: 5548118.
HSL color Cylindrical-coordinate representation of color #56A854: hue angle of 118.57º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #56A854 is Cyan = 0.49, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 86 | 168 | 84 | - |
| CMYK | 0.49 | 0 | 0.5 | 0.34 |
| HSL | 118.57º | 0.33% | 0.49% | - |
| HSV(B) | 118.57º | 0.5% | 0.66% | - |
| XYZ | 19.44 | 30.62 | 13.27 | - |
| YUV | 133.91 | 99.83 | 93.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 168 | 84 | 0.49 | 0 | 0.5 | 0.34 | 118.57 | 0.33 | 0.49 |
| Hex | 56 | A8 | 54 | 31 | 0 | 32 | 22 | 77 | 21 | 31 |
| Octal | 126 | 250 | 124 | 61 | 0 | 62 | 42 | 167 | 41 | 61 |
| Binary | 1010110 | 10101000 | 1010100 | 110001 | 0 | 110010 | 100010 | 1110111 | 100001 | 110001 |
Color Harmonies of #56A854
Complementary color
Monochromatic Colors of #56A854
Black with #56A854
Text Example
Text Example
White with #56A854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A854; }
p { color: rgb(86,168,84); }
H1.HeaderClassName
{
color: #56A854;
}
.AnyTagClassName
{
color: #56A854;
}
</style>
background-color css
<style>
a { background-color: #56A854; }
a { background-color: rgb(86,168,84); }
div.DivClassName
{
background-color: #56A854;
}
.BgClassName
{
background-color: #56A854;
}
</style>
border-color css
<style>
span { border-color: #56A854; }
span { border-color: rgb(86,168,84); }
td.TdClassName
{
border-color: #56A854;
}
.TagClassName
{
border-color: #56A854;
}
</style>