Shades of Apple #70C13C
Tints of Apple #70C13C
RGB
CMYK
RGB Variations
Color information
#70C13C (or 0x70C13C) is known color: Apple. HEX triplet: 70, C1 and 3C. RGB value is (112,193,60). Sum of RGB (Red+Green+Blue) = 112+193+60=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 193 (75.78% from 255 or 52.88% from 365); Blue value is 60 (23.83% from 255 or 16.44% from 365); Max value from RGB is 193 - color contains mainly: green. Hex color #70C13C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C13C is #8F3EC3. Grayscale: #9A9A9A. Windows color (decimal): -9387716 or 3981680. OLE color: 3981680.
HSL color Cylindrical-coordinate representation of color #70C13C: hue angle of 96.54º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #70C13C is Cyan = 0.42, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 193 | 60 | - |
| CMYK | 0.42 | 0 | 0.69 | 0.24 |
| HSL | 96.54º | 0.53% | 0.5% | - |
| HSV(B) | 96.54º | 0.69% | 0.76% | - |
| XYZ | 26.57 | 41.91 | 10.96 | - |
| YUV | 153.62 | 75.16 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 193 | 60 | 0.42 | 0 | 0.69 | 0.24 | 96.54 | 0.53 | 0.5 |
| Hex | 70 | C1 | 3C | 2A | 0 | 45 | 18 | 61 | 35 | 32 |
| Octal | 160 | 301 | 74 | 52 | 0 | 105 | 30 | 141 | 65 | 62 |
| Binary | 1110000 | 11000001 | 111100 | 101010 | 0 | 1000101 | 11000 | 1100001 | 110101 | 110010 |
Color Harmonies of #70C13C
Complementary color
Monochromatic Colors of #70C13C
Black with #70C13C
Text Example
Text Example
White with #70C13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C13C; }
p { color: rgb(112,193,60); }
H1.HeaderClassName
{
color: #70C13C;
}
.AnyTagClassName
{
color: #70C13C;
}
</style>
background-color css
<style>
a { background-color: #70C13C; }
a { background-color: rgb(112,193,60); }
div.DivClassName
{
background-color: #70C13C;
}
.BgClassName
{
background-color: #70C13C;
}
</style>
border-color css
<style>
span { border-color: #70C13C; }
span { border-color: rgb(112,193,60); }
td.TdClassName
{
border-color: #70C13C;
}
.TagClassName
{
border-color: #70C13C;
}
</style>