Shades of Fruit Salad #569D63
Tints of Fruit Salad #569D63
RGB
CMYK
RGB Variations
Color information
#569D63 (or 0x569D63) is known color: Fruit Salad. HEX triplet: 56, 9D and 63. RGB value is (86,157,99). Sum of RGB (Red+Green+Blue) = 86+157+99=342 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.15% from 342); Green value is 157 (61.72% from 255 or 45.91% from 342); Blue value is 99 (39.06% from 255 or 28.95% from 342); Max value from RGB is 157 - color contains mainly: green. Hex color #569D63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569D63 is #A9629C. Grayscale: #818181. Windows color (decimal): -11100829 or 6528342. OLE color: 6528342.
HSL color Cylindrical-coordinate representation of color #569D63: hue angle of 130.99º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #569D63 is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 86 | 157 | 99 | - |
| CMYK | 0.45 | 0 | 0.37 | 0.38 |
| HSL | 130.99º | 0.29% | 0.48% | - |
| HSV(B) | 130.99º | 0.45% | 0.62% | - |
| XYZ | 18.15 | 26.99 | 16.06 | - |
| YUV | 129.16 | 110.98 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 157 | 99 | 0.45 | 0 | 0.37 | 0.38 | 130.99 | 0.29 | 0.48 |
| Hex | 56 | 9D | 63 | 2D | 0 | 25 | 26 | 83 | 1D | 30 |
| Octal | 126 | 235 | 143 | 55 | 0 | 45 | 46 | 203 | 35 | 60 |
| Binary | 1010110 | 10011101 | 1100011 | 101101 | 0 | 100101 | 100110 | 10000011 | 11101 | 110000 |
Color Harmonies of #569D63
Complementary color
Monochromatic Colors of #569D63
Black with #569D63
Text Example
Text Example
White with #569D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569D63; }
p { color: rgb(86,157,99); }
H1.HeaderClassName
{
color: #569D63;
}
.AnyTagClassName
{
color: #569D63;
}
</style>
background-color css
<style>
a { background-color: #569D63; }
a { background-color: rgb(86,157,99); }
div.DivClassName
{
background-color: #569D63;
}
.BgClassName
{
background-color: #569D63;
}
</style>
border-color css
<style>
span { border-color: #569D63; }
span { border-color: rgb(86,157,99); }
td.TdClassName
{
border-color: #569D63;
}
.TagClassName
{
border-color: #569D63;
}
</style>