Shades of Fruit Salad #56A853
Tints of Fruit Salad #56A853
RGB
CMYK
RGB Variations
Color information
#56A853 (or 0x56A853) is known color: Fruit Salad. HEX triplet: 56, A8 and 53. RGB value is (86,168,83). Sum of RGB (Red+Green+Blue) = 86+168+83=337 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.52% from 337); Green value is 168 (66.02% from 255 or 49.85% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 168 - color contains mainly: green. Hex color #56A853 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A853 is #A957AC. Grayscale: #868686. Windows color (decimal): -11098029 or 5482582. OLE color: 5482582.
HSL color Cylindrical-coordinate representation of color #56A853: hue angle of 117.88º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #56A853 is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 86 | 168 | 83 | - |
| CMYK | 0.49 | 0 | 0.51 | 0.34 |
| HSL | 117.88º | 0.34% | 0.49% | - |
| HSV(B) | 117.88º | 0.51% | 0.66% | - |
| XYZ | 19.4 | 30.61 | 13.07 | - |
| YUV | 133.79 | 99.33 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 168 | 83 | 0.49 | 0 | 0.51 | 0.34 | 117.88 | 0.34 | 0.49 |
| Hex | 56 | A8 | 53 | 31 | 0 | 33 | 22 | 76 | 22 | 31 |
| Octal | 126 | 250 | 123 | 61 | 0 | 63 | 42 | 166 | 42 | 61 |
| Binary | 1010110 | 10101000 | 1010011 | 110001 | 0 | 110011 | 100010 | 1110110 | 100010 | 110001 |
Color Harmonies of #56A853
Complementary color
Monochromatic Colors of #56A853
Black with #56A853
Text Example
Text Example
White with #56A853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A853; }
p { color: rgb(86,168,83); }
H1.HeaderClassName
{
color: #56A853;
}
.AnyTagClassName
{
color: #56A853;
}
</style>
background-color css
<style>
a { background-color: #56A853; }
a { background-color: rgb(86,168,83); }
div.DivClassName
{
background-color: #56A853;
}
.BgClassName
{
background-color: #56A853;
}
</style>
border-color css
<style>
span { border-color: #56A853; }
span { border-color: rgb(86,168,83); }
td.TdClassName
{
border-color: #56A853;
}
.TagClassName
{
border-color: #56A853;
}
</style>