Shades of Fruit Salad #55A952
Tints of Fruit Salad #55A952
RGB
CMYK
RGB Variations
Color information
#55A952 (or 0x55A952) is known color: Fruit Salad. HEX triplet: 55, A9 and 52. RGB value is (85,169,82). Sum of RGB (Red+Green+Blue) = 85+169+82=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 169 (66.41% from 255 or 50.30% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 169 - color contains mainly: green. Hex color #55A952 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A952 is #AA56AD. Grayscale: #868686. Windows color (decimal): -11163310 or 5417301. OLE color: 5417301.
HSL color Cylindrical-coordinate representation of color #55A952: hue angle of 117.93º degrees, saturation: 0.35, 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 #55A952 is Cyan = 0.50, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 85 | 169 | 82 | - |
| CMYK | 0.50 | 0 | 0.51 | 0.34 |
| HSL | 117.93º | 0.35% | 0.49% | - |
| HSV(B) | 117.93º | 0.51% | 0.66% | - |
| XYZ | 19.46 | 30.92 | 12.92 | - |
| YUV | 133.97 | 98.67 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 169 | 82 | 0.50 | 0 | 0.51 | 0.34 | 117.93 | 0.35 | 0.49 |
| Hex | 55 | A9 | 52 | 32 | 0 | 33 | 22 | 76 | 23 | 31 |
| Octal | 125 | 251 | 122 | 62 | 0 | 63 | 42 | 166 | 43 | 61 |
| Binary | 1010101 | 10101001 | 1010010 | 110010 | 0 | 110011 | 100010 | 1110110 | 100011 | 110001 |
Color Harmonies of #55A952
Complementary color
Monochromatic Colors of #55A952
Black with #55A952
Text Example
Text Example
White with #55A952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A952; }
p { color: rgb(85,169,82); }
H1.HeaderClassName
{
color: #55A952;
}
.AnyTagClassName
{
color: #55A952;
}
</style>
background-color css
<style>
a { background-color: #55A952; }
a { background-color: rgb(85,169,82); }
div.DivClassName
{
background-color: #55A952;
}
.BgClassName
{
background-color: #55A952;
}
</style>
border-color css
<style>
span { border-color: #55A952; }
span { border-color: rgb(85,169,82); }
td.TdClassName
{
border-color: #55A952;
}
.TagClassName
{
border-color: #55A952;
}
</style>