Shades of Apple #70BA50
Tints of Apple #70BA50
RGB
CMYK
RGB Variations
Color information
#70BA50 (or 0x70BA50) is known color: Apple. HEX triplet: 70, BA and 50. RGB value is (112,186,80). Sum of RGB (Red+Green+Blue) = 112+186+80=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 186 (73.05% from 255 or 49.21% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BA50 is #8F45AF. Grayscale: #989898. Windows color (decimal): -9389488 or 5290608. OLE color: 5290608.
HSL color Cylindrical-coordinate representation of color #70BA50: hue angle of 101.89º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #70BA50 is Cyan = 0.40, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 186 | 80 | - |
| CMYK | 0.40 | 0 | 0.57 | 0.27 |
| HSL | 101.89º | 0.43% | 0.52% | - |
| HSV(B) | 101.89º | 0.57% | 0.73% | - |
| XYZ | 25.69 | 39.14 | 13.79 | - |
| YUV | 151.79 | 87.48 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 186 | 80 | 0.40 | 0 | 0.57 | 0.27 | 101.89 | 0.43 | 0.52 |
| Hex | 70 | BA | 50 | 28 | 0 | 39 | 1B | 66 | 2B | 34 |
| Octal | 160 | 272 | 120 | 50 | 0 | 71 | 33 | 146 | 53 | 64 |
| Binary | 1110000 | 10111010 | 1010000 | 101000 | 0 | 111001 | 11011 | 1100110 | 101011 | 110100 |
Color Harmonies of #70BA50
Complementary color
Monochromatic Colors of #70BA50
Black with #70BA50
Text Example
Text Example
White with #70BA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BA50; }
p { color: rgb(112,186,80); }
H1.HeaderClassName
{
color: #70BA50;
}
.AnyTagClassName
{
color: #70BA50;
}
</style>
background-color css
<style>
a { background-color: #70BA50; }
a { background-color: rgb(112,186,80); }
div.DivClassName
{
background-color: #70BA50;
}
.BgClassName
{
background-color: #70BA50;
}
</style>
border-color css
<style>
span { border-color: #70BA50; }
span { border-color: rgb(112,186,80); }
td.TdClassName
{
border-color: #70BA50;
}
.TagClassName
{
border-color: #70BA50;
}
</style>