Shades of Apple #70C744
Tints of Apple #70C744
RGB
CMYK
RGB Variations
Color information
#70C744 (or 0x70C744) is known color: Apple. HEX triplet: 70, C7 and 44. RGB value is (112,199,68). Sum of RGB (Red+Green+Blue) = 112+199+68=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 199 (78.12% from 255 or 52.51% from 379); Blue value is 68 (26.95% from 255 or 17.94% from 379); Max value from RGB is 199 - color contains mainly: green. Hex color #70C744 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C744 is #8F38BB. Grayscale: #9E9E9E. Windows color (decimal): -9386172 or 4507504. OLE color: 4507504.
HSL color Cylindrical-coordinate representation of color #70C744: hue angle of 99.85º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #70C744 is Cyan = 0.44, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 112 | 199 | 68 | - |
| CMYK | 0.44 | 0 | 0.66 | 0.22 |
| HSL | 99.85º | 0.54% | 0.52% | - |
| HSV(B) | 99.85º | 0.66% | 0.78% | - |
| XYZ | 28.15 | 44.71 | 12.61 | - |
| YUV | 158.05 | 77.18 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 199 | 68 | 0.44 | 0 | 0.66 | 0.22 | 99.85 | 0.54 | 0.52 |
| Hex | 70 | C7 | 44 | 2C | 0 | 42 | 16 | 64 | 36 | 34 |
| Octal | 160 | 307 | 104 | 54 | 0 | 102 | 26 | 144 | 66 | 64 |
| Binary | 1110000 | 11000111 | 1000100 | 101100 | 0 | 1000010 | 10110 | 1100100 | 110110 | 110100 |
Color Harmonies of #70C744
Complementary color
Monochromatic Colors of #70C744
Black with #70C744
Text Example
Text Example
White with #70C744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C744; }
p { color: rgb(112,199,68); }
H1.HeaderClassName
{
color: #70C744;
}
.AnyTagClassName
{
color: #70C744;
}
</style>
background-color css
<style>
a { background-color: #70C744; }
a { background-color: rgb(112,199,68); }
div.DivClassName
{
background-color: #70C744;
}
.BgClassName
{
background-color: #70C744;
}
</style>
border-color css
<style>
span { border-color: #70C744; }
span { border-color: rgb(112,199,68); }
td.TdClassName
{
border-color: #70C744;
}
.TagClassName
{
border-color: #70C744;
}
</style>