Shades of Fruit Salad #56BA54
Tints of Fruit Salad #56BA54
RGB
CMYK
RGB Variations
Color information
#56BA54 (or 0x56BA54) is known color: Fruit Salad. HEX triplet: 56, BA and 54. RGB value is (86,186,84). Sum of RGB (Red+Green+Blue) = 86+186+84=356 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.16% from 356); Green value is 186 (73.05% from 255 or 52.25% from 356); Blue value is 84 (33.20% from 255 or 23.60% from 356); Max value from RGB is 186 - color contains mainly: green. Hex color #56BA54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56BA54 is #A945AB. Grayscale: #909090. Windows color (decimal): -11093420 or 5552726. OLE color: 5552726.
HSL color Cylindrical-coordinate representation of color #56BA54: hue angle of 118.82º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #56BA54 is Cyan = 0.54, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 186 | 84 | - |
| CMYK | 0.54 | 0 | 0.55 | 0.27 |
| HSL | 118.82º | 0.43% | 0.53% | - |
| HSV(B) | 118.82º | 0.55% | 0.73% | - |
| XYZ | 23 | 37.74 | 14.46 | - |
| YUV | 144.47 | 93.87 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 186 | 84 | 0.54 | 0 | 0.55 | 0.27 | 118.82 | 0.43 | 0.53 |
| Hex | 56 | BA | 54 | 36 | 0 | 37 | 1B | 77 | 2A | 35 |
| Octal | 126 | 272 | 124 | 66 | 0 | 67 | 33 | 167 | 52 | 65 |
| Binary | 1010110 | 10111010 | 1010100 | 110110 | 0 | 110111 | 11011 | 1110111 | 101010 | 110101 |
Color Harmonies of #56BA54
Complementary color
Monochromatic Colors of #56BA54
Black with #56BA54
Text Example
Text Example
White with #56BA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BA54; }
p { color: rgb(86,186,84); }
H1.HeaderClassName
{
color: #56BA54;
}
.AnyTagClassName
{
color: #56BA54;
}
</style>
background-color css
<style>
a { background-color: #56BA54; }
a { background-color: rgb(86,186,84); }
div.DivClassName
{
background-color: #56BA54;
}
.BgClassName
{
background-color: #56BA54;
}
</style>
border-color css
<style>
span { border-color: #56BA54; }
span { border-color: rgb(86,186,84); }
td.TdClassName
{
border-color: #56BA54;
}
.TagClassName
{
border-color: #56BA54;
}
</style>