Shades of Fruit Salad #57A457
Tints of Fruit Salad #57A457
RGB
CMYK
RGB Variations
Color information
#57A457 (or 0x57A457) is known color: Fruit Salad. HEX triplet: 57, A4 and 57. RGB value is (87,164,87). Sum of RGB (Red+Green+Blue) = 87+164+87=338 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.74% from 338); Green value is 164 (64.45% from 255 or 48.52% from 338); Blue value is 87 (34.38% from 255 or 25.74% from 338); Max value from RGB is 164 - color contains mainly: green. Hex color #57A457 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A457 is #A85BA8. Grayscale: #848484. Windows color (decimal): -11033513 or 5743703. OLE color: 5743703.
HSL color Cylindrical-coordinate representation of color #57A457: hue angle of 120º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #57A457 is Cyan = 0.47, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 87 | 164 | 87 | - |
| CMYK | 0.47 | 0 | 0.47 | 0.36 |
| HSL | 120º | 0.31% | 0.49% | - |
| HSV(B) | 120º | 0.47% | 0.64% | - |
| XYZ | 18.93 | 29.27 | 13.67 | - |
| YUV | 132.2 | 102.49 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 164 | 87 | 0.47 | 0 | 0.47 | 0.36 | 120 | 0.31 | 0.49 |
| Hex | 57 | A4 | 57 | 2F | 0 | 2F | 24 | 78 | 1F | 31 |
| Octal | 127 | 244 | 127 | 57 | 0 | 57 | 44 | 170 | 37 | 61 |
| Binary | 1010111 | 10100100 | 1010111 | 101111 | 0 | 101111 | 100100 | 1111000 | 11111 | 110001 |
Color Harmonies of #57A457
Complementary color
Monochromatic Colors of #57A457
Black with #57A457
Text Example
Text Example
White with #57A457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A457; }
p { color: rgb(87,164,87); }
H1.HeaderClassName
{
color: #57A457;
}
.AnyTagClassName
{
color: #57A457;
}
</style>
background-color css
<style>
a { background-color: #57A457; }
a { background-color: rgb(87,164,87); }
div.DivClassName
{
background-color: #57A457;
}
.BgClassName
{
background-color: #57A457;
}
</style>
border-color css
<style>
span { border-color: #57A457; }
span { border-color: rgb(87,164,87); }
td.TdClassName
{
border-color: #57A457;
}
.TagClassName
{
border-color: #57A457;
}
</style>