Shades of Fruit Salad #549953
Tints of Fruit Salad #549953
RGB
CMYK
RGB Variations
Color information
#549953 (or 0x549953) is known color: Fruit Salad. HEX triplet: 54, 99 and 53. RGB value is (84,153,83). Sum of RGB (Red+Green+Blue) = 84+153+83=320 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.25% from 320); Green value is 153 (60.16% from 255 or 47.81% from 320); Blue value is 83 (32.81% from 255 or 25.94% from 320); Max value from RGB is 153 - color contains mainly: green. Hex color #549953 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549953 is #AB66AC. Grayscale: #7C7C7C. Windows color (decimal): -11232941 or 5478740. OLE color: 5478740.
HSL color Cylindrical-coordinate representation of color #549953: hue angle of 119.14º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #549953 is Cyan = 0.45, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 84 | 153 | 83 | - |
| CMYK | 0.45 | 0 | 0.46 | 0.4 |
| HSL | 119.14º | 0.3% | 0.46% | - |
| HSV(B) | 119.14º | 0.46% | 0.6% | - |
| XYZ | 16.61 | 25.29 | 12.19 | - |
| YUV | 124.39 | 104.64 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 153 | 83 | 0.45 | 0 | 0.46 | 0.4 | 119.14 | 0.3 | 0.46 |
| Hex | 54 | 99 | 53 | 2D | 0 | 2E | 28 | 77 | 1E | 2E |
| Octal | 124 | 231 | 123 | 55 | 0 | 56 | 50 | 167 | 36 | 56 |
| Binary | 1010100 | 10011001 | 1010011 | 101101 | 0 | 101110 | 101000 | 1110111 | 11110 | 101110 |
Color Harmonies of #549953
Complementary color
Monochromatic Colors of #549953
Black with #549953
Text Example
Text Example
White with #549953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549953; }
p { color: rgb(84,153,83); }
H1.HeaderClassName
{
color: #549953;
}
.AnyTagClassName
{
color: #549953;
}
</style>
background-color css
<style>
a { background-color: #549953; }
a { background-color: rgb(84,153,83); }
div.DivClassName
{
background-color: #549953;
}
.BgClassName
{
background-color: #549953;
}
</style>
border-color css
<style>
span { border-color: #549953; }
span { border-color: rgb(84,153,83); }
td.TdClassName
{
border-color: #549953;
}
.TagClassName
{
border-color: #549953;
}
</style>