Shades of Fruit Salad #54975E
Tints of Fruit Salad #54975E
RGB
CMYK
RGB Variations
Color information
#54975E (or 0x54975E) is known color: Fruit Salad. HEX triplet: 54, 97 and 5E. RGB value is (84,151,94). Sum of RGB (Red+Green+Blue) = 84+151+94=329 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.53% from 329); Green value is 151 (59.38% from 255 or 45.90% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 151 - color contains mainly: green. Hex color #54975E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54975E is #AB68A1. Grayscale: #7C7C7C. Windows color (decimal): -11233442 or 6199124. OLE color: 6199124.
HSL color Cylindrical-coordinate representation of color #54975E: hue angle of 128.96º degrees, saturation: 0.29, 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 #54975E is Cyan = 0.44, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 84 | 151 | 94 | - |
| CMYK | 0.44 | 0 | 0.38 | 0.41 |
| HSL | 128.96º | 0.29% | 0.46% | - |
| HSV(B) | 128.96º | 0.44% | 0.59% | - |
| XYZ | 16.74 | 24.83 | 14.5 | - |
| YUV | 124.47 | 110.8 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 151 | 94 | 0.44 | 0 | 0.38 | 0.41 | 128.96 | 0.29 | 0.46 |
| Hex | 54 | 97 | 5E | 2C | 0 | 26 | 29 | 81 | 1D | 2E |
| Octal | 124 | 227 | 136 | 54 | 0 | 46 | 51 | 201 | 35 | 56 |
| Binary | 1010100 | 10010111 | 1011110 | 101100 | 0 | 100110 | 101001 | 10000001 | 11101 | 101110 |
Color Harmonies of #54975E
Complementary color
Monochromatic Colors of #54975E
Black with #54975E
Text Example
Text Example
White with #54975E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54975E; }
p { color: rgb(84,151,94); }
H1.HeaderClassName
{
color: #54975E;
}
.AnyTagClassName
{
color: #54975E;
}
</style>
background-color css
<style>
a { background-color: #54975E; }
a { background-color: rgb(84,151,94); }
div.DivClassName
{
background-color: #54975E;
}
.BgClassName
{
background-color: #54975E;
}
</style>
border-color css
<style>
span { border-color: #54975E; }
span { border-color: rgb(84,151,94); }
td.TdClassName
{
border-color: #54975E;
}
.TagClassName
{
border-color: #54975E;
}
</style>