Shades of Apple #70BC48
Tints of Apple #70BC48
RGB
CMYK
RGB Variations
Color information
#70BC48 (or 0x70BC48) is known color: Apple. HEX triplet: 70, BC and 48. RGB value is (112,188,72). Sum of RGB (Red+Green+Blue) = 112+188+72=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 188 (73.83% from 255 or 50.54% from 372); Blue value is 72 (28.52% from 255 or 19.35% from 372); Max value from RGB is 188 - color contains mainly: green. Hex color #70BC48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BC48 is #8F43B7. Grayscale: #989898. Windows color (decimal): -9388984 or 4766832. OLE color: 4766832.
HSL color Cylindrical-coordinate representation of color #70BC48: hue angle of 99.31º degrees, saturation: 0.46, 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 #70BC48 is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 188 | 72 | - |
| CMYK | 0.40 | 0 | 0.62 | 0.26 |
| HSL | 99.31º | 0.46% | 0.51% | - |
| HSV(B) | 99.31º | 0.62% | 0.74% | - |
| XYZ | 25.84 | 39.88 | 12.47 | - |
| YUV | 152.05 | 82.82 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 188 | 72 | 0.40 | 0 | 0.62 | 0.26 | 99.31 | 0.46 | 0.51 |
| Hex | 70 | BC | 48 | 28 | 0 | 3E | 1A | 63 | 2E | 33 |
| Octal | 160 | 274 | 110 | 50 | 0 | 76 | 32 | 143 | 56 | 63 |
| Binary | 1110000 | 10111100 | 1001000 | 101000 | 0 | 111110 | 11010 | 1100011 | 101110 | 110011 |
Color Harmonies of #70BC48
Complementary color
Monochromatic Colors of #70BC48
Black with #70BC48
Text Example
Text Example
White with #70BC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BC48; }
p { color: rgb(112,188,72); }
H1.HeaderClassName
{
color: #70BC48;
}
.AnyTagClassName
{
color: #70BC48;
}
</style>
background-color css
<style>
a { background-color: #70BC48; }
a { background-color: rgb(112,188,72); }
div.DivClassName
{
background-color: #70BC48;
}
.BgClassName
{
background-color: #70BC48;
}
</style>
border-color css
<style>
span { border-color: #70BC48; }
span { border-color: rgb(112,188,72); }
td.TdClassName
{
border-color: #70BC48;
}
.TagClassName
{
border-color: #70BC48;
}
</style>