Shades of Apple #70CB3C
Tints of Apple #70CB3C
RGB
CMYK
RGB Variations
Color information
#70CB3C (or 0x70CB3C) is known color: Apple. HEX triplet: 70, CB and 3C. RGB value is (112,203,60). Sum of RGB (Red+Green+Blue) = 112+203+60=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 203 (79.69% from 255 or 54.13% from 375); Blue value is 60 (23.83% from 255 or 16% from 375); Max value from RGB is 203 - color contains mainly: green. Hex color #70CB3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CB3C is #8F34C3. Grayscale: #9F9F9F. Windows color (decimal): -9385156 or 3984240. OLE color: 3984240.
HSL color Cylindrical-coordinate representation of color #70CB3C: hue angle of 98.18º 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 #70CB3C is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 203 | 60 | - |
| CMYK | 0.45 | 0 | 0.70 | 0.20 |
| HSL | 98.18º | 0.58% | 0.52% | - |
| HSV(B) | 98.18º | 0.7% | 0.8% | - |
| XYZ | 28.85 | 46.48 | 11.73 | - |
| YUV | 159.49 | 71.85 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 203 | 60 | 0.45 | 0 | 0.70 | 0.20 | 98.18 | 0.58 | 0.52 |
| Hex | 70 | CB | 3C | 2D | 0 | 46 | 14 | 62 | 3A | 34 |
| Octal | 160 | 313 | 74 | 55 | 0 | 106 | 24 | 142 | 72 | 64 |
| Binary | 1110000 | 11001011 | 111100 | 101101 | 0 | 1000110 | 10100 | 1100010 | 111010 | 110100 |
Color Harmonies of #70CB3C
Complementary color
Monochromatic Colors of #70CB3C
Black with #70CB3C
Text Example
Text Example
White with #70CB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CB3C; }
p { color: rgb(112,203,60); }
H1.HeaderClassName
{
color: #70CB3C;
}
.AnyTagClassName
{
color: #70CB3C;
}
</style>
background-color css
<style>
a { background-color: #70CB3C; }
a { background-color: rgb(112,203,60); }
div.DivClassName
{
background-color: #70CB3C;
}
.BgClassName
{
background-color: #70CB3C;
}
</style>
border-color css
<style>
span { border-color: #70CB3C; }
span { border-color: rgb(112,203,60); }
td.TdClassName
{
border-color: #70CB3C;
}
.TagClassName
{
border-color: #70CB3C;
}
</style>