Shades of Fruit Salad #569C49
Tints of Fruit Salad #569C49
RGB
CMYK
RGB Variations
Color information
#569C49 (or 0x569C49) is known color: Fruit Salad. HEX triplet: 56, 9C and 49. RGB value is (86,156,73). Sum of RGB (Red+Green+Blue) = 86+156+73=315 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.30% from 315); Green value is 156 (61.33% from 255 or 49.52% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 156 - color contains mainly: green. Hex color #569C49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #569C49 is #A963B6. Grayscale: #7D7D7D. Windows color (decimal): -11101111 or 4824150. OLE color: 4824150.
HSL color Cylindrical-coordinate representation of color #569C49: hue angle of 110.6º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #569C49 is Cyan = 0.45, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 86 | 156 | 73 | - |
| CMYK | 0.45 | 0 | 0.53 | 0.39 |
| HSL | 110.6º | 0.36% | 0.45% | - |
| HSV(B) | 110.6º | 0.53% | 0.61% | - |
| XYZ | 16.93 | 26.24 | 10.48 | - |
| YUV | 125.61 | 98.31 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 156 | 73 | 0.45 | 0 | 0.53 | 0.39 | 110.6 | 0.36 | 0.45 |
| Hex | 56 | 9C | 49 | 2D | 0 | 35 | 27 | 6F | 24 | 2D |
| Octal | 126 | 234 | 111 | 55 | 0 | 65 | 47 | 157 | 44 | 55 |
| Binary | 1010110 | 10011100 | 1001001 | 101101 | 0 | 110101 | 100111 | 1101111 | 100100 | 101101 |
Color Harmonies of #569C49
Complementary color
Monochromatic Colors of #569C49
Black with #569C49
Text Example
Text Example
White with #569C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569C49; }
p { color: rgb(86,156,73); }
H1.HeaderClassName
{
color: #569C49;
}
.AnyTagClassName
{
color: #569C49;
}
</style>
background-color css
<style>
a { background-color: #569C49; }
a { background-color: rgb(86,156,73); }
div.DivClassName
{
background-color: #569C49;
}
.BgClassName
{
background-color: #569C49;
}
</style>
border-color css
<style>
span { border-color: #569C49; }
span { border-color: rgb(86,156,73); }
td.TdClassName
{
border-color: #569C49;
}
.TagClassName
{
border-color: #569C49;
}
</style>