Shades of Fruit Salad #569C47
Tints of Fruit Salad #569C47
RGB
CMYK
RGB Variations
Color information
#569C47 (or 0x569C47) is known color: Fruit Salad. HEX triplet: 56, 9C and 47. RGB value is (86,156,71). Sum of RGB (Red+Green+Blue) = 86+156+71=313 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.48% from 313); Green value is 156 (61.33% from 255 or 49.84% from 313); Blue value is 71 (28.12% from 255 or 22.68% from 313); Max value from RGB is 156 - color contains mainly: green. Hex color #569C47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #569C47 is #A963B8. Grayscale: #7D7D7D. Windows color (decimal): -11101113 or 4693078. OLE color: 4693078.
HSL color Cylindrical-coordinate representation of color #569C47: hue angle of 109.41º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #569C47 is Cyan = 0.45, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 86 | 156 | 71 | - |
| CMYK | 0.45 | 0 | 0.54 | 0.39 |
| HSL | 109.41º | 0.37% | 0.45% | - |
| HSV(B) | 109.41º | 0.54% | 0.61% | - |
| XYZ | 16.86 | 26.21 | 10.13 | - |
| YUV | 125.38 | 97.31 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 156 | 71 | 0.45 | 0 | 0.54 | 0.39 | 109.41 | 0.37 | 0.45 |
| Hex | 56 | 9C | 47 | 2D | 0 | 36 | 27 | 6D | 25 | 2D |
| Octal | 126 | 234 | 107 | 55 | 0 | 66 | 47 | 155 | 45 | 55 |
| Binary | 1010110 | 10011100 | 1000111 | 101101 | 0 | 110110 | 100111 | 1101101 | 100101 | 101101 |
Color Harmonies of #569C47
Complementary color
Monochromatic Colors of #569C47
Black with #569C47
Text Example
Text Example
White with #569C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569C47; }
p { color: rgb(86,156,71); }
H1.HeaderClassName
{
color: #569C47;
}
.AnyTagClassName
{
color: #569C47;
}
</style>
background-color css
<style>
a { background-color: #569C47; }
a { background-color: rgb(86,156,71); }
div.DivClassName
{
background-color: #569C47;
}
.BgClassName
{
background-color: #569C47;
}
</style>
border-color css
<style>
span { border-color: #569C47; }
span { border-color: rgb(86,156,71); }
td.TdClassName
{
border-color: #569C47;
}
.TagClassName
{
border-color: #569C47;
}
</style>