Shades of Fruit Salad #57A256
Tints of Fruit Salad #57A256
RGB
CMYK
RGB Variations
Color information
#57A256 (or 0x57A256) is known color: Fruit Salad. HEX triplet: 57, A2 and 56. RGB value is (87,162,86). Sum of RGB (Red+Green+Blue) = 87+162+86=335 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.97% from 335); Green value is 162 (63.67% from 255 or 48.36% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 162 - color contains mainly: green. Hex color #57A256 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A256 is #A85DA9. Grayscale: #838383. Windows color (decimal): -11034026 or 5677655. OLE color: 5677655.
HSL color Cylindrical-coordinate representation of color #57A256: hue angle of 119.21º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #57A256 is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 87 | 162 | 86 | - |
| CMYK | 0.46 | 0 | 0.47 | 0.36 |
| HSL | 119.21º | 0.31% | 0.49% | - |
| HSV(B) | 119.21º | 0.47% | 0.64% | - |
| XYZ | 18.53 | 28.54 | 13.34 | - |
| YUV | 130.91 | 102.65 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 162 | 86 | 0.46 | 0 | 0.47 | 0.36 | 119.21 | 0.31 | 0.49 |
| Hex | 57 | A2 | 56 | 2E | 0 | 2F | 24 | 77 | 1F | 31 |
| Octal | 127 | 242 | 126 | 56 | 0 | 57 | 44 | 167 | 37 | 61 |
| Binary | 1010111 | 10100010 | 1010110 | 101110 | 0 | 101111 | 100100 | 1110111 | 11111 | 110001 |
Color Harmonies of #57A256
Complementary color
Monochromatic Colors of #57A256
Black with #57A256
Text Example
Text Example
White with #57A256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A256; }
p { color: rgb(87,162,86); }
H1.HeaderClassName
{
color: #57A256;
}
.AnyTagClassName
{
color: #57A256;
}
</style>
background-color css
<style>
a { background-color: #57A256; }
a { background-color: rgb(87,162,86); }
div.DivClassName
{
background-color: #57A256;
}
.BgClassName
{
background-color: #57A256;
}
</style>
border-color css
<style>
span { border-color: #57A256; }
span { border-color: rgb(87,162,86); }
td.TdClassName
{
border-color: #57A256;
}
.TagClassName
{
border-color: #57A256;
}
</style>