Shades of Fruit Salad #57BA54
Tints of Fruit Salad #57BA54
RGB
CMYK
RGB Variations
Color information
#57BA54 (or 0x57BA54) is known color: Fruit Salad. HEX triplet: 57, BA and 54. RGB value is (87,186,84). Sum of RGB (Red+Green+Blue) = 87+186+84=357 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.37% from 357); Green value is 186 (73.05% from 255 or 52.10% from 357); Blue value is 84 (33.20% from 255 or 23.53% from 357); Max value from RGB is 186 - color contains mainly: green. Hex color #57BA54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57BA54 is #A845AB. Grayscale: #919191. Windows color (decimal): -11027884 or 5552727. OLE color: 5552727.
HSL color Cylindrical-coordinate representation of color #57BA54: hue angle of 118.24º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #57BA54 is Cyan = 0.53, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 87 | 186 | 84 | - |
| CMYK | 0.53 | 0 | 0.55 | 0.27 |
| HSL | 118.24º | 0.43% | 0.53% | - |
| HSV(B) | 118.24º | 0.55% | 0.73% | - |
| XYZ | 23.09 | 37.78 | 14.46 | - |
| YUV | 144.77 | 93.7 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 186 | 84 | 0.53 | 0 | 0.55 | 0.27 | 118.24 | 0.43 | 0.53 |
| Hex | 57 | BA | 54 | 35 | 0 | 37 | 1B | 76 | 2A | 35 |
| Octal | 127 | 272 | 124 | 65 | 0 | 67 | 33 | 166 | 52 | 65 |
| Binary | 1010111 | 10111010 | 1010100 | 110101 | 0 | 110111 | 11011 | 1110110 | 101010 | 110101 |
Color Harmonies of #57BA54
Complementary color
Monochromatic Colors of #57BA54
Black with #57BA54
Text Example
Text Example
White with #57BA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BA54; }
p { color: rgb(87,186,84); }
H1.HeaderClassName
{
color: #57BA54;
}
.AnyTagClassName
{
color: #57BA54;
}
</style>
background-color css
<style>
a { background-color: #57BA54; }
a { background-color: rgb(87,186,84); }
div.DivClassName
{
background-color: #57BA54;
}
.BgClassName
{
background-color: #57BA54;
}
</style>
border-color css
<style>
span { border-color: #57BA54; }
span { border-color: rgb(87,186,84); }
td.TdClassName
{
border-color: #57BA54;
}
.TagClassName
{
border-color: #57BA54;
}
</style>