Shades of Apple #70C94A
Tints of Apple #70C94A
RGB
CMYK
RGB Variations
Color information
#70C94A (or 0x70C94A) is known color: Apple. HEX triplet: 70, C9 and 4A. RGB value is (112,201,74). Sum of RGB (Red+Green+Blue) = 112+201+74=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 201 (78.91% from 255 or 51.94% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 201 - color contains mainly: green. Hex color #70C94A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C94A is #8F36B5. Grayscale: #A0A0A0. Windows color (decimal): -9385654 or 4901232. OLE color: 4901232.
HSL color Cylindrical-coordinate representation of color #70C94A: hue angle of 102.05º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #70C94A is Cyan = 0.44, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 201 | 74 | - |
| CMYK | 0.44 | 0 | 0.63 | 0.21 |
| HSL | 102.05º | 0.54% | 0.54% | - |
| HSV(B) | 102.05º | 0.63% | 0.79% | - |
| XYZ | 28.8 | 45.71 | 13.78 | - |
| YUV | 159.91 | 79.51 | 93.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 201 | 74 | 0.44 | 0 | 0.63 | 0.21 | 102.05 | 0.54 | 0.54 |
| Hex | 70 | C9 | 4A | 2C | 0 | 3F | 15 | 66 | 36 | 36 |
| Octal | 160 | 311 | 112 | 54 | 0 | 77 | 25 | 146 | 66 | 66 |
| Binary | 1110000 | 11001001 | 1001010 | 101100 | 0 | 111111 | 10101 | 1100110 | 110110 | 110110 |
Color Harmonies of #70C94A
Complementary color
Monochromatic Colors of #70C94A
Black with #70C94A
Text Example
Text Example
White with #70C94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C94A; }
p { color: rgb(112,201,74); }
H1.HeaderClassName
{
color: #70C94A;
}
.AnyTagClassName
{
color: #70C94A;
}
</style>
background-color css
<style>
a { background-color: #70C94A; }
a { background-color: rgb(112,201,74); }
div.DivClassName
{
background-color: #70C94A;
}
.BgClassName
{
background-color: #70C94A;
}
</style>
border-color css
<style>
span { border-color: #70C94A; }
span { border-color: rgb(112,201,74); }
td.TdClassName
{
border-color: #70C94A;
}
.TagClassName
{
border-color: #70C94A;
}
</style>