Shades of Apple #70C642
Tints of Apple #70C642
RGB
CMYK
RGB Variations
Color information
#70C642 (or 0x70C642) is known color: Apple. HEX triplet: 70, C6 and 42. RGB value is (112,198,66). Sum of RGB (Red+Green+Blue) = 112+198+66=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 198 (77.73% from 255 or 52.66% from 376); Blue value is 66 (26.17% from 255 or 17.55% from 376); Max value from RGB is 198 - color contains mainly: green. Hex color #70C642 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C642 is #8F39BD. Grayscale: #9D9D9D. Windows color (decimal): -9386430 or 4376176. OLE color: 4376176.
HSL color Cylindrical-coordinate representation of color #70C642: hue angle of 99.09º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #70C642 is Cyan = 0.43, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 112 | 198 | 66 | - |
| CMYK | 0.43 | 0 | 0.67 | 0.22 |
| HSL | 99.09º | 0.54% | 0.52% | - |
| HSV(B) | 99.09º | 0.67% | 0.78% | - |
| XYZ | 27.86 | 44.23 | 12.22 | - |
| YUV | 157.24 | 76.51 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 198 | 66 | 0.43 | 0 | 0.67 | 0.22 | 99.09 | 0.54 | 0.52 |
| Hex | 70 | C6 | 42 | 2B | 0 | 43 | 16 | 63 | 36 | 34 |
| Octal | 160 | 306 | 102 | 53 | 0 | 103 | 26 | 143 | 66 | 64 |
| Binary | 1110000 | 11000110 | 1000010 | 101011 | 0 | 1000011 | 10110 | 1100011 | 110110 | 110100 |
Color Harmonies of #70C642
Complementary color
Monochromatic Colors of #70C642
Black with #70C642
Text Example
Text Example
White with #70C642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C642; }
p { color: rgb(112,198,66); }
H1.HeaderClassName
{
color: #70C642;
}
.AnyTagClassName
{
color: #70C642;
}
</style>
background-color css
<style>
a { background-color: #70C642; }
a { background-color: rgb(112,198,66); }
div.DivClassName
{
background-color: #70C642;
}
.BgClassName
{
background-color: #70C642;
}
</style>
border-color css
<style>
span { border-color: #70C642; }
span { border-color: rgb(112,198,66); }
td.TdClassName
{
border-color: #70C642;
}
.TagClassName
{
border-color: #70C642;
}
</style>