Shades of Fruit Salad #55B051
Tints of Fruit Salad #55B051
RGB
CMYK
RGB Variations
Color information
#55B051 (or 0x55B051) is known color: Fruit Salad. HEX triplet: 55, B0 and 51. RGB value is (85,176,81). Sum of RGB (Red+Green+Blue) = 85+176+81=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 176 (69.14% from 255 or 51.46% from 342); Blue value is 81 (32.03% from 255 or 23.68% from 342); Max value from RGB is 176 - color contains mainly: green. Hex color #55B051 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55B051 is #AA4FAE. Grayscale: #8A8A8A. Windows color (decimal): -11161519 or 5353557. OLE color: 5353557.
HSL color Cylindrical-coordinate representation of color #55B051: hue angle of 117.47º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55B051 is Cyan = 0.52, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 176 | 81 | - |
| CMYK | 0.52 | 0 | 0.54 | 0.31 |
| HSL | 117.47º | 0.38% | 0.5% | - |
| HSV(B) | 117.47º | 0.54% | 0.69% | - |
| XYZ | 20.76 | 33.58 | 13.17 | - |
| YUV | 137.96 | 95.85 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 176 | 81 | 0.52 | 0 | 0.54 | 0.31 | 117.47 | 0.38 | 0.5 |
| Hex | 55 | B0 | 51 | 34 | 0 | 36 | 1F | 75 | 26 | 32 |
| Octal | 125 | 260 | 121 | 64 | 0 | 66 | 37 | 165 | 46 | 62 |
| Binary | 1010101 | 10110000 | 1010001 | 110100 | 0 | 110110 | 11111 | 1110101 | 100110 | 110010 |
Color Harmonies of #55B051
Complementary color
Monochromatic Colors of #55B051
Black with #55B051
Text Example
Text Example
White with #55B051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B051; }
p { color: rgb(85,176,81); }
H1.HeaderClassName
{
color: #55B051;
}
.AnyTagClassName
{
color: #55B051;
}
</style>
background-color css
<style>
a { background-color: #55B051; }
a { background-color: rgb(85,176,81); }
div.DivClassName
{
background-color: #55B051;
}
.BgClassName
{
background-color: #55B051;
}
</style>
border-color css
<style>
span { border-color: #55B051; }
span { border-color: rgb(85,176,81); }
td.TdClassName
{
border-color: #55B051;
}
.TagClassName
{
border-color: #55B051;
}
</style>