Shades of Fruit Salad #57A04A
Tints of Fruit Salad #57A04A
RGB
CMYK
RGB Variations
Color information
#57A04A (or 0x57A04A) is known color: Fruit Salad. HEX triplet: 57, A0 and 4A. RGB value is (87,160,74). Sum of RGB (Red+Green+Blue) = 87+160+74=321 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.10% from 321); Green value is 160 (62.89% from 255 or 49.84% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 160 - color contains mainly: green. Hex color #57A04A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57A04A is #A85FB5. Grayscale: #808080. Windows color (decimal): -11034550 or 4890711. OLE color: 4890711.
HSL color Cylindrical-coordinate representation of color #57A04A: hue angle of 110.93º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #57A04A is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 87 | 160 | 74 | - |
| CMYK | 0.46 | 0 | 0.54 | 0.37 |
| HSL | 110.93º | 0.37% | 0.46% | - |
| HSV(B) | 110.93º | 0.54% | 0.63% | - |
| XYZ | 17.74 | 27.66 | 10.88 | - |
| YUV | 128.37 | 97.32 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 160 | 74 | 0.46 | 0 | 0.54 | 0.37 | 110.93 | 0.37 | 0.46 |
| Hex | 57 | A0 | 4A | 2E | 0 | 36 | 25 | 6F | 25 | 2E |
| Octal | 127 | 240 | 112 | 56 | 0 | 66 | 45 | 157 | 45 | 56 |
| Binary | 1010111 | 10100000 | 1001010 | 101110 | 0 | 110110 | 100101 | 1101111 | 100101 | 101110 |
Color Harmonies of #57A04A
Complementary color
Monochromatic Colors of #57A04A
Black with #57A04A
Text Example
Text Example
White with #57A04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A04A; }
p { color: rgb(87,160,74); }
H1.HeaderClassName
{
color: #57A04A;
}
.AnyTagClassName
{
color: #57A04A;
}
</style>
background-color css
<style>
a { background-color: #57A04A; }
a { background-color: rgb(87,160,74); }
div.DivClassName
{
background-color: #57A04A;
}
.BgClassName
{
background-color: #57A04A;
}
</style>
border-color css
<style>
span { border-color: #57A04A; }
span { border-color: rgb(87,160,74); }
td.TdClassName
{
border-color: #57A04A;
}
.TagClassName
{
border-color: #57A04A;
}
</style>