Shades of Apple #57BA4A
Tints of Apple #57BA4A
RGB
CMYK
RGB Variations
Color information
#57BA4A (or 0x57BA4A) is known color: Apple. HEX triplet: 57, BA and 4A. RGB value is (87,186,74). Sum of RGB (Red+Green+Blue) = 87+186+74=347 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.07% from 347); Green value is 186 (73.05% from 255 or 53.60% from 347); Blue value is 74 (29.30% from 255 or 21.33% from 347); Max value from RGB is 186 - color contains mainly: green. Hex color #57BA4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #57BA4A is #A845B5. Grayscale: #8F8F8F. Windows color (decimal): -11027894 or 4897367. OLE color: 4897367.
HSL color Cylindrical-coordinate representation of color #57BA4A: hue angle of 113.04º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57BA4A is Cyan = 0.53, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 87 | 186 | 74 | - |
| CMYK | 0.53 | 0 | 0.60 | 0.27 |
| HSL | 113.04º | 0.45% | 0.51% | - |
| HSV(B) | 113.04º | 0.6% | 0.73% | - |
| XYZ | 22.73 | 37.64 | 12.55 | - |
| YUV | 143.63 | 88.7 | 87.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 186 | 74 | 0.53 | 0 | 0.60 | 0.27 | 113.04 | 0.45 | 0.51 |
| Hex | 57 | BA | 4A | 35 | 0 | 3C | 1B | 71 | 2D | 33 |
| Octal | 127 | 272 | 112 | 65 | 0 | 74 | 33 | 161 | 55 | 63 |
| Binary | 1010111 | 10111010 | 1001010 | 110101 | 0 | 111100 | 11011 | 1110001 | 101101 | 110011 |
Color Harmonies of #57BA4A
Complementary color
Monochromatic Colors of #57BA4A
Black with #57BA4A
Text Example
Text Example
White with #57BA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BA4A; }
p { color: rgb(87,186,74); }
H1.HeaderClassName
{
color: #57BA4A;
}
.AnyTagClassName
{
color: #57BA4A;
}
</style>
background-color css
<style>
a { background-color: #57BA4A; }
a { background-color: rgb(87,186,74); }
div.DivClassName
{
background-color: #57BA4A;
}
.BgClassName
{
background-color: #57BA4A;
}
</style>
border-color css
<style>
span { border-color: #57BA4A; }
span { border-color: rgb(87,186,74); }
td.TdClassName
{
border-color: #57BA4A;
}
.TagClassName
{
border-color: #57BA4A;
}
</style>