Shades of Fruit Salad #56A953
Tints of Fruit Salad #56A953
RGB
CMYK
RGB Variations
Color information
#56A953 (or 0x56A953) is known color: Fruit Salad. HEX triplet: 56, A9 and 53. RGB value is (86,169,83). Sum of RGB (Red+Green+Blue) = 86+169+83=338 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.44% from 338); Green value is 169 (66.41% from 255 or 50% from 338); Blue value is 83 (32.81% from 255 or 24.56% from 338); Max value from RGB is 169 - color contains mainly: green. Hex color #56A953 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A953 is #A956AC. Grayscale: #868686. Windows color (decimal): -11097773 or 5482838. OLE color: 5482838.
HSL color Cylindrical-coordinate representation of color #56A953: hue angle of 117.91º 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 #56A953 is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 86 | 169 | 83 | - |
| CMYK | 0.49 | 0 | 0.51 | 0.34 |
| HSL | 117.91º | 0.34% | 0.49% | - |
| HSV(B) | 117.91º | 0.51% | 0.66% | - |
| XYZ | 19.59 | 30.98 | 13.13 | - |
| YUV | 134.38 | 99 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 169 | 83 | 0.49 | 0 | 0.51 | 0.34 | 117.91 | 0.34 | 0.49 |
| Hex | 56 | A9 | 53 | 31 | 0 | 33 | 22 | 76 | 22 | 31 |
| Octal | 126 | 251 | 123 | 61 | 0 | 63 | 42 | 166 | 42 | 61 |
| Binary | 1010110 | 10101001 | 1010011 | 110001 | 0 | 110011 | 100010 | 1110110 | 100010 | 110001 |
Color Harmonies of #56A953
Complementary color
Monochromatic Colors of #56A953
Black with #56A953
Text Example
Text Example
White with #56A953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A953; }
p { color: rgb(86,169,83); }
H1.HeaderClassName
{
color: #56A953;
}
.AnyTagClassName
{
color: #56A953;
}
</style>
background-color css
<style>
a { background-color: #56A953; }
a { background-color: rgb(86,169,83); }
div.DivClassName
{
background-color: #56A953;
}
.BgClassName
{
background-color: #56A953;
}
</style>
border-color css
<style>
span { border-color: #56A953; }
span { border-color: rgb(86,169,83); }
td.TdClassName
{
border-color: #56A953;
}
.TagClassName
{
border-color: #56A953;
}
</style>