Shades of Apple #70C541
Tints of Apple #70C541
RGB
CMYK
RGB Variations
Color information
#70C541 (or 0x70C541) is known color: Apple. HEX triplet: 70, C5 and 41. RGB value is (112,197,65). Sum of RGB (Red+Green+Blue) = 112+197+65=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 197 (77.34% from 255 or 52.67% from 374); Blue value is 65 (25.78% from 255 or 17.38% from 374); Max value from RGB is 197 - color contains mainly: green. Hex color #70C541 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C541 is #8F3ABE. Grayscale: #9C9C9C. Windows color (decimal): -9386687 or 4310384. OLE color: 4310384.
HSL color Cylindrical-coordinate representation of color #70C541: hue angle of 98.64º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #70C541 is Cyan = 0.43, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 112 | 197 | 65 | - |
| CMYK | 0.43 | 0 | 0.67 | 0.23 |
| HSL | 98.64º | 0.53% | 0.51% | - |
| HSV(B) | 98.64º | 0.67% | 0.77% | - |
| XYZ | 27.6 | 43.76 | 11.99 | - |
| YUV | 156.54 | 76.34 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 197 | 65 | 0.43 | 0 | 0.67 | 0.23 | 98.64 | 0.53 | 0.51 |
| Hex | 70 | C5 | 41 | 2B | 0 | 43 | 17 | 63 | 35 | 33 |
| Octal | 160 | 305 | 101 | 53 | 0 | 103 | 27 | 143 | 65 | 63 |
| Binary | 1110000 | 11000101 | 1000001 | 101011 | 0 | 1000011 | 10111 | 1100011 | 110101 | 110011 |
Color Harmonies of #70C541
Complementary color
Monochromatic Colors of #70C541
Black with #70C541
Text Example
Text Example
White with #70C541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C541; }
p { color: rgb(112,197,65); }
H1.HeaderClassName
{
color: #70C541;
}
.AnyTagClassName
{
color: #70C541;
}
</style>
background-color css
<style>
a { background-color: #70C541; }
a { background-color: rgb(112,197,65); }
div.DivClassName
{
background-color: #70C541;
}
.BgClassName
{
background-color: #70C541;
}
</style>
border-color css
<style>
span { border-color: #70C541; }
span { border-color: rgb(112,197,65); }
td.TdClassName
{
border-color: #70C541;
}
.TagClassName
{
border-color: #70C541;
}
</style>