Shades of Fruit Salad #549854
Tints of Fruit Salad #549854
RGB
CMYK
RGB Variations
Color information
#549854 (or 0x549854) is known color: Fruit Salad. HEX triplet: 54, 98 and 54. RGB value is (84,152,84). Sum of RGB (Red+Green+Blue) = 84+152+84=320 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.25% from 320); Green value is 152 (59.77% from 255 or 47.5% from 320); Blue value is 84 (33.20% from 255 or 26.25% from 320); Max value from RGB is 152 - color contains mainly: green. Hex color #549854 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549854 is #AB67AB. Grayscale: #7C7C7C. Windows color (decimal): -11233196 or 5544020. OLE color: 5544020.
HSL color Cylindrical-coordinate representation of color #549854: hue angle of 120º 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 #549854 is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 84 | 152 | 84 | - |
| CMYK | 0.45 | 0 | 0.45 | 0.40 |
| HSL | 120º | 0.29% | 0.46% | - |
| HSV(B) | 120º | 0.45% | 0.6% | - |
| XYZ | 16.48 | 24.98 | 12.34 | - |
| YUV | 123.92 | 105.47 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 152 | 84 | 0.45 | 0 | 0.45 | 0.40 | 120 | 0.29 | 0.46 |
| Hex | 54 | 98 | 54 | 2D | 0 | 2D | 28 | 78 | 1D | 2E |
| Octal | 124 | 230 | 124 | 55 | 0 | 55 | 50 | 170 | 35 | 56 |
| Binary | 1010100 | 10011000 | 1010100 | 101101 | 0 | 101101 | 101000 | 1111000 | 11101 | 101110 |
Color Harmonies of #549854
Complementary color
Monochromatic Colors of #549854
Black with #549854
Text Example
Text Example
White with #549854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549854; }
p { color: rgb(84,152,84); }
H1.HeaderClassName
{
color: #549854;
}
.AnyTagClassName
{
color: #549854;
}
</style>
background-color css
<style>
a { background-color: #549854; }
a { background-color: rgb(84,152,84); }
div.DivClassName
{
background-color: #549854;
}
.BgClassName
{
background-color: #549854;
}
</style>
border-color css
<style>
span { border-color: #549854; }
span { border-color: rgb(84,152,84); }
td.TdClassName
{
border-color: #549854;
}
.TagClassName
{
border-color: #549854;
}
</style>