Shades of Fruit Salad #55AE5E
Tints of Fruit Salad #55AE5E
RGB
CMYK
RGB Variations
Color information
#55AE5E (or 0x55AE5E) is known color: Fruit Salad. HEX triplet: 55, AE and 5E. RGB value is (85,174,94). Sum of RGB (Red+Green+Blue) = 85+174+94=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 174 (68.36% from 255 or 49.29% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 174 - color contains mainly: green. Hex color #55AE5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AE5E is #AA51A1. Grayscale: #8A8A8A. Windows color (decimal): -11162018 or 6205013. OLE color: 6205013.
HSL color Cylindrical-coordinate representation of color #55AE5E: hue angle of 126.07º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55AE5E is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 174 | 94 | - |
| CMYK | 0.51 | 0 | 0.46 | 0.32 |
| HSL | 126.07º | 0.35% | 0.51% | - |
| HSV(B) | 126.07º | 0.51% | 0.68% | - |
| XYZ | 20.9 | 33.01 | 15.86 | - |
| YUV | 138.27 | 103.01 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 174 | 94 | 0.51 | 0 | 0.46 | 0.32 | 126.07 | 0.35 | 0.51 |
| Hex | 55 | AE | 5E | 33 | 0 | 2E | 20 | 7E | 23 | 33 |
| Octal | 125 | 256 | 136 | 63 | 0 | 56 | 40 | 176 | 43 | 63 |
| Binary | 1010101 | 10101110 | 1011110 | 110011 | 0 | 101110 | 100000 | 1111110 | 100011 | 110011 |
Color Harmonies of #55AE5E
Complementary color
Monochromatic Colors of #55AE5E
Black with #55AE5E
Text Example
Text Example
White with #55AE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AE5E; }
p { color: rgb(85,174,94); }
H1.HeaderClassName
{
color: #55AE5E;
}
.AnyTagClassName
{
color: #55AE5E;
}
</style>
background-color css
<style>
a { background-color: #55AE5E; }
a { background-color: rgb(85,174,94); }
div.DivClassName
{
background-color: #55AE5E;
}
.BgClassName
{
background-color: #55AE5E;
}
</style>
border-color css
<style>
span { border-color: #55AE5E; }
span { border-color: rgb(85,174,94); }
td.TdClassName
{
border-color: #55AE5E;
}
.TagClassName
{
border-color: #55AE5E;
}
</style>