Shades of Fruit Salad #55AC5D
Tints of Fruit Salad #55AC5D
RGB
CMYK
RGB Variations
Color information
#55AC5D (or 0x55AC5D) is known color: Fruit Salad. HEX triplet: 55, AC and 5D. RGB value is (85,172,93). Sum of RGB (Red+Green+Blue) = 85+172+93=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 172 (67.58% from 255 or 49.14% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 172 - color contains mainly: green. Hex color #55AC5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AC5D is #AA53A2. Grayscale: #898989. Windows color (decimal): -11162531 or 6138965. OLE color: 6138965.
HSL color Cylindrical-coordinate representation of color #55AC5D: hue angle of 125.52º 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 #55AC5D is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 172 | 93 | - |
| CMYK | 0.51 | 0 | 0.46 | 0.33 |
| HSL | 125.52º | 0.34% | 0.5% | - |
| HSV(B) | 125.52º | 0.51% | 0.67% | - |
| XYZ | 20.47 | 32.23 | 15.5 | - |
| YUV | 136.98 | 103.18 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 172 | 93 | 0.51 | 0 | 0.46 | 0.33 | 125.52 | 0.34 | 0.5 |
| Hex | 55 | AC | 5D | 33 | 0 | 2E | 21 | 7E | 22 | 32 |
| Octal | 125 | 254 | 135 | 63 | 0 | 56 | 41 | 176 | 42 | 62 |
| Binary | 1010101 | 10101100 | 1011101 | 110011 | 0 | 101110 | 100001 | 1111110 | 100010 | 110010 |
Color Harmonies of #55AC5D
Complementary color
Monochromatic Colors of #55AC5D
Black with #55AC5D
Text Example
Text Example
White with #55AC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AC5D; }
p { color: rgb(85,172,93); }
H1.HeaderClassName
{
color: #55AC5D;
}
.AnyTagClassName
{
color: #55AC5D;
}
</style>
background-color css
<style>
a { background-color: #55AC5D; }
a { background-color: rgb(85,172,93); }
div.DivClassName
{
background-color: #55AC5D;
}
.BgClassName
{
background-color: #55AC5D;
}
</style>
border-color css
<style>
span { border-color: #55AC5D; }
span { border-color: rgb(85,172,93); }
td.TdClassName
{
border-color: #55AC5D;
}
.TagClassName
{
border-color: #55AC5D;
}
</style>