Shades of Apple #70BA44
Tints of Apple #70BA44
RGB
CMYK
RGB Variations
Color information
#70BA44 (or 0x70BA44) is known color: Apple. HEX triplet: 70, BA and 44. RGB value is (112,186,68). Sum of RGB (Red+Green+Blue) = 112+186+68=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 186 (73.05% from 255 or 50.82% from 366); Blue value is 68 (26.95% from 255 or 18.58% from 366); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BA44 is #8F45BB. Grayscale: #969696. Windows color (decimal): -9389500 or 4504176. OLE color: 4504176.
HSL color Cylindrical-coordinate representation of color #70BA44: hue angle of 97.63º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #70BA44 is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 186 | 68 | - |
| CMYK | 0.40 | 0 | 0.63 | 0.27 |
| HSL | 97.63º | 0.46% | 0.5% | - |
| HSV(B) | 97.63º | 0.63% | 0.73% | - |
| XYZ | 25.28 | 38.98 | 11.66 | - |
| YUV | 150.42 | 81.48 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 186 | 68 | 0.40 | 0 | 0.63 | 0.27 | 97.63 | 0.46 | 0.5 |
| Hex | 70 | BA | 44 | 28 | 0 | 3F | 1B | 62 | 2E | 32 |
| Octal | 160 | 272 | 104 | 50 | 0 | 77 | 33 | 142 | 56 | 62 |
| Binary | 1110000 | 10111010 | 1000100 | 101000 | 0 | 111111 | 11011 | 1100010 | 101110 | 110010 |
Color Harmonies of #70BA44
Complementary color
Monochromatic Colors of #70BA44
Black with #70BA44
Text Example
Text Example
White with #70BA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BA44; }
p { color: rgb(112,186,68); }
H1.HeaderClassName
{
color: #70BA44;
}
.AnyTagClassName
{
color: #70BA44;
}
</style>
background-color css
<style>
a { background-color: #70BA44; }
a { background-color: rgb(112,186,68); }
div.DivClassName
{
background-color: #70BA44;
}
.BgClassName
{
background-color: #70BA44;
}
</style>
border-color css
<style>
span { border-color: #70BA44; }
span { border-color: rgb(112,186,68); }
td.TdClassName
{
border-color: #70BA44;
}
.TagClassName
{
border-color: #70BA44;
}
</style>