Shades of Fruit Salad #57A65C
Tints of Fruit Salad #57A65C
RGB
CMYK
RGB Variations
Color information
#57A65C (or 0x57A65C) is known color: Fruit Salad. HEX triplet: 57, A6 and 5C. RGB value is (87,166,92). Sum of RGB (Red+Green+Blue) = 87+166+92=345 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.22% from 345); Green value is 166 (65.23% from 255 or 48.12% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 166 - color contains mainly: green. Hex color #57A65C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A65C is #A859A3. Grayscale: #868686. Windows color (decimal): -11032996 or 6071895. OLE color: 6071895.
HSL color Cylindrical-coordinate representation of color #57A65C: hue angle of 123.8º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #57A65C is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 87 | 166 | 92 | - |
| CMYK | 0.48 | 0 | 0.45 | 0.35 |
| HSL | 123.8º | 0.31% | 0.5% | - |
| HSV(B) | 123.8º | 0.48% | 0.65% | - |
| XYZ | 19.5 | 30.07 | 14.9 | - |
| YUV | 133.94 | 104.33 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 166 | 92 | 0.48 | 0 | 0.45 | 0.35 | 123.8 | 0.31 | 0.5 |
| Hex | 57 | A6 | 5C | 30 | 0 | 2D | 23 | 7C | 1F | 32 |
| Octal | 127 | 246 | 134 | 60 | 0 | 55 | 43 | 174 | 37 | 62 |
| Binary | 1010111 | 10100110 | 1011100 | 110000 | 0 | 101101 | 100011 | 1111100 | 11111 | 110010 |
Color Harmonies of #57A65C
Complementary color
Monochromatic Colors of #57A65C
Black with #57A65C
Text Example
Text Example
White with #57A65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A65C; }
p { color: rgb(87,166,92); }
H1.HeaderClassName
{
color: #57A65C;
}
.AnyTagClassName
{
color: #57A65C;
}
</style>
background-color css
<style>
a { background-color: #57A65C; }
a { background-color: rgb(87,166,92); }
div.DivClassName
{
background-color: #57A65C;
}
.BgClassName
{
background-color: #57A65C;
}
</style>
border-color css
<style>
span { border-color: #57A65C; }
span { border-color: rgb(87,166,92); }
td.TdClassName
{
border-color: #57A65C;
}
.TagClassName
{
border-color: #57A65C;
}
</style>