Shades of Apple #70BA53
Tints of Apple #70BA53
RGB
CMYK
RGB Variations
Color information
#70BA53 (or 0x70BA53) is known color: Apple. HEX triplet: 70, BA and 53. RGB value is (112,186,83). Sum of RGB (Red+Green+Blue) = 112+186+83=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 186 (73.05% from 255 or 48.82% from 381); Blue value is 83 (32.81% from 255 or 21.78% from 381); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BA53 is #8F45AC. Grayscale: #989898. Windows color (decimal): -9389485 or 5487216. OLE color: 5487216.
HSL color Cylindrical-coordinate representation of color #70BA53: hue angle of 103.11º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70BA53 is Cyan = 0.40, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 186 | 83 | - |
| CMYK | 0.40 | 0 | 0.55 | 0.27 |
| HSL | 103.11º | 0.43% | 0.53% | - |
| HSV(B) | 103.11º | 0.55% | 0.73% | - |
| XYZ | 25.8 | 39.19 | 14.39 | - |
| YUV | 152.13 | 88.98 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 186 | 83 | 0.40 | 0 | 0.55 | 0.27 | 103.11 | 0.43 | 0.53 |
| Hex | 70 | BA | 53 | 28 | 0 | 37 | 1B | 67 | 2B | 35 |
| Octal | 160 | 272 | 123 | 50 | 0 | 67 | 33 | 147 | 53 | 65 |
| Binary | 1110000 | 10111010 | 1010011 | 101000 | 0 | 110111 | 11011 | 1100111 | 101011 | 110101 |
Color Harmonies of #70BA53
Complementary color
Monochromatic Colors of #70BA53
Black with #70BA53
Text Example
Text Example
White with #70BA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BA53; }
p { color: rgb(112,186,83); }
H1.HeaderClassName
{
color: #70BA53;
}
.AnyTagClassName
{
color: #70BA53;
}
</style>
background-color css
<style>
a { background-color: #70BA53; }
a { background-color: rgb(112,186,83); }
div.DivClassName
{
background-color: #70BA53;
}
.BgClassName
{
background-color: #70BA53;
}
</style>
border-color css
<style>
span { border-color: #70BA53; }
span { border-color: rgb(112,186,83); }
td.TdClassName
{
border-color: #70BA53;
}
.TagClassName
{
border-color: #70BA53;
}
</style>