Shades of Fruit Salad #55A35E
Tints of Fruit Salad #55A35E
RGB
CMYK
RGB Variations
Color information
#55A35E (or 0x55A35E) is known color: Fruit Salad. HEX triplet: 55, A3 and 5E. RGB value is (85,163,94). Sum of RGB (Red+Green+Blue) = 85+163+94=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 163 (64.06% from 255 or 47.66% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 163 - color contains mainly: green. Hex color #55A35E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A35E is #AA5CA1. Grayscale: #848484. Windows color (decimal): -11164834 or 6202197. OLE color: 6202197.
HSL color Cylindrical-coordinate representation of color #55A35E: hue angle of 126.92º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55A35E is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 163 | 94 | - |
| CMYK | 0.48 | 0 | 0.42 | 0.36 |
| HSL | 126.92º | 0.31% | 0.49% | - |
| HSV(B) | 126.92º | 0.48% | 0.64% | - |
| XYZ | 18.86 | 28.93 | 15.18 | - |
| YUV | 131.81 | 106.66 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 163 | 94 | 0.48 | 0 | 0.42 | 0.36 | 126.92 | 0.31 | 0.49 |
| Hex | 55 | A3 | 5E | 30 | 0 | 2A | 24 | 7F | 1F | 31 |
| Octal | 125 | 243 | 136 | 60 | 0 | 52 | 44 | 177 | 37 | 61 |
| Binary | 1010101 | 10100011 | 1011110 | 110000 | 0 | 101010 | 100100 | 1111111 | 11111 | 110001 |
Color Harmonies of #55A35E
Complementary color
Monochromatic Colors of #55A35E
Black with #55A35E
Text Example
Text Example
White with #55A35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A35E; }
p { color: rgb(85,163,94); }
H1.HeaderClassName
{
color: #55A35E;
}
.AnyTagClassName
{
color: #55A35E;
}
</style>
background-color css
<style>
a { background-color: #55A35E; }
a { background-color: rgb(85,163,94); }
div.DivClassName
{
background-color: #55A35E;
}
.BgClassName
{
background-color: #55A35E;
}
</style>
border-color css
<style>
span { border-color: #55A35E; }
span { border-color: rgb(85,163,94); }
td.TdClassName
{
border-color: #55A35E;
}
.TagClassName
{
border-color: #55A35E;
}
</style>