Shades of Apple #70C545
Tints of Apple #70C545
RGB
CMYK
RGB Variations
Color information
#70C545 (or 0x70C545) is known color: Apple. HEX triplet: 70, C5 and 45. RGB value is (112,197,69). Sum of RGB (Red+Green+Blue) = 112+197+69=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 197 (77.34% from 255 or 52.12% from 378); Blue value is 69 (27.34% from 255 or 18.25% from 378); Max value from RGB is 197 - color contains mainly: green. Hex color #70C545 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C545 is #8F3ABA. Grayscale: #9D9D9D. Windows color (decimal): -9386683 or 4572528. OLE color: 4572528.
HSL color Cylindrical-coordinate representation of color #70C545: hue angle of 99.84º degrees, saturation: 0.52, 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 #70C545 is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 112 | 197 | 69 | - |
| CMYK | 0.43 | 0 | 0.65 | 0.23 |
| HSL | 99.84º | 0.52% | 0.52% | - |
| HSV(B) | 99.84º | 0.65% | 0.77% | - |
| XYZ | 27.72 | 43.81 | 12.62 | - |
| YUV | 156.99 | 78.34 | 95.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 197 | 69 | 0.43 | 0 | 0.65 | 0.23 | 99.84 | 0.52 | 0.52 |
| Hex | 70 | C5 | 45 | 2B | 0 | 41 | 17 | 64 | 34 | 34 |
| Octal | 160 | 305 | 105 | 53 | 0 | 101 | 27 | 144 | 64 | 64 |
| Binary | 1110000 | 11000101 | 1000101 | 101011 | 0 | 1000001 | 10111 | 1100100 | 110100 | 110100 |
Color Harmonies of #70C545
Complementary color
Monochromatic Colors of #70C545
Black with #70C545
Text Example
Text Example
White with #70C545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C545; }
p { color: rgb(112,197,69); }
H1.HeaderClassName
{
color: #70C545;
}
.AnyTagClassName
{
color: #70C545;
}
</style>
background-color css
<style>
a { background-color: #70C545; }
a { background-color: rgb(112,197,69); }
div.DivClassName
{
background-color: #70C545;
}
.BgClassName
{
background-color: #70C545;
}
</style>
border-color css
<style>
span { border-color: #70C545; }
span { border-color: rgb(112,197,69); }
td.TdClassName
{
border-color: #70C545;
}
.TagClassName
{
border-color: #70C545;
}
</style>