Shades of Apple #70C544
Tints of Apple #70C544
RGB
CMYK
RGB Variations
Color information
#70C544 (or 0x70C544) is known color: Apple. HEX triplet: 70, C5 and 44. RGB value is (112,197,68). Sum of RGB (Red+Green+Blue) = 112+197+68=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 197 (77.34% from 255 or 52.25% from 377); Blue value is 68 (26.95% from 255 or 18.04% from 377); Max value from RGB is 197 - color contains mainly: green. Hex color #70C544 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C544 is #8F3ABB. Grayscale: #9D9D9D. Windows color (decimal): -9386684 or 4506992. OLE color: 4506992.
HSL color Cylindrical-coordinate representation of color #70C544: hue angle of 99.53º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #70C544 is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 112 | 197 | 68 | - |
| CMYK | 0.43 | 0 | 0.65 | 0.23 |
| HSL | 99.53º | 0.53% | 0.52% | - |
| HSV(B) | 99.53º | 0.65% | 0.77% | - |
| XYZ | 27.69 | 43.79 | 12.46 | - |
| YUV | 156.88 | 77.84 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 197 | 68 | 0.43 | 0 | 0.65 | 0.23 | 99.53 | 0.53 | 0.52 |
| Hex | 70 | C5 | 44 | 2B | 0 | 41 | 17 | 64 | 35 | 34 |
| Octal | 160 | 305 | 104 | 53 | 0 | 101 | 27 | 144 | 65 | 64 |
| Binary | 1110000 | 11000101 | 1000100 | 101011 | 0 | 1000001 | 10111 | 1100100 | 110101 | 110100 |
Color Harmonies of #70C544
Complementary color
Monochromatic Colors of #70C544
Black with #70C544
Text Example
Text Example
White with #70C544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C544; }
p { color: rgb(112,197,68); }
H1.HeaderClassName
{
color: #70C544;
}
.AnyTagClassName
{
color: #70C544;
}
</style>
background-color css
<style>
a { background-color: #70C544; }
a { background-color: rgb(112,197,68); }
div.DivClassName
{
background-color: #70C544;
}
.BgClassName
{
background-color: #70C544;
}
</style>
border-color css
<style>
span { border-color: #70C544; }
span { border-color: rgb(112,197,68); }
td.TdClassName
{
border-color: #70C544;
}
.TagClassName
{
border-color: #70C544;
}
</style>