Shades of Fruit Salad #569E55
Tints of Fruit Salad #569E55
RGB
CMYK
RGB Variations
Color information
#569E55 (or 0x569E55) is known color: Fruit Salad. HEX triplet: 56, 9E and 55. RGB value is (86,158,85). Sum of RGB (Red+Green+Blue) = 86+158+85=329 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.14% from 329); Green value is 158 (62.11% from 255 or 48.02% from 329); Blue value is 85 (33.59% from 255 or 25.84% from 329); Max value from RGB is 158 - color contains mainly: green. Hex color #569E55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569E55 is #A961AA. Grayscale: #808080. Windows color (decimal): -11100587 or 5611094. OLE color: 5611094.
HSL color Cylindrical-coordinate representation of color #569E55: hue angle of 119.18º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #569E55 is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 86 | 158 | 85 | - |
| CMYK | 0.46 | 0 | 0.46 | 0.38 |
| HSL | 119.18º | 0.3% | 0.48% | - |
| HSV(B) | 119.18º | 0.46% | 0.62% | - |
| XYZ | 17.7 | 27.09 | 12.89 | - |
| YUV | 128.15 | 103.65 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 158 | 85 | 0.46 | 0 | 0.46 | 0.38 | 119.18 | 0.3 | 0.48 |
| Hex | 56 | 9E | 55 | 2E | 0 | 2E | 26 | 77 | 1E | 30 |
| Octal | 126 | 236 | 125 | 56 | 0 | 56 | 46 | 167 | 36 | 60 |
| Binary | 1010110 | 10011110 | 1010101 | 101110 | 0 | 101110 | 100110 | 1110111 | 11110 | 110000 |
Color Harmonies of #569E55
Complementary color
Monochromatic Colors of #569E55
Black with #569E55
Text Example
Text Example
White with #569E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569E55; }
p { color: rgb(86,158,85); }
H1.HeaderClassName
{
color: #569E55;
}
.AnyTagClassName
{
color: #569E55;
}
</style>
background-color css
<style>
a { background-color: #569E55; }
a { background-color: rgb(86,158,85); }
div.DivClassName
{
background-color: #569E55;
}
.BgClassName
{
background-color: #569E55;
}
</style>
border-color css
<style>
span { border-color: #569E55; }
span { border-color: rgb(86,158,85); }
td.TdClassName
{
border-color: #569E55;
}
.TagClassName
{
border-color: #569E55;
}
</style>