Shades of Apple #70BA36
Tints of Apple #70BA36
RGB
CMYK
RGB Variations
Color information
#70BA36 (or 0x70BA36) is known color: Apple. HEX triplet: 70, BA and 36. RGB value is (112,186,54). Sum of RGB (Red+Green+Blue) = 112+186+54=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 186 (73.05% from 255 or 52.84% from 352); Blue value is 54 (21.48% from 255 or 15.34% from 352); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BA36 is #8F45C9. Grayscale: #959595. Windows color (decimal): -9389514 or 3586672. OLE color: 3586672.
HSL color Cylindrical-coordinate representation of color #70BA36: hue angle of 93.64º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #70BA36 is Cyan = 0.40, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 186 | 54 | - |
| CMYK | 0.40 | 0 | 0.71 | 0.27 |
| HSL | 93.64º | 0.55% | 0.47% | - |
| HSV(B) | 93.64º | 0.71% | 0.73% | - |
| XYZ | 24.91 | 38.83 | 9.67 | - |
| YUV | 148.83 | 74.48 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 186 | 54 | 0.40 | 0 | 0.71 | 0.27 | 93.64 | 0.55 | 0.47 |
| Hex | 70 | BA | 36 | 28 | 0 | 47 | 1B | 5E | 37 | 2F |
| Octal | 160 | 272 | 66 | 50 | 0 | 107 | 33 | 136 | 67 | 57 |
| Binary | 1110000 | 10111010 | 110110 | 101000 | 0 | 1000111 | 11011 | 1011110 | 110111 | 101111 |
Color Harmonies of #70BA36
Complementary color
Monochromatic Colors of #70BA36
Black with #70BA36
Text Example
Text Example
White with #70BA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BA36; }
p { color: rgb(112,186,54); }
H1.HeaderClassName
{
color: #70BA36;
}
.AnyTagClassName
{
color: #70BA36;
}
</style>
background-color css
<style>
a { background-color: #70BA36; }
a { background-color: rgb(112,186,54); }
div.DivClassName
{
background-color: #70BA36;
}
.BgClassName
{
background-color: #70BA36;
}
</style>
border-color css
<style>
span { border-color: #70BA36; }
span { border-color: rgb(112,186,54); }
td.TdClassName
{
border-color: #70BA36;
}
.TagClassName
{
border-color: #70BA36;
}
</style>