Shades of Fruit Salad #57A450
Tints of Fruit Salad #57A450
RGB
CMYK
RGB Variations
Color information
#57A450 (or 0x57A450) is known color: Fruit Salad. HEX triplet: 57, A4 and 50. RGB value is (87,164,80). Sum of RGB (Red+Green+Blue) = 87+164+80=331 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.28% from 331); Green value is 164 (64.45% from 255 or 49.55% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 164 - color contains mainly: green. Hex color #57A450 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A450 is #A85BAF. Grayscale: #838383. Windows color (decimal): -11033520 or 5284951. OLE color: 5284951.
HSL color Cylindrical-coordinate representation of color #57A450: hue angle of 115º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #57A450 is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 87 | 164 | 80 | - |
| CMYK | 0.47 | 0 | 0.51 | 0.36 |
| HSL | 115º | 0.34% | 0.48% | - |
| HSV(B) | 115º | 0.51% | 0.64% | - |
| XYZ | 18.65 | 29.16 | 12.23 | - |
| YUV | 131.4 | 98.99 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 164 | 80 | 0.47 | 0 | 0.51 | 0.36 | 115 | 0.34 | 0.48 |
| Hex | 57 | A4 | 50 | 2F | 0 | 33 | 24 | 73 | 22 | 30 |
| Octal | 127 | 244 | 120 | 57 | 0 | 63 | 44 | 163 | 42 | 60 |
| Binary | 1010111 | 10100100 | 1010000 | 101111 | 0 | 110011 | 100100 | 1110011 | 100010 | 110000 |
Color Harmonies of #57A450
Complementary color
Monochromatic Colors of #57A450
Black with #57A450
Text Example
Text Example
White with #57A450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A450; }
p { color: rgb(87,164,80); }
H1.HeaderClassName
{
color: #57A450;
}
.AnyTagClassName
{
color: #57A450;
}
</style>
background-color css
<style>
a { background-color: #57A450; }
a { background-color: rgb(87,164,80); }
div.DivClassName
{
background-color: #57A450;
}
.BgClassName
{
background-color: #57A450;
}
</style>
border-color css
<style>
span { border-color: #57A450; }
span { border-color: rgb(87,164,80); }
td.TdClassName
{
border-color: #57A450;
}
.TagClassName
{
border-color: #57A450;
}
</style>