Shades of Apple #70C13F
Tints of Apple #70C13F
RGB
CMYK
RGB Variations
Color information
#70C13F (or 0x70C13F) is known color: Apple. HEX triplet: 70, C1 and 3F. RGB value is (112,193,63). Sum of RGB (Red+Green+Blue) = 112+193+63=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 193 (75.78% from 255 or 52.45% from 368); Blue value is 63 (25% from 255 or 17.12% from 368); Max value from RGB is 193 - color contains mainly: green. Hex color #70C13F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C13F is #8F3EC0. Grayscale: #9A9A9A. Windows color (decimal): -9387713 or 4178288. OLE color: 4178288.
HSL color Cylindrical-coordinate representation of color #70C13F: hue angle of 97.38º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #70C13F is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 193 | 63 | - |
| CMYK | 0.42 | 0 | 0.67 | 0.24 |
| HSL | 97.38º | 0.51% | 0.5% | - |
| HSV(B) | 97.38º | 0.67% | 0.76% | - |
| XYZ | 26.65 | 41.94 | 11.39 | - |
| YUV | 153.96 | 76.66 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 193 | 63 | 0.42 | 0 | 0.67 | 0.24 | 97.38 | 0.51 | 0.5 |
| Hex | 70 | C1 | 3F | 2A | 0 | 43 | 18 | 61 | 33 | 32 |
| Octal | 160 | 301 | 77 | 52 | 0 | 103 | 30 | 141 | 63 | 62 |
| Binary | 1110000 | 11000001 | 111111 | 101010 | 0 | 1000011 | 11000 | 1100001 | 110011 | 110010 |
Color Harmonies of #70C13F
Complementary color
Monochromatic Colors of #70C13F
Black with #70C13F
Text Example
Text Example
White with #70C13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C13F; }
p { color: rgb(112,193,63); }
H1.HeaderClassName
{
color: #70C13F;
}
.AnyTagClassName
{
color: #70C13F;
}
</style>
background-color css
<style>
a { background-color: #70C13F; }
a { background-color: rgb(112,193,63); }
div.DivClassName
{
background-color: #70C13F;
}
.BgClassName
{
background-color: #70C13F;
}
</style>
border-color css
<style>
span { border-color: #70C13F; }
span { border-color: rgb(112,193,63); }
td.TdClassName
{
border-color: #70C13F;
}
.TagClassName
{
border-color: #70C13F;
}
</style>