Shades of Fruit Salad #57A249
Tints of Fruit Salad #57A249
RGB
CMYK
RGB Variations
Color information
#57A249 (or 0x57A249) is known color: Fruit Salad. HEX triplet: 57, A2 and 49. RGB value is (87,162,73). Sum of RGB (Red+Green+Blue) = 87+162+73=322 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.02% from 322); Green value is 162 (63.67% from 255 or 50.31% from 322); Blue value is 73 (28.91% from 255 or 22.67% from 322); Max value from RGB is 162 - color contains mainly: green. Hex color #57A249 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57A249 is #A85DB6. Grayscale: #818181. Windows color (decimal): -11034039 or 4825687. OLE color: 4825687.
HSL color Cylindrical-coordinate representation of color #57A249: hue angle of 110.56º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #57A249 is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 87 | 162 | 73 | - |
| CMYK | 0.46 | 0 | 0.55 | 0.36 |
| HSL | 110.56º | 0.38% | 0.46% | - |
| HSV(B) | 110.56º | 0.55% | 0.64% | - |
| XYZ | 18.05 | 28.35 | 10.82 | - |
| YUV | 129.43 | 96.15 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 162 | 73 | 0.46 | 0 | 0.55 | 0.36 | 110.56 | 0.38 | 0.46 |
| Hex | 57 | A2 | 49 | 2E | 0 | 37 | 24 | 6F | 26 | 2E |
| Octal | 127 | 242 | 111 | 56 | 0 | 67 | 44 | 157 | 46 | 56 |
| Binary | 1010111 | 10100010 | 1001001 | 101110 | 0 | 110111 | 100100 | 1101111 | 100110 | 101110 |
Color Harmonies of #57A249
Complementary color
Monochromatic Colors of #57A249
Black with #57A249
Text Example
Text Example
White with #57A249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A249; }
p { color: rgb(87,162,73); }
H1.HeaderClassName
{
color: #57A249;
}
.AnyTagClassName
{
color: #57A249;
}
</style>
background-color css
<style>
a { background-color: #57A249; }
a { background-color: rgb(87,162,73); }
div.DivClassName
{
background-color: #57A249;
}
.BgClassName
{
background-color: #57A249;
}
</style>
border-color css
<style>
span { border-color: #57A249; }
span { border-color: rgb(87,162,73); }
td.TdClassName
{
border-color: #57A249;
}
.TagClassName
{
border-color: #57A249;
}
</style>