Shades of Apple #70BA55
Tints of Apple #70BA55
RGB
CMYK
RGB Variations
Color information
#70BA55 (or 0x70BA55) is known color: Apple. HEX triplet: 70, BA and 55. RGB value is (112,186,85). Sum of RGB (Red+Green+Blue) = 112+186+85=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 186 (73.05% from 255 or 48.56% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BA55 is #8F45AA. Grayscale: #989898. Windows color (decimal): -9389483 or 5618288. OLE color: 5618288.
HSL color Cylindrical-coordinate representation of color #70BA55: hue angle of 103.96º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70BA55 is Cyan = 0.40, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 186 | 85 | - |
| CMYK | 0.40 | 0 | 0.54 | 0.27 |
| HSL | 103.96º | 0.42% | 0.53% | - |
| HSV(B) | 103.96º | 0.54% | 0.73% | - |
| XYZ | 25.88 | 39.22 | 14.8 | - |
| YUV | 152.36 | 89.98 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 186 | 85 | 0.40 | 0 | 0.54 | 0.27 | 103.96 | 0.42 | 0.53 |
| Hex | 70 | BA | 55 | 28 | 0 | 36 | 1B | 68 | 2A | 35 |
| Octal | 160 | 272 | 125 | 50 | 0 | 66 | 33 | 150 | 52 | 65 |
| Binary | 1110000 | 10111010 | 1010101 | 101000 | 0 | 110110 | 11011 | 1101000 | 101010 | 110101 |
Color Harmonies of #70BA55
Complementary color
Monochromatic Colors of #70BA55
Black with #70BA55
Text Example
Text Example
White with #70BA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BA55; }
p { color: rgb(112,186,85); }
H1.HeaderClassName
{
color: #70BA55;
}
.AnyTagClassName
{
color: #70BA55;
}
</style>
background-color css
<style>
a { background-color: #70BA55; }
a { background-color: rgb(112,186,85); }
div.DivClassName
{
background-color: #70BA55;
}
.BgClassName
{
background-color: #70BA55;
}
</style>
border-color css
<style>
span { border-color: #70BA55; }
span { border-color: rgb(112,186,85); }
td.TdClassName
{
border-color: #70BA55;
}
.TagClassName
{
border-color: #70BA55;
}
</style>