Shades of Apple #70BA52
Tints of Apple #70BA52
RGB
CMYK
RGB Variations
Color information
#70BA52 (or 0x70BA52) is known color: Apple. HEX triplet: 70, BA and 52. RGB value is (112,186,82). Sum of RGB (Red+Green+Blue) = 112+186+82=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 186 (73.05% from 255 or 48.95% from 380); Blue value is 82 (32.42% from 255 or 21.58% from 380); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BA52 is #8F45AD. Grayscale: #989898. Windows color (decimal): -9389486 or 5421680. OLE color: 5421680.
HSL color Cylindrical-coordinate representation of color #70BA52: hue angle of 102.69º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70BA52 is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 186 | 82 | - |
| CMYK | 0.40 | 0 | 0.56 | 0.27 |
| HSL | 102.69º | 0.43% | 0.53% | - |
| HSV(B) | 102.69º | 0.56% | 0.73% | - |
| XYZ | 25.76 | 39.17 | 14.19 | - |
| YUV | 152.02 | 88.48 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 186 | 82 | 0.40 | 0 | 0.56 | 0.27 | 102.69 | 0.43 | 0.53 |
| Hex | 70 | BA | 52 | 28 | 0 | 38 | 1B | 67 | 2B | 35 |
| Octal | 160 | 272 | 122 | 50 | 0 | 70 | 33 | 147 | 53 | 65 |
| Binary | 1110000 | 10111010 | 1010010 | 101000 | 0 | 111000 | 11011 | 1100111 | 101011 | 110101 |
Color Harmonies of #70BA52
Complementary color
Monochromatic Colors of #70BA52
Black with #70BA52
Text Example
Text Example
White with #70BA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BA52; }
p { color: rgb(112,186,82); }
H1.HeaderClassName
{
color: #70BA52;
}
.AnyTagClassName
{
color: #70BA52;
}
</style>
background-color css
<style>
a { background-color: #70BA52; }
a { background-color: rgb(112,186,82); }
div.DivClassName
{
background-color: #70BA52;
}
.BgClassName
{
background-color: #70BA52;
}
</style>
border-color css
<style>
span { border-color: #70BA52; }
span { border-color: rgb(112,186,82); }
td.TdClassName
{
border-color: #70BA52;
}
.TagClassName
{
border-color: #70BA52;
}
</style>