Shades of Fruit Salad #57955E
Tints of Fruit Salad #57955E
RGB
CMYK
RGB Variations
Color information
#57955E (or 0x57955E) is known color: Fruit Salad. HEX triplet: 57, 95 and 5E. RGB value is (87,149,94). Sum of RGB (Red+Green+Blue) = 87+149+94=330 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.36% from 330); Green value is 149 (58.59% from 255 or 45.15% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 149 - color contains mainly: green. Hex color #57955E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57955E is #A86AA1. Grayscale: #7C7C7C. Windows color (decimal): -11037346 or 6198615. OLE color: 6198615.
HSL color Cylindrical-coordinate representation of color #57955E: hue angle of 126.77º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #57955E is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 87 | 149 | 94 | - |
| CMYK | 0.42 | 0 | 0.37 | 0.42 |
| HSL | 126.77º | 0.26% | 0.46% | - |
| HSV(B) | 126.77º | 0.42% | 0.58% | - |
| XYZ | 16.7 | 24.33 | 14.41 | - |
| YUV | 124.19 | 110.96 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 149 | 94 | 0.42 | 0 | 0.37 | 0.42 | 126.77 | 0.26 | 0.46 |
| Hex | 57 | 95 | 5E | 2A | 0 | 25 | 2A | 7F | 1A | 2E |
| Octal | 127 | 225 | 136 | 52 | 0 | 45 | 52 | 177 | 32 | 56 |
| Binary | 1010111 | 10010101 | 1011110 | 101010 | 0 | 100101 | 101010 | 1111111 | 11010 | 101110 |
Color Harmonies of #57955E
Complementary color
Monochromatic Colors of #57955E
Black with #57955E
Text Example
Text Example
White with #57955E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57955E; }
p { color: rgb(87,149,94); }
H1.HeaderClassName
{
color: #57955E;
}
.AnyTagClassName
{
color: #57955E;
}
</style>
background-color css
<style>
a { background-color: #57955E; }
a { background-color: rgb(87,149,94); }
div.DivClassName
{
background-color: #57955E;
}
.BgClassName
{
background-color: #57955E;
}
</style>
border-color css
<style>
span { border-color: #57955E; }
span { border-color: rgb(87,149,94); }
td.TdClassName
{
border-color: #57955E;
}
.TagClassName
{
border-color: #57955E;
}
</style>