Shades of Fruit Salad #55AD53
Tints of Fruit Salad #55AD53
RGB
CMYK
RGB Variations
Color information
#55AD53 (or 0x55AD53) is known color: Fruit Salad. HEX triplet: 55, AD and 53. RGB value is (85,173,83). Sum of RGB (Red+Green+Blue) = 85+173+83=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 173 (67.97% from 255 or 50.73% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 173 - color contains mainly: green. Hex color #55AD53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AD53 is #AA52AC. Grayscale: #888888. Windows color (decimal): -11162285 or 5483861. OLE color: 5483861.
HSL color Cylindrical-coordinate representation of color #55AD53: hue angle of 118.67º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55AD53 is Cyan = 0.51, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 173 | 83 | - |
| CMYK | 0.51 | 0 | 0.52 | 0.32 |
| HSL | 118.67º | 0.35% | 0.5% | - |
| HSV(B) | 118.67º | 0.52% | 0.68% | - |
| XYZ | 20.25 | 32.44 | 13.38 | - |
| YUV | 136.43 | 97.85 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 173 | 83 | 0.51 | 0 | 0.52 | 0.32 | 118.67 | 0.35 | 0.5 |
| Hex | 55 | AD | 53 | 33 | 0 | 34 | 20 | 77 | 23 | 32 |
| Octal | 125 | 255 | 123 | 63 | 0 | 64 | 40 | 167 | 43 | 62 |
| Binary | 1010101 | 10101101 | 1010011 | 110011 | 0 | 110100 | 100000 | 1110111 | 100011 | 110010 |
Color Harmonies of #55AD53
Complementary color
Monochromatic Colors of #55AD53
Black with #55AD53
Text Example
Text Example
White with #55AD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AD53; }
p { color: rgb(85,173,83); }
H1.HeaderClassName
{
color: #55AD53;
}
.AnyTagClassName
{
color: #55AD53;
}
</style>
background-color css
<style>
a { background-color: #55AD53; }
a { background-color: rgb(85,173,83); }
div.DivClassName
{
background-color: #55AD53;
}
.BgClassName
{
background-color: #55AD53;
}
</style>
border-color css
<style>
span { border-color: #55AD53; }
span { border-color: rgb(85,173,83); }
td.TdClassName
{
border-color: #55AD53;
}
.TagClassName
{
border-color: #55AD53;
}
</style>