Shades of Apple #57BA44
Tints of Apple #57BA44
RGB
CMYK
RGB Variations
Color information
#57BA44 (or 0x57BA44) is known color: Apple. HEX triplet: 57, BA and 44. RGB value is (87,186,68). Sum of RGB (Red+Green+Blue) = 87+186+68=341 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.51% from 341); Green value is 186 (73.05% from 255 or 54.55% from 341); Blue value is 68 (26.95% from 255 or 19.94% from 341); Max value from RGB is 186 - color contains mainly: green. Hex color #57BA44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #57BA44 is #A845BB. Grayscale: #8F8F8F. Windows color (decimal): -11027900 or 4504151. OLE color: 4504151.
HSL color Cylindrical-coordinate representation of color #57BA44: hue angle of 110.34º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57BA44 is Cyan = 0.53, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 87 | 186 | 68 | - |
| CMYK | 0.53 | 0 | 0.63 | 0.27 |
| HSL | 110.34º | 0.46% | 0.5% | - |
| HSV(B) | 110.34º | 0.63% | 0.73% | - |
| XYZ | 22.53 | 37.56 | 11.53 | - |
| YUV | 142.95 | 85.7 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 186 | 68 | 0.53 | 0 | 0.63 | 0.27 | 110.34 | 0.46 | 0.5 |
| Hex | 57 | BA | 44 | 35 | 0 | 3F | 1B | 6E | 2E | 32 |
| Octal | 127 | 272 | 104 | 65 | 0 | 77 | 33 | 156 | 56 | 62 |
| Binary | 1010111 | 10111010 | 1000100 | 110101 | 0 | 111111 | 11011 | 1101110 | 101110 | 110010 |
Color Harmonies of #57BA44
Complementary color
Monochromatic Colors of #57BA44
Black with #57BA44
Text Example
Text Example
White with #57BA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BA44; }
p { color: rgb(87,186,68); }
H1.HeaderClassName
{
color: #57BA44;
}
.AnyTagClassName
{
color: #57BA44;
}
</style>
background-color css
<style>
a { background-color: #57BA44; }
a { background-color: rgb(87,186,68); }
div.DivClassName
{
background-color: #57BA44;
}
.BgClassName
{
background-color: #57BA44;
}
</style>
border-color css
<style>
span { border-color: #57BA44; }
span { border-color: rgb(87,186,68); }
td.TdClassName
{
border-color: #57BA44;
}
.TagClassName
{
border-color: #57BA44;
}
</style>