Shades of Apple #70C548
Tints of Apple #70C548
RGB
CMYK
RGB Variations
Color information
#70C548 (or 0x70C548) is known color: Apple. HEX triplet: 70, C5 and 48. RGB value is (112,197,72). Sum of RGB (Red+Green+Blue) = 112+197+72=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 197 (77.34% from 255 or 51.71% from 381); Blue value is 72 (28.52% from 255 or 18.90% from 381); Max value from RGB is 197 - color contains mainly: green. Hex color #70C548 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C548 is #8F3AB7. Grayscale: #9D9D9D. Windows color (decimal): -9386680 or 4769136. OLE color: 4769136.
HSL color Cylindrical-coordinate representation of color #70C548: hue angle of 100.8º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #70C548 is Cyan = 0.43, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 112 | 197 | 72 | - |
| CMYK | 0.43 | 0 | 0.63 | 0.23 |
| HSL | 100.8º | 0.52% | 0.53% | - |
| HSV(B) | 100.8º | 0.63% | 0.77% | - |
| XYZ | 27.82 | 43.85 | 13.13 | - |
| YUV | 157.34 | 79.84 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 197 | 72 | 0.43 | 0 | 0.63 | 0.23 | 100.8 | 0.52 | 0.53 |
| Hex | 70 | C5 | 48 | 2B | 0 | 3F | 17 | 65 | 34 | 35 |
| Octal | 160 | 305 | 110 | 53 | 0 | 77 | 27 | 145 | 64 | 65 |
| Binary | 1110000 | 11000101 | 1001000 | 101011 | 0 | 111111 | 10111 | 1100101 | 110100 | 110101 |
Color Harmonies of #70C548
Complementary color
Monochromatic Colors of #70C548
Black with #70C548
Text Example
Text Example
White with #70C548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C548; }
p { color: rgb(112,197,72); }
H1.HeaderClassName
{
color: #70C548;
}
.AnyTagClassName
{
color: #70C548;
}
</style>
background-color css
<style>
a { background-color: #70C548; }
a { background-color: rgb(112,197,72); }
div.DivClassName
{
background-color: #70C548;
}
.BgClassName
{
background-color: #70C548;
}
</style>
border-color css
<style>
span { border-color: #70C548; }
span { border-color: rgb(112,197,72); }
td.TdClassName
{
border-color: #70C548;
}
.TagClassName
{
border-color: #70C548;
}
</style>