Shades of Fruit Salad #54974D
Tints of Fruit Salad #54974D
RGB
CMYK
RGB Variations
Color information
#54974D (or 0x54974D) is known color: Fruit Salad. HEX triplet: 54, 97 and 4D. RGB value is (84,151,77). Sum of RGB (Red+Green+Blue) = 84+151+77=312 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.92% from 312); Green value is 151 (59.38% from 255 or 48.40% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 151 - color contains mainly: green. Hex color #54974D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54974D is #AB68B2. Grayscale: #7A7A7A. Windows color (decimal): -11233459 or 5085012. OLE color: 5085012.
HSL color Cylindrical-coordinate representation of color #54974D: hue angle of 114.32º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #54974D is Cyan = 0.44, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 84 | 151 | 77 | - |
| CMYK | 0.44 | 0 | 0.49 | 0.41 |
| HSL | 114.32º | 0.32% | 0.45% | - |
| HSV(B) | 114.32º | 0.49% | 0.59% | - |
| XYZ | 16.06 | 24.55 | 10.91 | - |
| YUV | 122.53 | 102.3 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 151 | 77 | 0.44 | 0 | 0.49 | 0.41 | 114.32 | 0.32 | 0.45 |
| Hex | 54 | 97 | 4D | 2C | 0 | 31 | 29 | 72 | 20 | 2D |
| Octal | 124 | 227 | 115 | 54 | 0 | 61 | 51 | 162 | 40 | 55 |
| Binary | 1010100 | 10010111 | 1001101 | 101100 | 0 | 110001 | 101001 | 1110010 | 100000 | 101101 |
Color Harmonies of #54974D
Complementary color
Monochromatic Colors of #54974D
Black with #54974D
Text Example
Text Example
White with #54974D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54974D; }
p { color: rgb(84,151,77); }
H1.HeaderClassName
{
color: #54974D;
}
.AnyTagClassName
{
color: #54974D;
}
</style>
background-color css
<style>
a { background-color: #54974D; }
a { background-color: rgb(84,151,77); }
div.DivClassName
{
background-color: #54974D;
}
.BgClassName
{
background-color: #54974D;
}
</style>
border-color css
<style>
span { border-color: #54974D; }
span { border-color: rgb(84,151,77); }
td.TdClassName
{
border-color: #54974D;
}
.TagClassName
{
border-color: #54974D;
}
</style>