Shades of Apple #70CB42
Tints of Apple #70CB42
RGB
CMYK
RGB Variations
Color information
#70CB42 (or 0x70CB42) is known color: Apple. HEX triplet: 70, CB and 42. RGB value is (112,203,66). Sum of RGB (Red+Green+Blue) = 112+203+66=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 203 (79.69% from 255 or 53.28% from 381); Blue value is 66 (26.17% from 255 or 17.32% from 381); Max value from RGB is 203 - color contains mainly: green. Hex color #70CB42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CB42 is #8F34BD. Grayscale: #A0A0A0. Windows color (decimal): -9385150 or 4377456. OLE color: 4377456.
HSL color Cylindrical-coordinate representation of color #70CB42: hue angle of 99.85º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #70CB42 is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 203 | 66 | - |
| CMYK | 0.45 | 0 | 0.67 | 0.20 |
| HSL | 99.85º | 0.57% | 0.53% | - |
| HSV(B) | 99.85º | 0.67% | 0.8% | - |
| XYZ | 29.02 | 46.55 | 12.61 | - |
| YUV | 160.17 | 74.85 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 203 | 66 | 0.45 | 0 | 0.67 | 0.20 | 99.85 | 0.57 | 0.53 |
| Hex | 70 | CB | 42 | 2D | 0 | 43 | 14 | 64 | 39 | 35 |
| Octal | 160 | 313 | 102 | 55 | 0 | 103 | 24 | 144 | 71 | 65 |
| Binary | 1110000 | 11001011 | 1000010 | 101101 | 0 | 1000011 | 10100 | 1100100 | 111001 | 110101 |
Color Harmonies of #70CB42
Complementary color
Monochromatic Colors of #70CB42
Black with #70CB42
Text Example
Text Example
White with #70CB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CB42; }
p { color: rgb(112,203,66); }
H1.HeaderClassName
{
color: #70CB42;
}
.AnyTagClassName
{
color: #70CB42;
}
</style>
background-color css
<style>
a { background-color: #70CB42; }
a { background-color: rgb(112,203,66); }
div.DivClassName
{
background-color: #70CB42;
}
.BgClassName
{
background-color: #70CB42;
}
</style>
border-color css
<style>
span { border-color: #70CB42; }
span { border-color: rgb(112,203,66); }
td.TdClassName
{
border-color: #70CB42;
}
.TagClassName
{
border-color: #70CB42;
}
</style>