Shades of Fruit Salad #54955D
Tints of Fruit Salad #54955D
RGB
CMYK
RGB Variations
Color information
#54955D (or 0x54955D) is known color: Fruit Salad. HEX triplet: 54, 95 and 5D. RGB value is (84,149,93). Sum of RGB (Red+Green+Blue) = 84+149+93=326 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.77% from 326); Green value is 149 (58.59% from 255 or 45.71% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 149 - color contains mainly: green. Hex color #54955D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54955D is #AB6AA2. Grayscale: #7B7B7B. Windows color (decimal): -11233955 or 6133076. OLE color: 6133076.
HSL color Cylindrical-coordinate representation of color #54955D: hue angle of 128.31º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #54955D is Cyan = 0.44, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 84 | 149 | 93 | - |
| CMYK | 0.44 | 0 | 0.38 | 0.42 |
| HSL | 128.31º | 0.28% | 0.46% | - |
| HSV(B) | 128.31º | 0.44% | 0.58% | - |
| XYZ | 16.38 | 24.17 | 14.16 | - |
| YUV | 123.18 | 110.97 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 149 | 93 | 0.44 | 0 | 0.38 | 0.42 | 128.31 | 0.28 | 0.46 |
| Hex | 54 | 95 | 5D | 2C | 0 | 26 | 2A | 80 | 1C | 2E |
| Octal | 124 | 225 | 135 | 54 | 0 | 46 | 52 | 200 | 34 | 56 |
| Binary | 1010100 | 10010101 | 1011101 | 101100 | 0 | 100110 | 101010 | 10000000 | 11100 | 101110 |
Color Harmonies of #54955D
Complementary color
Monochromatic Colors of #54955D
Black with #54955D
Text Example
Text Example
White with #54955D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54955D; }
p { color: rgb(84,149,93); }
H1.HeaderClassName
{
color: #54955D;
}
.AnyTagClassName
{
color: #54955D;
}
</style>
background-color css
<style>
a { background-color: #54955D; }
a { background-color: rgb(84,149,93); }
div.DivClassName
{
background-color: #54955D;
}
.BgClassName
{
background-color: #54955D;
}
</style>
border-color css
<style>
span { border-color: #54955D; }
span { border-color: rgb(84,149,93); }
td.TdClassName
{
border-color: #54955D;
}
.TagClassName
{
border-color: #54955D;
}
</style>