Shades of Fruit Salad #55A34D
Tints of Fruit Salad #55A34D
RGB
CMYK
RGB Variations
Color information
#55A34D (or 0x55A34D) is known color: Fruit Salad. HEX triplet: 55, A3 and 4D. RGB value is (85,163,77). Sum of RGB (Red+Green+Blue) = 85+163+77=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 163 (64.06% from 255 or 50.15% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 163 - color contains mainly: green. Hex color #55A34D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A34D is #AA5CB2. Grayscale: #828282. Windows color (decimal): -11164851 or 5088085. OLE color: 5088085.
HSL color Cylindrical-coordinate representation of color #55A34D: hue angle of 114.42º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55A34D is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 163 | 77 | - |
| CMYK | 0.48 | 0 | 0.53 | 0.36 |
| HSL | 114.42º | 0.36% | 0.47% | - |
| HSV(B) | 114.42º | 0.53% | 0.64% | - |
| XYZ | 18.18 | 28.66 | 11.6 | - |
| YUV | 129.87 | 98.16 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 163 | 77 | 0.48 | 0 | 0.53 | 0.36 | 114.42 | 0.36 | 0.47 |
| Hex | 55 | A3 | 4D | 30 | 0 | 35 | 24 | 72 | 24 | 2F |
| Octal | 125 | 243 | 115 | 60 | 0 | 65 | 44 | 162 | 44 | 57 |
| Binary | 1010101 | 10100011 | 1001101 | 110000 | 0 | 110101 | 100100 | 1110010 | 100100 | 101111 |
Color Harmonies of #55A34D
Complementary color
Monochromatic Colors of #55A34D
Black with #55A34D
Text Example
Text Example
White with #55A34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A34D; }
p { color: rgb(85,163,77); }
H1.HeaderClassName
{
color: #55A34D;
}
.AnyTagClassName
{
color: #55A34D;
}
</style>
background-color css
<style>
a { background-color: #55A34D; }
a { background-color: rgb(85,163,77); }
div.DivClassName
{
background-color: #55A34D;
}
.BgClassName
{
background-color: #55A34D;
}
</style>
border-color css
<style>
span { border-color: #55A34D; }
span { border-color: rgb(85,163,77); }
td.TdClassName
{
border-color: #55A34D;
}
.TagClassName
{
border-color: #55A34D;
}
</style>