Shades of Fruit Salad #55AD59
Tints of Fruit Salad #55AD59
RGB
CMYK
RGB Variations
Color information
#55AD59 (or 0x55AD59) is known color: Fruit Salad. HEX triplet: 55, AD and 59. RGB value is (85,173,89). Sum of RGB (Red+Green+Blue) = 85+173+89=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 173 (67.97% from 255 or 49.86% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 173 - color contains mainly: green. Hex color #55AD59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AD59 is #AA52A6. Grayscale: #898989. Windows color (decimal): -11162279 or 5877077. OLE color: 5877077.
HSL color Cylindrical-coordinate representation of color #55AD59: hue angle of 122.73º 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 #55AD59 is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 173 | 89 | - |
| CMYK | 0.51 | 0 | 0.49 | 0.32 |
| HSL | 122.73º | 0.35% | 0.51% | - |
| HSV(B) | 122.73º | 0.51% | 0.68% | - |
| XYZ | 20.49 | 32.54 | 14.65 | - |
| YUV | 137.11 | 100.85 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 173 | 89 | 0.51 | 0 | 0.49 | 0.32 | 122.73 | 0.35 | 0.51 |
| Hex | 55 | AD | 59 | 33 | 0 | 31 | 20 | 7B | 23 | 33 |
| Octal | 125 | 255 | 131 | 63 | 0 | 61 | 40 | 173 | 43 | 63 |
| Binary | 1010101 | 10101101 | 1011001 | 110011 | 0 | 110001 | 100000 | 1111011 | 100011 | 110011 |
Color Harmonies of #55AD59
Complementary color
Monochromatic Colors of #55AD59
Black with #55AD59
Text Example
Text Example
White with #55AD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AD59; }
p { color: rgb(85,173,89); }
H1.HeaderClassName
{
color: #55AD59;
}
.AnyTagClassName
{
color: #55AD59;
}
</style>
background-color css
<style>
a { background-color: #55AD59; }
a { background-color: rgb(85,173,89); }
div.DivClassName
{
background-color: #55AD59;
}
.BgClassName
{
background-color: #55AD59;
}
</style>
border-color css
<style>
span { border-color: #55AD59; }
span { border-color: rgb(85,173,89); }
td.TdClassName
{
border-color: #55AD59;
}
.TagClassName
{
border-color: #55AD59;
}
</style>