Shades of Fruit Salad #55A853
Tints of Fruit Salad #55A853
RGB
CMYK
RGB Variations
Color information
#55A853 (or 0x55A853) is known color: Fruit Salad. HEX triplet: 55, A8 and 53. RGB value is (85,168,83). Sum of RGB (Red+Green+Blue) = 85+168+83=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 168 (66.02% from 255 or 50% from 336); Blue value is 83 (32.81% from 255 or 24.70% from 336); Max value from RGB is 168 - color contains mainly: green. Hex color #55A853 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A853 is #AA57AC. Grayscale: #858585. Windows color (decimal): -11163565 or 5482581. OLE color: 5482581.
HSL color Cylindrical-coordinate representation of color #55A853: hue angle of 118.59º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55A853 is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 85 | 168 | 83 | - |
| CMYK | 0.49 | 0 | 0.51 | 0.34 |
| HSL | 118.59º | 0.34% | 0.49% | - |
| HSV(B) | 118.59º | 0.51% | 0.66% | - |
| XYZ | 19.31 | 30.56 | 13.06 | - |
| YUV | 133.49 | 99.5 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 168 | 83 | 0.49 | 0 | 0.51 | 0.34 | 118.59 | 0.34 | 0.49 |
| Hex | 55 | A8 | 53 | 31 | 0 | 33 | 22 | 77 | 22 | 31 |
| Octal | 125 | 250 | 123 | 61 | 0 | 63 | 42 | 167 | 42 | 61 |
| Binary | 1010101 | 10101000 | 1010011 | 110001 | 0 | 110011 | 100010 | 1110111 | 100010 | 110001 |
Color Harmonies of #55A853
Complementary color
Monochromatic Colors of #55A853
Black with #55A853
Text Example
Text Example
White with #55A853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A853; }
p { color: rgb(85,168,83); }
H1.HeaderClassName
{
color: #55A853;
}
.AnyTagClassName
{
color: #55A853;
}
</style>
background-color css
<style>
a { background-color: #55A853; }
a { background-color: rgb(85,168,83); }
div.DivClassName
{
background-color: #55A853;
}
.BgClassName
{
background-color: #55A853;
}
</style>
border-color css
<style>
span { border-color: #55A853; }
span { border-color: rgb(85,168,83); }
td.TdClassName
{
border-color: #55A853;
}
.TagClassName
{
border-color: #55A853;
}
</style>