Shades of Fruit Salad #55A047
Tints of Fruit Salad #55A047
RGB
CMYK
RGB Variations
Color information
#55A047 (or 0x55A047) is known color: Fruit Salad. HEX triplet: 55, A0 and 47. RGB value is (85,160,71). Sum of RGB (Red+Green+Blue) = 85+160+71=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 160 (62.89% from 255 or 50.63% from 316); Blue value is 71 (28.12% from 255 or 22.47% from 316); Max value from RGB is 160 - color contains mainly: green. Hex color #55A047 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A047 is #AA5FB8. Grayscale: #7F7F7F. Windows color (decimal): -11165625 or 4694101. OLE color: 4694101.
HSL color Cylindrical-coordinate representation of color #55A047: hue angle of 110.56º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55A047 is Cyan = 0.47, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 85 | 160 | 71 | - |
| CMYK | 0.47 | 0 | 0.56 | 0.37 |
| HSL | 110.56º | 0.39% | 0.45% | - |
| HSV(B) | 110.56º | 0.56% | 0.63% | - |
| XYZ | 17.45 | 27.53 | 10.35 | - |
| YUV | 127.43 | 96.15 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 160 | 71 | 0.47 | 0 | 0.56 | 0.37 | 110.56 | 0.39 | 0.45 |
| Hex | 55 | A0 | 47 | 2F | 0 | 38 | 25 | 6F | 27 | 2D |
| Octal | 125 | 240 | 107 | 57 | 0 | 70 | 45 | 157 | 47 | 55 |
| Binary | 1010101 | 10100000 | 1000111 | 101111 | 0 | 111000 | 100101 | 1101111 | 100111 | 101101 |
Color Harmonies of #55A047
Complementary color
Monochromatic Colors of #55A047
Black with #55A047
Text Example
Text Example
White with #55A047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A047; }
p { color: rgb(85,160,71); }
H1.HeaderClassName
{
color: #55A047;
}
.AnyTagClassName
{
color: #55A047;
}
</style>
background-color css
<style>
a { background-color: #55A047; }
a { background-color: rgb(85,160,71); }
div.DivClassName
{
background-color: #55A047;
}
.BgClassName
{
background-color: #55A047;
}
</style>
border-color css
<style>
span { border-color: #55A047; }
span { border-color: rgb(85,160,71); }
td.TdClassName
{
border-color: #55A047;
}
.TagClassName
{
border-color: #55A047;
}
</style>