Shades of Fruit Salad #57A75F
Tints of Fruit Salad #57A75F
RGB
CMYK
RGB Variations
Color information
#57A75F (or 0x57A75F) is known color: Fruit Salad. HEX triplet: 57, A7 and 5F. RGB value is (87,167,95). Sum of RGB (Red+Green+Blue) = 87+167+95=349 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.93% from 349); Green value is 167 (65.62% from 255 or 47.85% from 349); Blue value is 95 (37.5% from 255 or 27.22% from 349); Max value from RGB is 167 - color contains mainly: green. Hex color #57A75F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A75F is #A858A0. Grayscale: #878787. Windows color (decimal): -11032737 or 6268759. OLE color: 6268759.
HSL color Cylindrical-coordinate representation of color #57A75F: hue angle of 126º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #57A75F is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 87 | 167 | 95 | - |
| CMYK | 0.48 | 0 | 0.43 | 0.35 |
| HSL | 126º | 0.31% | 0.5% | - |
| HSV(B) | 126º | 0.48% | 0.65% | - |
| XYZ | 19.81 | 30.49 | 15.67 | - |
| YUV | 134.87 | 105.5 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 167 | 95 | 0.48 | 0 | 0.43 | 0.35 | 126 | 0.31 | 0.5 |
| Hex | 57 | A7 | 5F | 30 | 0 | 2B | 23 | 7E | 1F | 32 |
| Octal | 127 | 247 | 137 | 60 | 0 | 53 | 43 | 176 | 37 | 62 |
| Binary | 1010111 | 10100111 | 1011111 | 110000 | 0 | 101011 | 100011 | 1111110 | 11111 | 110010 |
Color Harmonies of #57A75F
Complementary color
Monochromatic Colors of #57A75F
Black with #57A75F
Text Example
Text Example
White with #57A75F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A75F; }
p { color: rgb(87,167,95); }
H1.HeaderClassName
{
color: #57A75F;
}
.AnyTagClassName
{
color: #57A75F;
}
</style>
background-color css
<style>
a { background-color: #57A75F; }
a { background-color: rgb(87,167,95); }
div.DivClassName
{
background-color: #57A75F;
}
.BgClassName
{
background-color: #57A75F;
}
</style>
border-color css
<style>
span { border-color: #57A75F; }
span { border-color: rgb(87,167,95); }
td.TdClassName
{
border-color: #57A75F;
}
.TagClassName
{
border-color: #57A75F;
}
</style>