Shades of Apple #70C033
Tints of Apple #70C033
RGB
CMYK
RGB Variations
Color information
#70C033 (or 0x70C033) is known color: Apple. HEX triplet: 70, C0 and 33. RGB value is (112,192,51). Sum of RGB (Red+Green+Blue) = 112+192+51=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 192 (75.39% from 255 or 54.08% from 355); Blue value is 51 (20.31% from 255 or 14.37% from 355); Max value from RGB is 192 - color contains mainly: green. Hex color #70C033 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C033 is #8F3FCC. Grayscale: #989898. Windows color (decimal): -9387981 or 3391600. OLE color: 3391600.
HSL color Cylindrical-coordinate representation of color #70C033: hue angle of 94.04º degrees, saturation: 0.58, 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 #70C033 is Cyan = 0.42, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 192 | 51 | - |
| CMYK | 0.42 | 0 | 0.73 | 0.25 |
| HSL | 94.04º | 0.58% | 0.48% | - |
| HSV(B) | 94.04º | 0.73% | 0.75% | - |
| XYZ | 26.13 | 41.38 | 9.74 | - |
| YUV | 152.01 | 71 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 192 | 51 | 0.42 | 0 | 0.73 | 0.25 | 94.04 | 0.58 | 0.48 |
| Hex | 70 | C0 | 33 | 2A | 0 | 49 | 19 | 5E | 3A | 30 |
| Octal | 160 | 300 | 63 | 52 | 0 | 111 | 31 | 136 | 72 | 60 |
| Binary | 1110000 | 11000000 | 110011 | 101010 | 0 | 1001001 | 11001 | 1011110 | 111010 | 110000 |
Color Harmonies of #70C033
Complementary color
Monochromatic Colors of #70C033
Black with #70C033
Text Example
Text Example
White with #70C033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C033; }
p { color: rgb(112,192,51); }
H1.HeaderClassName
{
color: #70C033;
}
.AnyTagClassName
{
color: #70C033;
}
</style>
background-color css
<style>
a { background-color: #70C033; }
a { background-color: rgb(112,192,51); }
div.DivClassName
{
background-color: #70C033;
}
.BgClassName
{
background-color: #70C033;
}
</style>
border-color css
<style>
span { border-color: #70C033; }
span { border-color: rgb(112,192,51); }
td.TdClassName
{
border-color: #70C033;
}
.TagClassName
{
border-color: #70C033;
}
</style>