Shades of Fruit Salad #55AC5A
Tints of Fruit Salad #55AC5A
RGB
CMYK
RGB Variations
Color information
#55AC5A (or 0x55AC5A) is known color: Fruit Salad. HEX triplet: 55, AC and 5A. RGB value is (85,172,90). Sum of RGB (Red+Green+Blue) = 85+172+90=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 172 (67.58% from 255 or 49.57% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 172 - color contains mainly: green. Hex color #55AC5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AC5A is #AA53A5. Grayscale: #888888. Windows color (decimal): -11162534 or 5942357. OLE color: 5942357.
HSL color Cylindrical-coordinate representation of color #55AC5A: hue angle of 123.45º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55AC5A is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 172 | 90 | - |
| CMYK | 0.51 | 0 | 0.48 | 0.33 |
| HSL | 123.45º | 0.34% | 0.5% | - |
| HSV(B) | 123.45º | 0.51% | 0.67% | - |
| XYZ | 20.34 | 32.17 | 14.81 | - |
| YUV | 136.64 | 101.68 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 172 | 90 | 0.51 | 0 | 0.48 | 0.33 | 123.45 | 0.34 | 0.5 |
| Hex | 55 | AC | 5A | 33 | 0 | 30 | 21 | 7B | 22 | 32 |
| Octal | 125 | 254 | 132 | 63 | 0 | 60 | 41 | 173 | 42 | 62 |
| Binary | 1010101 | 10101100 | 1011010 | 110011 | 0 | 110000 | 100001 | 1111011 | 100010 | 110010 |
Color Harmonies of #55AC5A
Complementary color
Monochromatic Colors of #55AC5A
Black with #55AC5A
Text Example
Text Example
White with #55AC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AC5A; }
p { color: rgb(85,172,90); }
H1.HeaderClassName
{
color: #55AC5A;
}
.AnyTagClassName
{
color: #55AC5A;
}
</style>
background-color css
<style>
a { background-color: #55AC5A; }
a { background-color: rgb(85,172,90); }
div.DivClassName
{
background-color: #55AC5A;
}
.BgClassName
{
background-color: #55AC5A;
}
</style>
border-color css
<style>
span { border-color: #55AC5A; }
span { border-color: rgb(85,172,90); }
td.TdClassName
{
border-color: #55AC5A;
}
.TagClassName
{
border-color: #55AC5A;
}
</style>