Shades of Apple #70C53E
Tints of Apple #70C53E
RGB
CMYK
RGB Variations
Color information
#70C53E (or 0x70C53E) is known color: Apple. HEX triplet: 70, C5 and 3E. RGB value is (112,197,62). Sum of RGB (Red+Green+Blue) = 112+197+62=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 197 (77.34% from 255 or 53.10% from 371); Blue value is 62 (24.61% from 255 or 16.71% from 371); Max value from RGB is 197 - color contains mainly: green. Hex color #70C53E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C53E is #8F3AC1. Grayscale: #9C9C9C. Windows color (decimal): -9386690 or 4113776. OLE color: 4113776.
HSL color Cylindrical-coordinate representation of color #70C53E: hue angle of 97.78º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #70C53E is Cyan = 0.43, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 112 | 197 | 62 | - |
| CMYK | 0.43 | 0 | 0.69 | 0.23 |
| HSL | 97.78º | 0.54% | 0.51% | - |
| HSV(B) | 97.78º | 0.69% | 0.77% | - |
| XYZ | 27.52 | 43.73 | 11.55 | - |
| YUV | 156.2 | 74.84 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 197 | 62 | 0.43 | 0 | 0.69 | 0.23 | 97.78 | 0.54 | 0.51 |
| Hex | 70 | C5 | 3E | 2B | 0 | 45 | 17 | 62 | 36 | 33 |
| Octal | 160 | 305 | 76 | 53 | 0 | 105 | 27 | 142 | 66 | 63 |
| Binary | 1110000 | 11000101 | 111110 | 101011 | 0 | 1000101 | 10111 | 1100010 | 110110 | 110011 |
Color Harmonies of #70C53E
Complementary color
Monochromatic Colors of #70C53E
Black with #70C53E
Text Example
Text Example
White with #70C53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C53E; }
p { color: rgb(112,197,62); }
H1.HeaderClassName
{
color: #70C53E;
}
.AnyTagClassName
{
color: #70C53E;
}
</style>
background-color css
<style>
a { background-color: #70C53E; }
a { background-color: rgb(112,197,62); }
div.DivClassName
{
background-color: #70C53E;
}
.BgClassName
{
background-color: #70C53E;
}
</style>
border-color css
<style>
span { border-color: #70C53E; }
span { border-color: rgb(112,197,62); }
td.TdClassName
{
border-color: #70C53E;
}
.TagClassName
{
border-color: #70C53E;
}
</style>