Shades of Fruit Salad #549D5E
Tints of Fruit Salad #549D5E
RGB
CMYK
RGB Variations
Color information
#549D5E (or 0x549D5E) is known color: Fruit Salad. HEX triplet: 54, 9D and 5E. RGB value is (84,157,94). Sum of RGB (Red+Green+Blue) = 84+157+94=335 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.07% from 335); Green value is 157 (61.72% from 255 or 46.87% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 157 - color contains mainly: green. Hex color #549D5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549D5E is #AB62A1. Grayscale: #808080. Windows color (decimal): -11231906 or 6200660. OLE color: 6200660.
HSL color Cylindrical-coordinate representation of color #549D5E: hue angle of 128.22º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #549D5E is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 157 | 94 | - |
| CMYK | 0.46 | 0 | 0.40 | 0.38 |
| HSL | 128.22º | 0.3% | 0.47% | - |
| HSV(B) | 128.22º | 0.46% | 0.62% | - |
| XYZ | 17.73 | 26.81 | 14.83 | - |
| YUV | 127.99 | 108.82 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 157 | 94 | 0.46 | 0 | 0.40 | 0.38 | 128.22 | 0.3 | 0.47 |
| Hex | 54 | 9D | 5E | 2E | 0 | 28 | 26 | 80 | 1E | 2F |
| Octal | 124 | 235 | 136 | 56 | 0 | 50 | 46 | 200 | 36 | 57 |
| Binary | 1010100 | 10011101 | 1011110 | 101110 | 0 | 101000 | 100110 | 10000000 | 11110 | 101111 |
Color Harmonies of #549D5E
Complementary color
Monochromatic Colors of #549D5E
Black with #549D5E
Text Example
Text Example
White with #549D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549D5E; }
p { color: rgb(84,157,94); }
H1.HeaderClassName
{
color: #549D5E;
}
.AnyTagClassName
{
color: #549D5E;
}
</style>
background-color css
<style>
a { background-color: #549D5E; }
a { background-color: rgb(84,157,94); }
div.DivClassName
{
background-color: #549D5E;
}
.BgClassName
{
background-color: #549D5E;
}
</style>
border-color css
<style>
span { border-color: #549D5E; }
span { border-color: rgb(84,157,94); }
td.TdClassName
{
border-color: #549D5E;
}
.TagClassName
{
border-color: #549D5E;
}
</style>