Shades of Fruit Salad #549856
Tints of Fruit Salad #549856
RGB
CMYK
RGB Variations
Color information
#549856 (or 0x549856) is known color: Fruit Salad. HEX triplet: 54, 98 and 56. RGB value is (84,152,86). Sum of RGB (Red+Green+Blue) = 84+152+86=322 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.09% from 322); Green value is 152 (59.77% from 255 or 47.20% from 322); Blue value is 86 (33.98% from 255 or 26.71% from 322); Max value from RGB is 152 - color contains mainly: green. Hex color #549856 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549856 is #AB67A9. Grayscale: #7C7C7C. Windows color (decimal): -11233194 or 5675092. OLE color: 5675092.
HSL color Cylindrical-coordinate representation of color #549856: hue angle of 121.76º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #549856 is Cyan = 0.45, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 84 | 152 | 86 | - |
| CMYK | 0.45 | 0 | 0.43 | 0.40 |
| HSL | 121.76º | 0.29% | 0.46% | - |
| HSV(B) | 121.76º | 0.45% | 0.6% | - |
| XYZ | 16.56 | 25.01 | 12.76 | - |
| YUV | 124.14 | 106.47 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 152 | 86 | 0.45 | 0 | 0.43 | 0.40 | 121.76 | 0.29 | 0.46 |
| Hex | 54 | 98 | 56 | 2D | 0 | 2B | 28 | 7A | 1D | 2E |
| Octal | 124 | 230 | 126 | 55 | 0 | 53 | 50 | 172 | 35 | 56 |
| Binary | 1010100 | 10011000 | 1010110 | 101101 | 0 | 101011 | 101000 | 1111010 | 11101 | 101110 |
Color Harmonies of #549856
Complementary color
Monochromatic Colors of #549856
Black with #549856
Text Example
Text Example
White with #549856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549856; }
p { color: rgb(84,152,86); }
H1.HeaderClassName
{
color: #549856;
}
.AnyTagClassName
{
color: #549856;
}
</style>
background-color css
<style>
a { background-color: #549856; }
a { background-color: rgb(84,152,86); }
div.DivClassName
{
background-color: #549856;
}
.BgClassName
{
background-color: #549856;
}
</style>
border-color css
<style>
span { border-color: #549856; }
span { border-color: rgb(84,152,86); }
td.TdClassName
{
border-color: #549856;
}
.TagClassName
{
border-color: #549856;
}
</style>