Shades of Apple #70C034
Tints of Apple #70C034
RGB
CMYK
RGB Variations
Color information
#70C034 (or 0x70C034) is known color: Apple. HEX triplet: 70, C0 and 34. RGB value is (112,192,52). Sum of RGB (Red+Green+Blue) = 112+192+52=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 192 (75.39% from 255 or 53.93% from 356); Blue value is 52 (20.70% from 255 or 14.61% from 356); Max value from RGB is 192 - color contains mainly: green. Hex color #70C034 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C034 is #8F3FCB. Grayscale: #989898. Windows color (decimal): -9387980 or 3457136. OLE color: 3457136.
HSL color Cylindrical-coordinate representation of color #70C034: hue angle of 94.29º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #70C034 is Cyan = 0.42, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 192 | 52 | - |
| CMYK | 0.42 | 0 | 0.73 | 0.25 |
| HSL | 94.29º | 0.57% | 0.48% | - |
| HSV(B) | 94.29º | 0.73% | 0.75% | - |
| XYZ | 26.15 | 41.39 | 9.86 | - |
| YUV | 152.12 | 71.5 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 192 | 52 | 0.42 | 0 | 0.73 | 0.25 | 94.29 | 0.57 | 0.48 |
| Hex | 70 | C0 | 34 | 2A | 0 | 49 | 19 | 5E | 39 | 30 |
| Octal | 160 | 300 | 64 | 52 | 0 | 111 | 31 | 136 | 71 | 60 |
| Binary | 1110000 | 11000000 | 110100 | 101010 | 0 | 1001001 | 11001 | 1011110 | 111001 | 110000 |
Color Harmonies of #70C034
Complementary color
Monochromatic Colors of #70C034
Black with #70C034
Text Example
Text Example
White with #70C034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C034; }
p { color: rgb(112,192,52); }
H1.HeaderClassName
{
color: #70C034;
}
.AnyTagClassName
{
color: #70C034;
}
</style>
background-color css
<style>
a { background-color: #70C034; }
a { background-color: rgb(112,192,52); }
div.DivClassName
{
background-color: #70C034;
}
.BgClassName
{
background-color: #70C034;
}
</style>
border-color css
<style>
span { border-color: #70C034; }
span { border-color: rgb(112,192,52); }
td.TdClassName
{
border-color: #70C034;
}
.TagClassName
{
border-color: #70C034;
}
</style>