Shades of Fruit Salad #55AC5E
Tints of Fruit Salad #55AC5E
RGB
CMYK
RGB Variations
Color information
#55AC5E (or 0x55AC5E) is known color: Fruit Salad. HEX triplet: 55, AC and 5E. RGB value is (85,172,94). Sum of RGB (Red+Green+Blue) = 85+172+94=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 172 (67.58% from 255 or 49.00% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 172 - color contains mainly: green. Hex color #55AC5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AC5E is #AA53A1. Grayscale: #898989. Windows color (decimal): -11162530 or 6204501. OLE color: 6204501.
HSL color Cylindrical-coordinate representation of color #55AC5E: hue angle of 126.21º 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 #55AC5E is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 172 | 94 | - |
| CMYK | 0.51 | 0 | 0.45 | 0.33 |
| HSL | 126.21º | 0.34% | 0.5% | - |
| HSV(B) | 126.21º | 0.51% | 0.67% | - |
| XYZ | 20.52 | 32.24 | 15.73 | - |
| YUV | 137.1 | 103.68 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 172 | 94 | 0.51 | 0 | 0.45 | 0.33 | 126.21 | 0.34 | 0.5 |
| Hex | 55 | AC | 5E | 33 | 0 | 2D | 21 | 7E | 22 | 32 |
| Octal | 125 | 254 | 136 | 63 | 0 | 55 | 41 | 176 | 42 | 62 |
| Binary | 1010101 | 10101100 | 1011110 | 110011 | 0 | 101101 | 100001 | 1111110 | 100010 | 110010 |
Color Harmonies of #55AC5E
Complementary color
Monochromatic Colors of #55AC5E
Black with #55AC5E
Text Example
Text Example
White with #55AC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AC5E; }
p { color: rgb(85,172,94); }
H1.HeaderClassName
{
color: #55AC5E;
}
.AnyTagClassName
{
color: #55AC5E;
}
</style>
background-color css
<style>
a { background-color: #55AC5E; }
a { background-color: rgb(85,172,94); }
div.DivClassName
{
background-color: #55AC5E;
}
.BgClassName
{
background-color: #55AC5E;
}
</style>
border-color css
<style>
span { border-color: #55AC5E; }
span { border-color: rgb(85,172,94); }
td.TdClassName
{
border-color: #55AC5E;
}
.TagClassName
{
border-color: #55AC5E;
}
</style>