Shades of Fruit Salad #569854
Tints of Fruit Salad #569854
RGB
CMYK
RGB Variations
Color information
#569854 (or 0x569854) is known color: Fruit Salad. HEX triplet: 56, 98 and 54. RGB value is (86,152,84). Sum of RGB (Red+Green+Blue) = 86+152+84=322 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.71% from 322); Green value is 152 (59.77% from 255 or 47.20% from 322); Blue value is 84 (33.20% from 255 or 26.09% from 322); Max value from RGB is 152 - color contains mainly: green. Hex color #569854 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569854 is #A967AB. Grayscale: #7C7C7C. Windows color (decimal): -11102124 or 5544022. OLE color: 5544022.
HSL color Cylindrical-coordinate representation of color #569854: hue angle of 118.24º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #569854 is Cyan = 0.43, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 86 | 152 | 84 | - |
| CMYK | 0.43 | 0 | 0.45 | 0.40 |
| HSL | 118.24º | 0.29% | 0.46% | - |
| HSV(B) | 118.24º | 0.45% | 0.6% | - |
| XYZ | 16.67 | 25.08 | 12.35 | - |
| YUV | 124.51 | 105.13 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 152 | 84 | 0.43 | 0 | 0.45 | 0.40 | 118.24 | 0.29 | 0.46 |
| Hex | 56 | 98 | 54 | 2B | 0 | 2D | 28 | 76 | 1D | 2E |
| Octal | 126 | 230 | 124 | 53 | 0 | 55 | 50 | 166 | 35 | 56 |
| Binary | 1010110 | 10011000 | 1010100 | 101011 | 0 | 101101 | 101000 | 1110110 | 11101 | 101110 |
Color Harmonies of #569854
Complementary color
Monochromatic Colors of #569854
Black with #569854
Text Example
Text Example
White with #569854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569854; }
p { color: rgb(86,152,84); }
H1.HeaderClassName
{
color: #569854;
}
.AnyTagClassName
{
color: #569854;
}
</style>
background-color css
<style>
a { background-color: #569854; }
a { background-color: rgb(86,152,84); }
div.DivClassName
{
background-color: #569854;
}
.BgClassName
{
background-color: #569854;
}
</style>
border-color css
<style>
span { border-color: #569854; }
span { border-color: rgb(86,152,84); }
td.TdClassName
{
border-color: #569854;
}
.TagClassName
{
border-color: #569854;
}
</style>