Shades of Apple #70C232
Tints of Apple #70C232
RGB
CMYK
RGB Variations
Color information
#70C232 (or 0x70C232) is known color: Apple. HEX triplet: 70, C2 and 32. RGB value is (112,194,50). Sum of RGB (Red+Green+Blue) = 112+194+50=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 194 (76.17% from 255 or 54.49% from 356); Blue value is 50 (19.92% from 255 or 14.04% from 356); Max value from RGB is 194 - color contains mainly: green. Hex color #70C232 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C232 is #8F3DCD. Grayscale: #999999. Windows color (decimal): -9387470 or 3326576. OLE color: 3326576.
HSL color Cylindrical-coordinate representation of color #70C232: hue angle of 94.17º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #70C232 is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 194 | 50 | - |
| CMYK | 0.42 | 0 | 0.74 | 0.24 |
| HSL | 94.17º | 0.59% | 0.48% | - |
| HSV(B) | 94.17º | 0.74% | 0.76% | - |
| XYZ | 26.55 | 42.26 | 9.78 | - |
| YUV | 153.07 | 69.83 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 194 | 50 | 0.42 | 0 | 0.74 | 0.24 | 94.17 | 0.59 | 0.48 |
| Hex | 70 | C2 | 32 | 2A | 0 | 4A | 18 | 5E | 3B | 30 |
| Octal | 160 | 302 | 62 | 52 | 0 | 112 | 30 | 136 | 73 | 60 |
| Binary | 1110000 | 11000010 | 110010 | 101010 | 0 | 1001010 | 11000 | 1011110 | 111011 | 110000 |
Color Harmonies of #70C232
Complementary color
Monochromatic Colors of #70C232
Black with #70C232
Text Example
Text Example
White with #70C232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C232; }
p { color: rgb(112,194,50); }
H1.HeaderClassName
{
color: #70C232;
}
.AnyTagClassName
{
color: #70C232;
}
</style>
background-color css
<style>
a { background-color: #70C232; }
a { background-color: rgb(112,194,50); }
div.DivClassName
{
background-color: #70C232;
}
.BgClassName
{
background-color: #70C232;
}
</style>
border-color css
<style>
span { border-color: #70C232; }
span { border-color: rgb(112,194,50); }
td.TdClassName
{
border-color: #70C232;
}
.TagClassName
{
border-color: #70C232;
}
</style>