Shades of Apple #70BC47
Tints of Apple #70BC47
RGB
CMYK
RGB Variations
Color information
#70BC47 (or 0x70BC47) is known color: Apple. HEX triplet: 70, BC and 47. RGB value is (112,188,71). Sum of RGB (Red+Green+Blue) = 112+188+71=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 71 (28.12% from 255 or 19.14% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #70BC47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BC47 is #8F43B8. Grayscale: #989898. Windows color (decimal): -9388985 or 4701296. OLE color: 4701296.
HSL color Cylindrical-coordinate representation of color #70BC47: hue angle of 98.97º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #70BC47 is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 188 | 71 | - |
| CMYK | 0.40 | 0 | 0.62 | 0.26 |
| HSL | 98.97º | 0.47% | 0.51% | - |
| HSV(B) | 98.97º | 0.62% | 0.74% | - |
| XYZ | 25.8 | 39.87 | 12.3 | - |
| YUV | 151.94 | 82.32 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 188 | 71 | 0.40 | 0 | 0.62 | 0.26 | 98.97 | 0.47 | 0.51 |
| Hex | 70 | BC | 47 | 28 | 0 | 3E | 1A | 63 | 2F | 33 |
| Octal | 160 | 274 | 107 | 50 | 0 | 76 | 32 | 143 | 57 | 63 |
| Binary | 1110000 | 10111100 | 1000111 | 101000 | 0 | 111110 | 11010 | 1100011 | 101111 | 110011 |
Color Harmonies of #70BC47
Complementary color
Monochromatic Colors of #70BC47
Black with #70BC47
Text Example
Text Example
White with #70BC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BC47; }
p { color: rgb(112,188,71); }
H1.HeaderClassName
{
color: #70BC47;
}
.AnyTagClassName
{
color: #70BC47;
}
</style>
background-color css
<style>
a { background-color: #70BC47; }
a { background-color: rgb(112,188,71); }
div.DivClassName
{
background-color: #70BC47;
}
.BgClassName
{
background-color: #70BC47;
}
</style>
border-color css
<style>
span { border-color: #70BC47; }
span { border-color: rgb(112,188,71); }
td.TdClassName
{
border-color: #70BC47;
}
.TagClassName
{
border-color: #70BC47;
}
</style>