Shades of Fruit Salad #569A4B
Tints of Fruit Salad #569A4B
RGB
CMYK
RGB Variations
Color information
#569A4B (or 0x569A4B) is known color: Fruit Salad. HEX triplet: 56, 9A and 4B. RGB value is (86,154,75). Sum of RGB (Red+Green+Blue) = 86+154+75=315 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.30% from 315); Green value is 154 (60.55% from 255 or 48.89% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 154 - color contains mainly: green. Hex color #569A4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #569A4B is #A965B4. Grayscale: #7C7C7C. Windows color (decimal): -11101621 or 4954710. OLE color: 4954710.
HSL color Cylindrical-coordinate representation of color #569A4B: hue angle of 111.65º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #569A4B is Cyan = 0.44, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 86 | 154 | 75 | - |
| CMYK | 0.44 | 0 | 0.51 | 0.40 |
| HSL | 111.65º | 0.34% | 0.45% | - |
| HSV(B) | 111.65º | 0.51% | 0.6% | - |
| XYZ | 16.66 | 25.6 | 10.72 | - |
| YUV | 124.66 | 99.97 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 154 | 75 | 0.44 | 0 | 0.51 | 0.40 | 111.65 | 0.34 | 0.45 |
| Hex | 56 | 9A | 4B | 2C | 0 | 33 | 28 | 70 | 22 | 2D |
| Octal | 126 | 232 | 113 | 54 | 0 | 63 | 50 | 160 | 42 | 55 |
| Binary | 1010110 | 10011010 | 1001011 | 101100 | 0 | 110011 | 101000 | 1110000 | 100010 | 101101 |
Color Harmonies of #569A4B
Complementary color
Monochromatic Colors of #569A4B
Black with #569A4B
Text Example
Text Example
White with #569A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569A4B; }
p { color: rgb(86,154,75); }
H1.HeaderClassName
{
color: #569A4B;
}
.AnyTagClassName
{
color: #569A4B;
}
</style>
background-color css
<style>
a { background-color: #569A4B; }
a { background-color: rgb(86,154,75); }
div.DivClassName
{
background-color: #569A4B;
}
.BgClassName
{
background-color: #569A4B;
}
</style>
border-color css
<style>
span { border-color: #569A4B; }
span { border-color: rgb(86,154,75); }
td.TdClassName
{
border-color: #569A4B;
}
.TagClassName
{
border-color: #569A4B;
}
</style>