Shades of Fruit Salad #559C43
Tints of Fruit Salad #559C43
RGB
CMYK
RGB Variations
Color information
#559C43 (or 0x559C43) is known color: Fruit Salad. HEX triplet: 55, 9C and 43. RGB value is (85,156,67). Sum of RGB (Red+Green+Blue) = 85+156+67=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 156 (61.33% from 255 or 50.65% from 308); Blue value is 67 (26.56% from 255 or 21.75% from 308); Max value from RGB is 156 - color contains mainly: green. Hex color #559C43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559C43 is #AA63BC. Grayscale: #7C7C7C. Windows color (decimal): -11166653 or 4430933. OLE color: 4430933.
HSL color Cylindrical-coordinate representation of color #559C43: hue angle of 107.87º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #559C43 is Cyan = 0.46, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 156 | 67 | - |
| CMYK | 0.46 | 0 | 0.57 | 0.39 |
| HSL | 107.87º | 0.4% | 0.44% | - |
| HSV(B) | 107.87º | 0.57% | 0.61% | - |
| XYZ | 16.65 | 26.11 | 9.47 | - |
| YUV | 124.63 | 95.48 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 156 | 67 | 0.46 | 0 | 0.57 | 0.39 | 107.87 | 0.4 | 0.44 |
| Hex | 55 | 9C | 43 | 2E | 0 | 39 | 27 | 6C | 28 | 2C |
| Octal | 125 | 234 | 103 | 56 | 0 | 71 | 47 | 154 | 50 | 54 |
| Binary | 1010101 | 10011100 | 1000011 | 101110 | 0 | 111001 | 100111 | 1101100 | 101000 | 101100 |
Color Harmonies of #559C43
Complementary color
Monochromatic Colors of #559C43
Black with #559C43
Text Example
Text Example
White with #559C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559C43; }
p { color: rgb(85,156,67); }
H1.HeaderClassName
{
color: #559C43;
}
.AnyTagClassName
{
color: #559C43;
}
</style>
background-color css
<style>
a { background-color: #559C43; }
a { background-color: rgb(85,156,67); }
div.DivClassName
{
background-color: #559C43;
}
.BgClassName
{
background-color: #559C43;
}
</style>
border-color css
<style>
span { border-color: #559C43; }
span { border-color: rgb(85,156,67); }
td.TdClassName
{
border-color: #559C43;
}
.TagClassName
{
border-color: #559C43;
}
</style>