Shades of Fruit Salad #55A84D
Tints of Fruit Salad #55A84D
RGB
CMYK
RGB Variations
Color information
#55A84D (or 0x55A84D) is known color: Fruit Salad. HEX triplet: 55, A8 and 4D. RGB value is (85,168,77). Sum of RGB (Red+Green+Blue) = 85+168+77=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 168 (66.02% from 255 or 50.91% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 168 - color contains mainly: green. Hex color #55A84D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A84D is #AA57B2. Grayscale: #858585. Windows color (decimal): -11163571 or 5089365. OLE color: 5089365.
HSL color Cylindrical-coordinate representation of color #55A84D: hue angle of 114.73º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55A84D is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 85 | 168 | 77 | - |
| CMYK | 0.49 | 0 | 0.54 | 0.34 |
| HSL | 114.73º | 0.37% | 0.48% | - |
| HSV(B) | 114.73º | 0.54% | 0.66% | - |
| XYZ | 19.09 | 30.47 | 11.9 | - |
| YUV | 132.81 | 96.5 | 93.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 168 | 77 | 0.49 | 0 | 0.54 | 0.34 | 114.73 | 0.37 | 0.48 |
| Hex | 55 | A8 | 4D | 31 | 0 | 36 | 22 | 73 | 25 | 30 |
| Octal | 125 | 250 | 115 | 61 | 0 | 66 | 42 | 163 | 45 | 60 |
| Binary | 1010101 | 10101000 | 1001101 | 110001 | 0 | 110110 | 100010 | 1110011 | 100101 | 110000 |
Color Harmonies of #55A84D
Complementary color
Monochromatic Colors of #55A84D
Black with #55A84D
Text Example
Text Example
White with #55A84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A84D; }
p { color: rgb(85,168,77); }
H1.HeaderClassName
{
color: #55A84D;
}
.AnyTagClassName
{
color: #55A84D;
}
</style>
background-color css
<style>
a { background-color: #55A84D; }
a { background-color: rgb(85,168,77); }
div.DivClassName
{
background-color: #55A84D;
}
.BgClassName
{
background-color: #55A84D;
}
</style>
border-color css
<style>
span { border-color: #55A84D; }
span { border-color: rgb(85,168,77); }
td.TdClassName
{
border-color: #55A84D;
}
.TagClassName
{
border-color: #55A84D;
}
</style>