Shades of Fruit Salad #55AA4D
Tints of Fruit Salad #55AA4D
RGB
CMYK
RGB Variations
Color information
#55AA4D (or 0x55AA4D) is known color: Fruit Salad. HEX triplet: 55, AA and 4D. RGB value is (85,170,77). Sum of RGB (Red+Green+Blue) = 85+170+77=332 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.60% from 332); Green value is 170 (66.80% from 255 or 51.20% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 170 - color contains mainly: green. Hex color #55AA4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AA4D is #AA55B2. Grayscale: #868686. Windows color (decimal): -11163059 or 5089877. OLE color: 5089877.
HSL color Cylindrical-coordinate representation of color #55AA4D: hue angle of 114.84º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55AA4D is Cyan = 0.50, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 170 | 77 | - |
| CMYK | 0.50 | 0 | 0.55 | 0.33 |
| HSL | 114.84º | 0.38% | 0.48% | - |
| HSV(B) | 114.84º | 0.55% | 0.67% | - |
| XYZ | 19.46 | 31.22 | 12.02 | - |
| YUV | 133.98 | 95.84 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 170 | 77 | 0.50 | 0 | 0.55 | 0.33 | 114.84 | 0.38 | 0.48 |
| Hex | 55 | AA | 4D | 32 | 0 | 37 | 21 | 73 | 26 | 30 |
| Octal | 125 | 252 | 115 | 62 | 0 | 67 | 41 | 163 | 46 | 60 |
| Binary | 1010101 | 10101010 | 1001101 | 110010 | 0 | 110111 | 100001 | 1110011 | 100110 | 110000 |
Color Harmonies of #55AA4D
Complementary color
Monochromatic Colors of #55AA4D
Black with #55AA4D
Text Example
Text Example
White with #55AA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AA4D; }
p { color: rgb(85,170,77); }
H1.HeaderClassName
{
color: #55AA4D;
}
.AnyTagClassName
{
color: #55AA4D;
}
</style>
background-color css
<style>
a { background-color: #55AA4D; }
a { background-color: rgb(85,170,77); }
div.DivClassName
{
background-color: #55AA4D;
}
.BgClassName
{
background-color: #55AA4D;
}
</style>
border-color css
<style>
span { border-color: #55AA4D; }
span { border-color: rgb(85,170,77); }
td.TdClassName
{
border-color: #55AA4D;
}
.TagClassName
{
border-color: #55AA4D;
}
</style>