Shades of Fruit Salad #549850
Tints of Fruit Salad #549850
RGB
CMYK
RGB Variations
Color information
#549850 (or 0x549850) is known color: Fruit Salad. HEX triplet: 54, 98 and 50. RGB value is (84,152,80). Sum of RGB (Red+Green+Blue) = 84+152+80=316 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.58% from 316); Green value is 152 (59.77% from 255 or 48.10% from 316); Blue value is 80 (31.64% from 255 or 25.32% from 316); Max value from RGB is 152 - color contains mainly: green. Hex color #549850 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549850 is #AB67AF. Grayscale: #7B7B7B. Windows color (decimal): -11233200 or 5281876. OLE color: 5281876.
HSL color Cylindrical-coordinate representation of color #549850: hue angle of 116.67º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #549850 is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 84 | 152 | 80 | - |
| CMYK | 0.45 | 0 | 0.47 | 0.40 |
| HSL | 116.67º | 0.31% | 0.45% | - |
| HSV(B) | 116.67º | 0.47% | 0.6% | - |
| XYZ | 16.33 | 24.92 | 11.54 | - |
| YUV | 123.46 | 103.47 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 152 | 80 | 0.45 | 0 | 0.47 | 0.40 | 116.67 | 0.31 | 0.45 |
| Hex | 54 | 98 | 50 | 2D | 0 | 2F | 28 | 75 | 1F | 2D |
| Octal | 124 | 230 | 120 | 55 | 0 | 57 | 50 | 165 | 37 | 55 |
| Binary | 1010100 | 10011000 | 1010000 | 101101 | 0 | 101111 | 101000 | 1110101 | 11111 | 101101 |
Color Harmonies of #549850
Complementary color
Monochromatic Colors of #549850
Black with #549850
Text Example
Text Example
White with #549850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549850; }
p { color: rgb(84,152,80); }
H1.HeaderClassName
{
color: #549850;
}
.AnyTagClassName
{
color: #549850;
}
</style>
background-color css
<style>
a { background-color: #549850; }
a { background-color: rgb(84,152,80); }
div.DivClassName
{
background-color: #549850;
}
.BgClassName
{
background-color: #549850;
}
</style>
border-color css
<style>
span { border-color: #549850; }
span { border-color: rgb(84,152,80); }
td.TdClassName
{
border-color: #549850;
}
.TagClassName
{
border-color: #549850;
}
</style>