Shades of Apple #70CA3F
Tints of Apple #70CA3F
RGB
CMYK
RGB Variations
Color information
#70CA3F (or 0x70CA3F) is known color: Apple. HEX triplet: 70, CA and 3F. RGB value is (112,202,63). Sum of RGB (Red+Green+Blue) = 112+202+63=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 202 (79.30% from 255 or 53.58% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 202 - color contains mainly: green. Hex color #70CA3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CA3F is #8F35C0. Grayscale: #9F9F9F. Windows color (decimal): -9385409 or 4180592. OLE color: 4180592.
HSL color Cylindrical-coordinate representation of color #70CA3F: hue angle of 98.85º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #70CA3F is Cyan = 0.45, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 202 | 63 | - |
| CMYK | 0.45 | 0 | 0.69 | 0.21 |
| HSL | 98.85º | 0.57% | 0.52% | - |
| HSV(B) | 98.85º | 0.69% | 0.79% | - |
| XYZ | 28.7 | 46.04 | 12.08 | - |
| YUV | 159.24 | 73.68 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 202 | 63 | 0.45 | 0 | 0.69 | 0.21 | 98.85 | 0.57 | 0.52 |
| Hex | 70 | CA | 3F | 2D | 0 | 45 | 15 | 63 | 39 | 34 |
| Octal | 160 | 312 | 77 | 55 | 0 | 105 | 25 | 143 | 71 | 64 |
| Binary | 1110000 | 11001010 | 111111 | 101101 | 0 | 1000101 | 10101 | 1100011 | 111001 | 110100 |
Color Harmonies of #70CA3F
Complementary color
Monochromatic Colors of #70CA3F
Black with #70CA3F
Text Example
Text Example
White with #70CA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CA3F; }
p { color: rgb(112,202,63); }
H1.HeaderClassName
{
color: #70CA3F;
}
.AnyTagClassName
{
color: #70CA3F;
}
</style>
background-color css
<style>
a { background-color: #70CA3F; }
a { background-color: rgb(112,202,63); }
div.DivClassName
{
background-color: #70CA3F;
}
.BgClassName
{
background-color: #70CA3F;
}
</style>
border-color css
<style>
span { border-color: #70CA3F; }
span { border-color: rgb(112,202,63); }
td.TdClassName
{
border-color: #70CA3F;
}
.TagClassName
{
border-color: #70CA3F;
}
</style>