Shades of Fruit Salad #55AD50
Tints of Fruit Salad #55AD50
RGB
CMYK
RGB Variations
Color information
#55AD50 (or 0x55AD50) is known color: Fruit Salad. HEX triplet: 55, AD and 50. RGB value is (85,173,80). Sum of RGB (Red+Green+Blue) = 85+173+80=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 173 (67.97% from 255 or 51.18% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 173 - color contains mainly: green. Hex color #55AD50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AD50 is #AA52AF. Grayscale: #888888. Windows color (decimal): -11162288 or 5287253. OLE color: 5287253.
HSL color Cylindrical-coordinate representation of color #55AD50: hue angle of 116.77º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55AD50 is Cyan = 0.51, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 173 | 80 | - |
| CMYK | 0.51 | 0 | 0.54 | 0.32 |
| HSL | 116.77º | 0.37% | 0.5% | - |
| HSV(B) | 116.77º | 0.54% | 0.68% | - |
| XYZ | 20.14 | 32.4 | 12.78 | - |
| YUV | 136.09 | 96.35 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 173 | 80 | 0.51 | 0 | 0.54 | 0.32 | 116.77 | 0.37 | 0.5 |
| Hex | 55 | AD | 50 | 33 | 0 | 36 | 20 | 75 | 25 | 32 |
| Octal | 125 | 255 | 120 | 63 | 0 | 66 | 40 | 165 | 45 | 62 |
| Binary | 1010101 | 10101101 | 1010000 | 110011 | 0 | 110110 | 100000 | 1110101 | 100101 | 110010 |
Color Harmonies of #55AD50
Complementary color
Monochromatic Colors of #55AD50
Black with #55AD50
Text Example
Text Example
White with #55AD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AD50; }
p { color: rgb(85,173,80); }
H1.HeaderClassName
{
color: #55AD50;
}
.AnyTagClassName
{
color: #55AD50;
}
</style>
background-color css
<style>
a { background-color: #55AD50; }
a { background-color: rgb(85,173,80); }
div.DivClassName
{
background-color: #55AD50;
}
.BgClassName
{
background-color: #55AD50;
}
</style>
border-color css
<style>
span { border-color: #55AD50; }
span { border-color: rgb(85,173,80); }
td.TdClassName
{
border-color: #55AD50;
}
.TagClassName
{
border-color: #55AD50;
}
</style>