Shades of Apple #70CB3D
Tints of Apple #70CB3D
RGB
CMYK
RGB Variations
Color information
#70CB3D (or 0x70CB3D) is known color: Apple. HEX triplet: 70, CB and 3D. RGB value is (112,203,61). Sum of RGB (Red+Green+Blue) = 112+203+61=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 203 (79.69% from 255 or 53.99% from 376); Blue value is 61 (24.22% from 255 or 16.22% from 376); Max value from RGB is 203 - color contains mainly: green. Hex color #70CB3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CB3D is #8F34C2. Grayscale: #A0A0A0. Windows color (decimal): -9385155 or 4049776. OLE color: 4049776.
HSL color Cylindrical-coordinate representation of color #70CB3D: hue angle of 98.45º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #70CB3D is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 203 | 61 | - |
| CMYK | 0.45 | 0 | 0.70 | 0.20 |
| HSL | 98.45º | 0.58% | 0.52% | - |
| HSV(B) | 98.45º | 0.7% | 0.8% | - |
| XYZ | 28.88 | 46.49 | 11.87 | - |
| YUV | 159.6 | 72.35 | 94.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 203 | 61 | 0.45 | 0 | 0.70 | 0.20 | 98.45 | 0.58 | 0.52 |
| Hex | 70 | CB | 3D | 2D | 0 | 46 | 14 | 62 | 3A | 34 |
| Octal | 160 | 313 | 75 | 55 | 0 | 106 | 24 | 142 | 72 | 64 |
| Binary | 1110000 | 11001011 | 111101 | 101101 | 0 | 1000110 | 10100 | 1100010 | 111010 | 110100 |
Color Harmonies of #70CB3D
Complementary color
Monochromatic Colors of #70CB3D
Black with #70CB3D
Text Example
Text Example
White with #70CB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CB3D; }
p { color: rgb(112,203,61); }
H1.HeaderClassName
{
color: #70CB3D;
}
.AnyTagClassName
{
color: #70CB3D;
}
</style>
background-color css
<style>
a { background-color: #70CB3D; }
a { background-color: rgb(112,203,61); }
div.DivClassName
{
background-color: #70CB3D;
}
.BgClassName
{
background-color: #70CB3D;
}
</style>
border-color css
<style>
span { border-color: #70CB3D; }
span { border-color: rgb(112,203,61); }
td.TdClassName
{
border-color: #70CB3D;
}
.TagClassName
{
border-color: #70CB3D;
}
</style>