Shades of Apple #57A040
Tints of Apple #57A040
RGB
CMYK
RGB Variations
Color information
#57A040 (or 0x57A040) is known color: Apple. HEX triplet: 57, A0 and 40. RGB value is (87,160,64). Sum of RGB (Red+Green+Blue) = 87+160+64=311 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.97% from 311); Green value is 160 (62.89% from 255 or 51.45% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 160 - color contains mainly: green. Hex color #57A040 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57A040 is #A85FBF. Grayscale: #7F7F7F. Windows color (decimal): -11034560 or 4235351. OLE color: 4235351.
HSL color Cylindrical-coordinate representation of color #57A040: hue angle of 105.62º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57A040 is Cyan = 0.46, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 87 | 160 | 64 | - |
| CMYK | 0.46 | 0 | 0.6 | 0.37 |
| HSL | 105.63º | 0.43% | 0.44% | - |
| HSV(B) | 105.63º | 0.6% | 0.63% | - |
| XYZ | 17.43 | 27.54 | 9.25 | - |
| YUV | 127.23 | 92.32 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 160 | 64 | 0.46 | 0 | 0.6 | 0.37 | 105.63 | 0.43 | 0.44 |
| Hex | 57 | A0 | 40 | 2E | 0 | 3C | 25 | 6A | 2B | 2C |
| Octal | 127 | 240 | 100 | 56 | 0 | 74 | 45 | 152 | 53 | 54 |
| Binary | 1010111 | 10100000 | 1000000 | 101110 | 0 | 111100 | 100101 | 1101010 | 101011 | 101100 |
Color Harmonies of #57A040
Complementary color
Monochromatic Colors of #57A040
Black with #57A040
Text Example
Text Example
White with #57A040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A040; }
p { color: rgb(87,160,64); }
H1.HeaderClassName
{
color: #57A040;
}
.AnyTagClassName
{
color: #57A040;
}
</style>
background-color css
<style>
a { background-color: #57A040; }
a { background-color: rgb(87,160,64); }
div.DivClassName
{
background-color: #57A040;
}
.BgClassName
{
background-color: #57A040;
}
</style>
border-color css
<style>
span { border-color: #57A040; }
span { border-color: rgb(87,160,64); }
td.TdClassName
{
border-color: #57A040;
}
.TagClassName
{
border-color: #57A040;
}
</style>