Shades of Fruit Salad #56A94E
Tints of Fruit Salad #56A94E
RGB
CMYK
RGB Variations
Color information
#56A94E (or 0x56A94E) is known color: Fruit Salad. HEX triplet: 56, A9 and 4E. RGB value is (86,169,78). Sum of RGB (Red+Green+Blue) = 86+169+78=333 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.83% from 333); Green value is 169 (66.41% from 255 or 50.75% from 333); Blue value is 78 (30.86% from 255 or 23.42% from 333); Max value from RGB is 169 - color contains mainly: green. Hex color #56A94E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A94E is #A956B1. Grayscale: #868686. Windows color (decimal): -11097778 or 5155158. OLE color: 5155158.
HSL color Cylindrical-coordinate representation of color #56A94E: hue angle of 114.73º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #56A94E is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 86 | 169 | 78 | - |
| CMYK | 0.49 | 0 | 0.54 | 0.34 |
| HSL | 114.73º | 0.37% | 0.48% | - |
| HSV(B) | 114.73º | 0.54% | 0.66% | - |
| XYZ | 19.4 | 30.9 | 12.15 | - |
| YUV | 133.81 | 96.5 | 93.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 169 | 78 | 0.49 | 0 | 0.54 | 0.34 | 114.73 | 0.37 | 0.48 |
| Hex | 56 | A9 | 4E | 31 | 0 | 36 | 22 | 73 | 25 | 30 |
| Octal | 126 | 251 | 116 | 61 | 0 | 66 | 42 | 163 | 45 | 60 |
| Binary | 1010110 | 10101001 | 1001110 | 110001 | 0 | 110110 | 100010 | 1110011 | 100101 | 110000 |
Color Harmonies of #56A94E
Complementary color
Monochromatic Colors of #56A94E
Black with #56A94E
Text Example
Text Example
White with #56A94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A94E; }
p { color: rgb(86,169,78); }
H1.HeaderClassName
{
color: #56A94E;
}
.AnyTagClassName
{
color: #56A94E;
}
</style>
background-color css
<style>
a { background-color: #56A94E; }
a { background-color: rgb(86,169,78); }
div.DivClassName
{
background-color: #56A94E;
}
.BgClassName
{
background-color: #56A94E;
}
</style>
border-color css
<style>
span { border-color: #56A94E; }
span { border-color: rgb(86,169,78); }
td.TdClassName
{
border-color: #56A94E;
}
.TagClassName
{
border-color: #56A94E;
}
</style>