Shades of Fruit Salad #57A25C
Tints of Fruit Salad #57A25C
RGB
CMYK
RGB Variations
Color information
#57A25C (or 0x57A25C) is known color: Fruit Salad. HEX triplet: 57, A2 and 5C. RGB value is (87,162,92). Sum of RGB (Red+Green+Blue) = 87+162+92=341 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.51% from 341); Green value is 162 (63.67% from 255 or 47.51% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 162 - color contains mainly: green. Hex color #57A25C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A25C is #A85DA3. Grayscale: #838383. Windows color (decimal): -11034020 or 6070871. OLE color: 6070871.
HSL color Cylindrical-coordinate representation of color #57A25C: hue angle of 124º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #57A25C is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 87 | 162 | 92 | - |
| CMYK | 0.46 | 0 | 0.43 | 0.36 |
| HSL | 124º | 0.3% | 0.49% | - |
| HSV(B) | 124º | 0.46% | 0.64% | - |
| XYZ | 18.78 | 28.64 | 14.66 | - |
| YUV | 131.6 | 105.65 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 162 | 92 | 0.46 | 0 | 0.43 | 0.36 | 124 | 0.3 | 0.49 |
| Hex | 57 | A2 | 5C | 2E | 0 | 2B | 24 | 7C | 1E | 31 |
| Octal | 127 | 242 | 134 | 56 | 0 | 53 | 44 | 174 | 36 | 61 |
| Binary | 1010111 | 10100010 | 1011100 | 101110 | 0 | 101011 | 100100 | 1111100 | 11110 | 110001 |
Color Harmonies of #57A25C
Complementary color
Monochromatic Colors of #57A25C
Black with #57A25C
Text Example
Text Example
White with #57A25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A25C; }
p { color: rgb(87,162,92); }
H1.HeaderClassName
{
color: #57A25C;
}
.AnyTagClassName
{
color: #57A25C;
}
</style>
background-color css
<style>
a { background-color: #57A25C; }
a { background-color: rgb(87,162,92); }
div.DivClassName
{
background-color: #57A25C;
}
.BgClassName
{
background-color: #57A25C;
}
</style>
border-color css
<style>
span { border-color: #57A25C; }
span { border-color: rgb(87,162,92); }
td.TdClassName
{
border-color: #57A25C;
}
.TagClassName
{
border-color: #57A25C;
}
</style>