Shades of Fruit Salad #569E56
Tints of Fruit Salad #569E56
RGB
CMYK
RGB Variations
Color information
#569E56 (or 0x569E56) is known color: Fruit Salad. HEX triplet: 56, 9E and 56. RGB value is (86,158,86). Sum of RGB (Red+Green+Blue) = 86+158+86=330 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.06% from 330); Green value is 158 (62.11% from 255 or 47.88% from 330); Blue value is 86 (33.98% from 255 or 26.06% from 330); Max value from RGB is 158 - color contains mainly: green. Hex color #569E56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569E56 is #A961A9. Grayscale: #808080. Windows color (decimal): -11100586 or 5676630. OLE color: 5676630.
HSL color Cylindrical-coordinate representation of color #569E56: hue angle of 120º 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 #569E56 is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 86 | 158 | 86 | - |
| CMYK | 0.46 | 0 | 0.46 | 0.38 |
| HSL | 120º | 0.3% | 0.48% | - |
| HSV(B) | 120º | 0.46% | 0.62% | - |
| XYZ | 17.74 | 27.1 | 13.1 | - |
| YUV | 128.26 | 104.15 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 158 | 86 | 0.46 | 0 | 0.46 | 0.38 | 120 | 0.3 | 0.48 |
| Hex | 56 | 9E | 56 | 2E | 0 | 2E | 26 | 78 | 1E | 30 |
| Octal | 126 | 236 | 126 | 56 | 0 | 56 | 46 | 170 | 36 | 60 |
| Binary | 1010110 | 10011110 | 1010110 | 101110 | 0 | 101110 | 100110 | 1111000 | 11110 | 110000 |
Color Harmonies of #569E56
Complementary color
Monochromatic Colors of #569E56
Black with #569E56
Text Example
Text Example
White with #569E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569E56; }
p { color: rgb(86,158,86); }
H1.HeaderClassName
{
color: #569E56;
}
.AnyTagClassName
{
color: #569E56;
}
</style>
background-color css
<style>
a { background-color: #569E56; }
a { background-color: rgb(86,158,86); }
div.DivClassName
{
background-color: #569E56;
}
.BgClassName
{
background-color: #569E56;
}
</style>
border-color css
<style>
span { border-color: #569E56; }
span { border-color: rgb(86,158,86); }
td.TdClassName
{
border-color: #569E56;
}
.TagClassName
{
border-color: #569E56;
}
</style>