Shades of Fruit Salad #57A159
Tints of Fruit Salad #57A159
RGB
CMYK
RGB Variations
Color information
#57A159 (or 0x57A159) is known color: Fruit Salad. HEX triplet: 57, A1 and 59. RGB value is (87,161,89). Sum of RGB (Red+Green+Blue) = 87+161+89=337 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.82% from 337); Green value is 161 (63.28% from 255 or 47.77% from 337); Blue value is 89 (35.16% from 255 or 26.41% from 337); Max value from RGB is 161 - color contains mainly: green. Hex color #57A159 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A159 is #A85EA6. Grayscale: #828282. Windows color (decimal): -11034279 or 5874007. OLE color: 5874007.
HSL color Cylindrical-coordinate representation of color #57A159: hue angle of 121.62º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #57A159 is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 87 | 161 | 89 | - |
| CMYK | 0.46 | 0 | 0.45 | 0.37 |
| HSL | 121.62º | 0.3% | 0.49% | - |
| HSV(B) | 121.62º | 0.46% | 0.63% | - |
| XYZ | 18.48 | 28.24 | 13.93 | - |
| YUV | 130.67 | 104.48 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 161 | 89 | 0.46 | 0 | 0.45 | 0.37 | 121.62 | 0.3 | 0.49 |
| Hex | 57 | A1 | 59 | 2E | 0 | 2D | 25 | 7A | 1E | 31 |
| Octal | 127 | 241 | 131 | 56 | 0 | 55 | 45 | 172 | 36 | 61 |
| Binary | 1010111 | 10100001 | 1011001 | 101110 | 0 | 101101 | 100101 | 1111010 | 11110 | 110001 |
Color Harmonies of #57A159
Complementary color
Monochromatic Colors of #57A159
Black with #57A159
Text Example
Text Example
White with #57A159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A159; }
p { color: rgb(87,161,89); }
H1.HeaderClassName
{
color: #57A159;
}
.AnyTagClassName
{
color: #57A159;
}
</style>
background-color css
<style>
a { background-color: #57A159; }
a { background-color: rgb(87,161,89); }
div.DivClassName
{
background-color: #57A159;
}
.BgClassName
{
background-color: #57A159;
}
</style>
border-color css
<style>
span { border-color: #57A159; }
span { border-color: rgb(87,161,89); }
td.TdClassName
{
border-color: #57A159;
}
.TagClassName
{
border-color: #57A159;
}
</style>