Shades of Fruit Salad #55AA5D
Tints of Fruit Salad #55AA5D
RGB
CMYK
RGB Variations
Color information
#55AA5D (or 0x55AA5D) is known color: Fruit Salad. HEX triplet: 55, AA and 5D. RGB value is (85,170,93). Sum of RGB (Red+Green+Blue) = 85+170+93=348 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.43% from 348); Green value is 170 (66.80% from 255 or 48.85% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 170 - color contains mainly: green. Hex color #55AA5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AA5D is #AA55A2. Grayscale: #888888. Windows color (decimal): -11163043 or 6138453. OLE color: 6138453.
HSL color Cylindrical-coordinate representation of color #55AA5D: hue angle of 125.65º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #55AA5D is Cyan = 0.50, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 170 | 93 | - |
| CMYK | 0.50 | 0 | 0.45 | 0.33 |
| HSL | 125.65º | 0.33% | 0.5% | - |
| HSV(B) | 125.65º | 0.5% | 0.67% | - |
| XYZ | 20.1 | 31.47 | 15.37 | - |
| YUV | 135.81 | 103.84 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 170 | 93 | 0.50 | 0 | 0.45 | 0.33 | 125.65 | 0.33 | 0.5 |
| Hex | 55 | AA | 5D | 32 | 0 | 2D | 21 | 7E | 21 | 32 |
| Octal | 125 | 252 | 135 | 62 | 0 | 55 | 41 | 176 | 41 | 62 |
| Binary | 1010101 | 10101010 | 1011101 | 110010 | 0 | 101101 | 100001 | 1111110 | 100001 | 110010 |
Color Harmonies of #55AA5D
Complementary color
Monochromatic Colors of #55AA5D
Black with #55AA5D
Text Example
Text Example
White with #55AA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AA5D; }
p { color: rgb(85,170,93); }
H1.HeaderClassName
{
color: #55AA5D;
}
.AnyTagClassName
{
color: #55AA5D;
}
</style>
background-color css
<style>
a { background-color: #55AA5D; }
a { background-color: rgb(85,170,93); }
div.DivClassName
{
background-color: #55AA5D;
}
.BgClassName
{
background-color: #55AA5D;
}
</style>
border-color css
<style>
span { border-color: #55AA5D; }
span { border-color: rgb(85,170,93); }
td.TdClassName
{
border-color: #55AA5D;
}
.TagClassName
{
border-color: #55AA5D;
}
</style>