Shades of Fruit Salad #54965C
Tints of Fruit Salad #54965C
RGB
CMYK
RGB Variations
Color information
#54965C (or 0x54965C) is known color: Fruit Salad. HEX triplet: 54, 96 and 5C. RGB value is (84,150,92). Sum of RGB (Red+Green+Blue) = 84+150+92=326 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.77% from 326); Green value is 150 (58.98% from 255 or 46.01% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 150 - color contains mainly: green. Hex color #54965C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54965C is #AB69A3. Grayscale: #7B7B7B. Windows color (decimal): -11233700 or 6067796. OLE color: 6067796.
HSL color Cylindrical-coordinate representation of color #54965C: hue angle of 127.27º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #54965C is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 84 | 150 | 92 | - |
| CMYK | 0.44 | 0 | 0.39 | 0.41 |
| HSL | 127.27º | 0.28% | 0.46% | - |
| HSV(B) | 127.27º | 0.44% | 0.59% | - |
| XYZ | 16.49 | 24.47 | 13.98 | - |
| YUV | 123.65 | 110.13 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 150 | 92 | 0.44 | 0 | 0.39 | 0.41 | 127.27 | 0.28 | 0.46 |
| Hex | 54 | 96 | 5C | 2C | 0 | 27 | 29 | 7F | 1C | 2E |
| Octal | 124 | 226 | 134 | 54 | 0 | 47 | 51 | 177 | 34 | 56 |
| Binary | 1010100 | 10010110 | 1011100 | 101100 | 0 | 100111 | 101001 | 1111111 | 11100 | 101110 |
Color Harmonies of #54965C
Complementary color
Monochromatic Colors of #54965C
Black with #54965C
Text Example
Text Example
White with #54965C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54965C; }
p { color: rgb(84,150,92); }
H1.HeaderClassName
{
color: #54965C;
}
.AnyTagClassName
{
color: #54965C;
}
</style>
background-color css
<style>
a { background-color: #54965C; }
a { background-color: rgb(84,150,92); }
div.DivClassName
{
background-color: #54965C;
}
.BgClassName
{
background-color: #54965C;
}
</style>
border-color css
<style>
span { border-color: #54965C; }
span { border-color: rgb(84,150,92); }
td.TdClassName
{
border-color: #54965C;
}
.TagClassName
{
border-color: #54965C;
}
</style>