Shades of Fruit Salad #57A354
Tints of Fruit Salad #57A354
RGB
CMYK
RGB Variations
Color information
#57A354 (or 0x57A354) is known color: Fruit Salad. HEX triplet: 57, A3 and 54. RGB value is (87,163,84). Sum of RGB (Red+Green+Blue) = 87+163+84=334 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.05% from 334); Green value is 163 (64.06% from 255 or 48.80% from 334); Blue value is 84 (33.20% from 255 or 25.15% from 334); Max value from RGB is 163 - color contains mainly: green. Hex color #57A354 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A354 is #A85CAB. Grayscale: #838383. Windows color (decimal): -11033772 or 5546839. OLE color: 5546839.
HSL color Cylindrical-coordinate representation of color #57A354: hue angle of 117.72º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #57A354 is Cyan = 0.47, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 87 | 163 | 84 | - |
| CMYK | 0.47 | 0 | 0.48 | 0.36 |
| HSL | 117.72º | 0.32% | 0.48% | - |
| HSV(B) | 117.72º | 0.48% | 0.64% | - |
| XYZ | 18.63 | 28.86 | 12.98 | - |
| YUV | 131.27 | 101.32 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 163 | 84 | 0.47 | 0 | 0.48 | 0.36 | 117.72 | 0.32 | 0.48 |
| Hex | 57 | A3 | 54 | 2F | 0 | 30 | 24 | 76 | 20 | 30 |
| Octal | 127 | 243 | 124 | 57 | 0 | 60 | 44 | 166 | 40 | 60 |
| Binary | 1010111 | 10100011 | 1010100 | 101111 | 0 | 110000 | 100100 | 1110110 | 100000 | 110000 |
Color Harmonies of #57A354
Complementary color
Monochromatic Colors of #57A354
Black with #57A354
Text Example
Text Example
White with #57A354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A354; }
p { color: rgb(87,163,84); }
H1.HeaderClassName
{
color: #57A354;
}
.AnyTagClassName
{
color: #57A354;
}
</style>
background-color css
<style>
a { background-color: #57A354; }
a { background-color: rgb(87,163,84); }
div.DivClassName
{
background-color: #57A354;
}
.BgClassName
{
background-color: #57A354;
}
</style>
border-color css
<style>
span { border-color: #57A354; }
span { border-color: rgb(87,163,84); }
td.TdClassName
{
border-color: #57A354;
}
.TagClassName
{
border-color: #57A354;
}
</style>