Shades of Apple #70BA51
Tints of Apple #70BA51
RGB
CMYK
RGB Variations
Color information
#70BA51 (or 0x70BA51) is known color: Apple. HEX triplet: 70, BA and 51. RGB value is (112,186,81). Sum of RGB (Red+Green+Blue) = 112+186+81=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 81 (32.03% from 255 or 21.37% from 379); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BA51 is #8F45AE. Grayscale: #989898. Windows color (decimal): -9389487 or 5356144. OLE color: 5356144.
HSL color Cylindrical-coordinate representation of color #70BA51: hue angle of 102.29º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70BA51 is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 186 | 81 | - |
| CMYK | 0.40 | 0 | 0.56 | 0.27 |
| HSL | 102.29º | 0.43% | 0.52% | - |
| HSV(B) | 102.29º | 0.56% | 0.73% | - |
| XYZ | 25.73 | 39.16 | 13.99 | - |
| YUV | 151.9 | 87.98 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 186 | 81 | 0.40 | 0 | 0.56 | 0.27 | 102.29 | 0.43 | 0.52 |
| Hex | 70 | BA | 51 | 28 | 0 | 38 | 1B | 66 | 2B | 34 |
| Octal | 160 | 272 | 121 | 50 | 0 | 70 | 33 | 146 | 53 | 64 |
| Binary | 1110000 | 10111010 | 1010001 | 101000 | 0 | 111000 | 11011 | 1100110 | 101011 | 110100 |
Color Harmonies of #70BA51
Complementary color
Monochromatic Colors of #70BA51
Black with #70BA51
Text Example
Text Example
White with #70BA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BA51; }
p { color: rgb(112,186,81); }
H1.HeaderClassName
{
color: #70BA51;
}
.AnyTagClassName
{
color: #70BA51;
}
</style>
background-color css
<style>
a { background-color: #70BA51; }
a { background-color: rgb(112,186,81); }
div.DivClassName
{
background-color: #70BA51;
}
.BgClassName
{
background-color: #70BA51;
}
</style>
border-color css
<style>
span { border-color: #70BA51; }
span { border-color: rgb(112,186,81); }
td.TdClassName
{
border-color: #70BA51;
}
.TagClassName
{
border-color: #70BA51;
}
</style>