Shades of Fruit Salad #569D51
Tints of Fruit Salad #569D51
RGB
CMYK
RGB Variations
Color information
#569D51 (or 0x569D51) is known color: Fruit Salad. HEX triplet: 56, 9D and 51. RGB value is (86,157,81). Sum of RGB (Red+Green+Blue) = 86+157+81=324 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.54% from 324); Green value is 157 (61.72% from 255 or 48.46% from 324); Blue value is 81 (32.03% from 255 or 25% from 324); Max value from RGB is 157 - color contains mainly: green. Hex color #569D51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569D51 is #A962AE. Grayscale: #7F7F7F. Windows color (decimal): -11100847 or 5348694. OLE color: 5348694.
HSL color Cylindrical-coordinate representation of color #569D51: hue angle of 116.05º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #569D51 is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 86 | 157 | 81 | - |
| CMYK | 0.45 | 0 | 0.48 | 0.38 |
| HSL | 116.05º | 0.32% | 0.47% | - |
| HSV(B) | 116.05º | 0.48% | 0.62% | - |
| XYZ | 17.38 | 26.69 | 12.02 | - |
| YUV | 127.11 | 101.98 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 157 | 81 | 0.45 | 0 | 0.48 | 0.38 | 116.05 | 0.32 | 0.47 |
| Hex | 56 | 9D | 51 | 2D | 0 | 30 | 26 | 74 | 20 | 2F |
| Octal | 126 | 235 | 121 | 55 | 0 | 60 | 46 | 164 | 40 | 57 |
| Binary | 1010110 | 10011101 | 1010001 | 101101 | 0 | 110000 | 100110 | 1110100 | 100000 | 101111 |
Color Harmonies of #569D51
Complementary color
Monochromatic Colors of #569D51
Black with #569D51
Text Example
Text Example
White with #569D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569D51; }
p { color: rgb(86,157,81); }
H1.HeaderClassName
{
color: #569D51;
}
.AnyTagClassName
{
color: #569D51;
}
</style>
background-color css
<style>
a { background-color: #569D51; }
a { background-color: rgb(86,157,81); }
div.DivClassName
{
background-color: #569D51;
}
.BgClassName
{
background-color: #569D51;
}
</style>
border-color css
<style>
span { border-color: #569D51; }
span { border-color: rgb(86,157,81); }
td.TdClassName
{
border-color: #569D51;
}
.TagClassName
{
border-color: #569D51;
}
</style>