Shades of Apple #70D32B
Tints of Apple #70D32B
RGB
CMYK
RGB Variations
Color information
#70D32B (or 0x70D32B) is known color: Apple. HEX triplet: 70, D3 and 2B. RGB value is (112,211,43). Sum of RGB (Red+Green+Blue) = 112+211+43=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 211 (82.81% from 255 or 57.65% from 366); Blue value is 43 (17.19% from 255 or 11.75% from 366); Max value from RGB is 211 - color contains mainly: green. Hex color #70D32B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D32B is #8F2CD4. Grayscale: #A2A2A2. Windows color (decimal): -9383125 or 2872176. OLE color: 2872176.
HSL color Cylindrical-coordinate representation of color #70D32B: hue angle of 95.36º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #70D32B is Cyan = 0.47, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 112 | 211 | 43 | - |
| CMYK | 0.47 | 0 | 0.80 | 0.17 |
| HSL | 95.36º | 0.66% | 0.5% | - |
| HSV(B) | 95.36º | 0.8% | 0.83% | - |
| XYZ | 30.41 | 50.21 | 10.37 | - |
| YUV | 162.25 | 60.7 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 211 | 43 | 0.47 | 0 | 0.80 | 0.17 | 95.36 | 0.66 | 0.5 |
| Hex | 70 | D3 | 2B | 2F | 0 | 50 | 11 | 5F | 42 | 32 |
| Octal | 160 | 323 | 53 | 57 | 0 | 120 | 21 | 137 | 102 | 62 |
| Binary | 1110000 | 11010011 | 101011 | 101111 | 0 | 1010000 | 10001 | 1011111 | 1000010 | 110010 |
Color Harmonies of #70D32B
Complementary color
Monochromatic Colors of #70D32B
Black with #70D32B
Text Example
Text Example
White with #70D32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D32B; }
p { color: rgb(112,211,43); }
H1.HeaderClassName
{
color: #70D32B;
}
.AnyTagClassName
{
color: #70D32B;
}
</style>
background-color css
<style>
a { background-color: #70D32B; }
a { background-color: rgb(112,211,43); }
div.DivClassName
{
background-color: #70D32B;
}
.BgClassName
{
background-color: #70D32B;
}
</style>
border-color css
<style>
span { border-color: #70D32B; }
span { border-color: rgb(112,211,43); }
td.TdClassName
{
border-color: #70D32B;
}
.TagClassName
{
border-color: #70D32B;
}
</style>