Shades of Fruit Salad #569D50
Tints of Fruit Salad #569D50
RGB
CMYK
RGB Variations
Color information
#569D50 (or 0x569D50) is known color: Fruit Salad. HEX triplet: 56, 9D and 50. RGB value is (86,157,80). Sum of RGB (Red+Green+Blue) = 86+157+80=323 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.63% from 323); Green value is 157 (61.72% from 255 or 48.61% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 157 - color contains mainly: green. Hex color #569D50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569D50 is #A962AF. Grayscale: #7F7F7F. Windows color (decimal): -11100848 or 5283158. OLE color: 5283158.
HSL color Cylindrical-coordinate representation of color #569D50: hue angle of 115.32º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #569D50 is Cyan = 0.45, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 86 | 157 | 80 | - |
| CMYK | 0.45 | 0 | 0.49 | 0.38 |
| HSL | 115.32º | 0.32% | 0.46% | - |
| HSV(B) | 115.32º | 0.49% | 0.62% | - |
| XYZ | 17.34 | 26.67 | 11.82 | - |
| YUV | 126.99 | 101.48 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 157 | 80 | 0.45 | 0 | 0.49 | 0.38 | 115.32 | 0.32 | 0.46 |
| Hex | 56 | 9D | 50 | 2D | 0 | 31 | 26 | 73 | 20 | 2E |
| Octal | 126 | 235 | 120 | 55 | 0 | 61 | 46 | 163 | 40 | 56 |
| Binary | 1010110 | 10011101 | 1010000 | 101101 | 0 | 110001 | 100110 | 1110011 | 100000 | 101110 |
Color Harmonies of #569D50
Complementary color
Monochromatic Colors of #569D50
Black with #569D50
Text Example
Text Example
White with #569D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569D50; }
p { color: rgb(86,157,80); }
H1.HeaderClassName
{
color: #569D50;
}
.AnyTagClassName
{
color: #569D50;
}
</style>
background-color css
<style>
a { background-color: #569D50; }
a { background-color: rgb(86,157,80); }
div.DivClassName
{
background-color: #569D50;
}
.BgClassName
{
background-color: #569D50;
}
</style>
border-color css
<style>
span { border-color: #569D50; }
span { border-color: rgb(86,157,80); }
td.TdClassName
{
border-color: #569D50;
}
.TagClassName
{
border-color: #569D50;
}
</style>