Shades of Fruit Salad #549956
Tints of Fruit Salad #549956
RGB
CMYK
RGB Variations
Color information
#549956 (or 0x549956) is known color: Fruit Salad. HEX triplet: 54, 99 and 56. RGB value is (84,153,86). Sum of RGB (Red+Green+Blue) = 84+153+86=323 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.01% from 323); Green value is 153 (60.16% from 255 or 47.37% from 323); Blue value is 86 (33.98% from 255 or 26.63% from 323); Max value from RGB is 153 - color contains mainly: green. Hex color #549956 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549956 is #AB66A9. Grayscale: #7C7C7C. Windows color (decimal): -11232938 or 5675348. OLE color: 5675348.
HSL color Cylindrical-coordinate representation of color #549956: hue angle of 121.74º 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 #549956 is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 84 | 153 | 86 | - |
| CMYK | 0.45 | 0 | 0.44 | 0.4 |
| HSL | 121.74º | 0.29% | 0.46% | - |
| HSV(B) | 121.74º | 0.45% | 0.6% | - |
| XYZ | 16.73 | 25.34 | 12.81 | - |
| YUV | 124.73 | 106.14 | 98.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 153 | 86 | 0.45 | 0 | 0.44 | 0.4 | 121.74 | 0.29 | 0.46 |
| Hex | 54 | 99 | 56 | 2D | 0 | 2C | 28 | 7A | 1D | 2E |
| Octal | 124 | 231 | 126 | 55 | 0 | 54 | 50 | 172 | 35 | 56 |
| Binary | 1010100 | 10011001 | 1010110 | 101101 | 0 | 101100 | 101000 | 1111010 | 11101 | 101110 |
Color Harmonies of #549956
Complementary color
Monochromatic Colors of #549956
Black with #549956
Text Example
Text Example
White with #549956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549956; }
p { color: rgb(84,153,86); }
H1.HeaderClassName
{
color: #549956;
}
.AnyTagClassName
{
color: #549956;
}
</style>
background-color css
<style>
a { background-color: #549956; }
a { background-color: rgb(84,153,86); }
div.DivClassName
{
background-color: #549956;
}
.BgClassName
{
background-color: #549956;
}
</style>
border-color css
<style>
span { border-color: #549956; }
span { border-color: rgb(84,153,86); }
td.TdClassName
{
border-color: #549956;
}
.TagClassName
{
border-color: #549956;
}
</style>