Shades of Fruit Salad #57B756
Tints of Fruit Salad #57B756
RGB
CMYK
RGB Variations
Color information
#57B756 (or 0x57B756) is known color: Fruit Salad. HEX triplet: 57, B7 and 56. RGB value is (87,183,86). Sum of RGB (Red+Green+Blue) = 87+183+86=356 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.44% from 356); Green value is 183 (71.88% from 255 or 51.40% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 183 - color contains mainly: green. Hex color #57B756 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57B756 is #A848A9. Grayscale: #8F8F8F. Windows color (decimal): -11028650 or 5683031. OLE color: 5683031.
HSL color Cylindrical-coordinate representation of color #57B756: hue angle of 119.38º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #57B756 is Cyan = 0.52, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 87 | 183 | 86 | - |
| CMYK | 0.52 | 0 | 0.53 | 0.28 |
| HSL | 119.38º | 0.4% | 0.53% | - |
| HSV(B) | 119.38º | 0.53% | 0.72% | - |
| XYZ | 22.54 | 36.57 | 14.67 | - |
| YUV | 143.24 | 95.7 | 87.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 183 | 86 | 0.52 | 0 | 0.53 | 0.28 | 119.38 | 0.4 | 0.53 |
| Hex | 57 | B7 | 56 | 34 | 0 | 35 | 1C | 77 | 28 | 35 |
| Octal | 127 | 267 | 126 | 64 | 0 | 65 | 34 | 167 | 50 | 65 |
| Binary | 1010111 | 10110111 | 1010110 | 110100 | 0 | 110101 | 11100 | 1110111 | 101000 | 110101 |
Color Harmonies of #57B756
Complementary color
Monochromatic Colors of #57B756
Black with #57B756
Text Example
Text Example
White with #57B756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57B756; }
p { color: rgb(87,183,86); }
H1.HeaderClassName
{
color: #57B756;
}
.AnyTagClassName
{
color: #57B756;
}
</style>
background-color css
<style>
a { background-color: #57B756; }
a { background-color: rgb(87,183,86); }
div.DivClassName
{
background-color: #57B756;
}
.BgClassName
{
background-color: #57B756;
}
</style>
border-color css
<style>
span { border-color: #57B756; }
span { border-color: rgb(87,183,86); }
td.TdClassName
{
border-color: #57B756;
}
.TagClassName
{
border-color: #57B756;
}
</style>