Shades of Fruit Salad #57B150
Tints of Fruit Salad #57B150
RGB
CMYK
RGB Variations
Color information
#57B150 (or 0x57B150) is known color: Fruit Salad. HEX triplet: 57, B1 and 50. RGB value is (87,177,80). Sum of RGB (Red+Green+Blue) = 87+177+80=344 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.29% from 344); Green value is 177 (69.53% from 255 or 51.45% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 177 - color contains mainly: green. Hex color #57B150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57B150 is #A84EAF. Grayscale: #8B8B8B. Windows color (decimal): -11030192 or 5288279. OLE color: 5288279.
HSL color Cylindrical-coordinate representation of color #57B150: hue angle of 115.67º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #57B150 is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 87 | 177 | 80 | - |
| CMYK | 0.51 | 0 | 0.55 | 0.31 |
| HSL | 115.67º | 0.38% | 0.5% | - |
| HSV(B) | 115.67º | 0.55% | 0.69% | - |
| XYZ | 21.1 | 34.05 | 13.05 | - |
| YUV | 139.03 | 94.68 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 177 | 80 | 0.51 | 0 | 0.55 | 0.31 | 115.67 | 0.38 | 0.5 |
| Hex | 57 | B1 | 50 | 33 | 0 | 37 | 1F | 74 | 26 | 32 |
| Octal | 127 | 261 | 120 | 63 | 0 | 67 | 37 | 164 | 46 | 62 |
| Binary | 1010111 | 10110001 | 1010000 | 110011 | 0 | 110111 | 11111 | 1110100 | 100110 | 110010 |
Color Harmonies of #57B150
Complementary color
Monochromatic Colors of #57B150
Black with #57B150
Text Example
Text Example
White with #57B150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57B150; }
p { color: rgb(87,177,80); }
H1.HeaderClassName
{
color: #57B150;
}
.AnyTagClassName
{
color: #57B150;
}
</style>
background-color css
<style>
a { background-color: #57B150; }
a { background-color: rgb(87,177,80); }
div.DivClassName
{
background-color: #57B150;
}
.BgClassName
{
background-color: #57B150;
}
</style>
border-color css
<style>
span { border-color: #57B150; }
span { border-color: rgb(87,177,80); }
td.TdClassName
{
border-color: #57B150;
}
.TagClassName
{
border-color: #57B150;
}
</style>