Shades of Fruit Salad #54985C
Tints of Fruit Salad #54985C
RGB
CMYK
RGB Variations
Color information
#54985C (or 0x54985C) is known color: Fruit Salad. HEX triplet: 54, 98 and 5C. RGB value is (84,152,92). Sum of RGB (Red+Green+Blue) = 84+152+92=328 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.61% from 328); Green value is 152 (59.77% from 255 or 46.34% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 152 - color contains mainly: green. Hex color #54985C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54985C is #AB67A3. Grayscale: #7D7D7D. Windows color (decimal): -11233188 or 6068308. OLE color: 6068308.
HSL color Cylindrical-coordinate representation of color #54985C: hue angle of 127.06º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #54985C is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 84 | 152 | 92 | - |
| CMYK | 0.45 | 0 | 0.39 | 0.40 |
| HSL | 127.06º | 0.29% | 0.46% | - |
| HSV(B) | 127.06º | 0.45% | 0.6% | - |
| XYZ | 16.82 | 25.11 | 14.09 | - |
| YUV | 124.83 | 109.47 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 152 | 92 | 0.45 | 0 | 0.39 | 0.40 | 127.06 | 0.29 | 0.46 |
| Hex | 54 | 98 | 5C | 2D | 0 | 27 | 28 | 7F | 1D | 2E |
| Octal | 124 | 230 | 134 | 55 | 0 | 47 | 50 | 177 | 35 | 56 |
| Binary | 1010100 | 10011000 | 1011100 | 101101 | 0 | 100111 | 101000 | 1111111 | 11101 | 101110 |
Color Harmonies of #54985C
Complementary color
Monochromatic Colors of #54985C
Black with #54985C
Text Example
Text Example
White with #54985C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54985C; }
p { color: rgb(84,152,92); }
H1.HeaderClassName
{
color: #54985C;
}
.AnyTagClassName
{
color: #54985C;
}
</style>
background-color css
<style>
a { background-color: #54985C; }
a { background-color: rgb(84,152,92); }
div.DivClassName
{
background-color: #54985C;
}
.BgClassName
{
background-color: #54985C;
}
</style>
border-color css
<style>
span { border-color: #54985C; }
span { border-color: rgb(84,152,92); }
td.TdClassName
{
border-color: #54985C;
}
.TagClassName
{
border-color: #54985C;
}
</style>