Shades of Apple #70CE47
Tints of Apple #70CE47
RGB
CMYK
RGB Variations
Color information
#70CE47 (or 0x70CE47) is known color: Apple. HEX triplet: 70, CE and 47. RGB value is (112,206,71). Sum of RGB (Red+Green+Blue) = 112+206+71=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 206 (80.86% from 255 or 52.96% from 389); Blue value is 71 (28.12% from 255 or 18.25% from 389); Max value from RGB is 206 - color contains mainly: green. Hex color #70CE47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CE47 is #8F31B8. Grayscale: #A2A2A2. Windows color (decimal): -9384377 or 4705904. OLE color: 4705904.
HSL color Cylindrical-coordinate representation of color #70CE47: hue angle of 101.78º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #70CE47 is Cyan = 0.46, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 206 | 71 | - |
| CMYK | 0.46 | 0 | 0.66 | 0.19 |
| HSL | 101.78º | 0.58% | 0.54% | - |
| HSV(B) | 101.78º | 0.66% | 0.81% | - |
| XYZ | 29.89 | 48.04 | 13.66 | - |
| YUV | 162.5 | 76.36 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 206 | 71 | 0.46 | 0 | 0.66 | 0.19 | 101.78 | 0.58 | 0.54 |
| Hex | 70 | CE | 47 | 2E | 0 | 42 | 13 | 66 | 3A | 36 |
| Octal | 160 | 316 | 107 | 56 | 0 | 102 | 23 | 146 | 72 | 66 |
| Binary | 1110000 | 11001110 | 1000111 | 101110 | 0 | 1000010 | 10011 | 1100110 | 111010 | 110110 |
Color Harmonies of #70CE47
Complementary color
Monochromatic Colors of #70CE47
Black with #70CE47
Text Example
Text Example
White with #70CE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CE47; }
p { color: rgb(112,206,71); }
H1.HeaderClassName
{
color: #70CE47;
}
.AnyTagClassName
{
color: #70CE47;
}
</style>
background-color css
<style>
a { background-color: #70CE47; }
a { background-color: rgb(112,206,71); }
div.DivClassName
{
background-color: #70CE47;
}
.BgClassName
{
background-color: #70CE47;
}
</style>
border-color css
<style>
span { border-color: #70CE47; }
span { border-color: rgb(112,206,71); }
td.TdClassName
{
border-color: #70CE47;
}
.TagClassName
{
border-color: #70CE47;
}
</style>