Shades of Fruit Salad #549957
Tints of Fruit Salad #549957
RGB
CMYK
RGB Variations
Color information
#549957 (or 0x549957) is known color: Fruit Salad. HEX triplet: 54, 99 and 57. RGB value is (84,153,87). Sum of RGB (Red+Green+Blue) = 84+153+87=324 (42% of max value = 765). Red value is 84 (33.20% from 255 or 25.93% from 324); Green value is 153 (60.16% from 255 or 47.22% from 324); Blue value is 87 (34.38% from 255 or 26.85% from 324); Max value from RGB is 153 - color contains mainly: green. Hex color #549957 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549957 is #AB66A8. Grayscale: #7D7D7D. Windows color (decimal): -11232937 or 5740884. OLE color: 5740884.
HSL color Cylindrical-coordinate representation of color #549957: hue angle of 122.61º 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 #549957 is Cyan = 0.45, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 84 | 153 | 87 | - |
| CMYK | 0.45 | 0 | 0.43 | 0.4 |
| HSL | 122.61º | 0.29% | 0.46% | - |
| HSV(B) | 122.61º | 0.45% | 0.6% | - |
| XYZ | 16.77 | 25.36 | 13.03 | - |
| YUV | 124.85 | 106.64 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 153 | 87 | 0.45 | 0 | 0.43 | 0.4 | 122.61 | 0.29 | 0.46 |
| Hex | 54 | 99 | 57 | 2D | 0 | 2B | 28 | 7B | 1D | 2E |
| Octal | 124 | 231 | 127 | 55 | 0 | 53 | 50 | 173 | 35 | 56 |
| Binary | 1010100 | 10011001 | 1010111 | 101101 | 0 | 101011 | 101000 | 1111011 | 11101 | 101110 |
Color Harmonies of #549957
Complementary color
Monochromatic Colors of #549957
Black with #549957
Text Example
Text Example
White with #549957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549957; }
p { color: rgb(84,153,87); }
H1.HeaderClassName
{
color: #549957;
}
.AnyTagClassName
{
color: #549957;
}
</style>
background-color css
<style>
a { background-color: #549957; }
a { background-color: rgb(84,153,87); }
div.DivClassName
{
background-color: #549957;
}
.BgClassName
{
background-color: #549957;
}
</style>
border-color css
<style>
span { border-color: #549957; }
span { border-color: rgb(84,153,87); }
td.TdClassName
{
border-color: #549957;
}
.TagClassName
{
border-color: #549957;
}
</style>