Shades of Apple #70BA40
Tints of Apple #70BA40
RGB
CMYK
RGB Variations
Color information
#70BA40 (or 0x70BA40) is known color: Apple. HEX triplet: 70, BA and 40. RGB value is (112,186,64). Sum of RGB (Red+Green+Blue) = 112+186+64=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 186 (73.05% from 255 or 51.38% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BA40 is #8F45BF. Grayscale: #969696. Windows color (decimal): -9389504 or 4242032. OLE color: 4242032.
HSL color Cylindrical-coordinate representation of color #70BA40: hue angle of 96.39º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #70BA40 is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 186 | 64 | - |
| CMYK | 0.40 | 0 | 0.66 | 0.27 |
| HSL | 96.39º | 0.49% | 0.49% | - |
| HSV(B) | 96.39º | 0.66% | 0.73% | - |
| XYZ | 25.17 | 38.93 | 11.04 | - |
| YUV | 149.97 | 79.48 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 186 | 64 | 0.40 | 0 | 0.66 | 0.27 | 96.39 | 0.49 | 0.49 |
| Hex | 70 | BA | 40 | 28 | 0 | 42 | 1B | 60 | 31 | 31 |
| Octal | 160 | 272 | 100 | 50 | 0 | 102 | 33 | 140 | 61 | 61 |
| Binary | 1110000 | 10111010 | 1000000 | 101000 | 0 | 1000010 | 11011 | 1100000 | 110001 | 110001 |
Color Harmonies of #70BA40
Complementary color
Monochromatic Colors of #70BA40
Black with #70BA40
Text Example
Text Example
White with #70BA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BA40; }
p { color: rgb(112,186,64); }
H1.HeaderClassName
{
color: #70BA40;
}
.AnyTagClassName
{
color: #70BA40;
}
</style>
background-color css
<style>
a { background-color: #70BA40; }
a { background-color: rgb(112,186,64); }
div.DivClassName
{
background-color: #70BA40;
}
.BgClassName
{
background-color: #70BA40;
}
</style>
border-color css
<style>
span { border-color: #70BA40; }
span { border-color: rgb(112,186,64); }
td.TdClassName
{
border-color: #70BA40;
}
.TagClassName
{
border-color: #70BA40;
}
</style>