Shades of Apple #70B950
Tints of Apple #70B950
RGB
CMYK
RGB Variations
Color information
#70B950 (or 0x70B950) is known color: Apple. HEX triplet: 70, B9 and 50. RGB value is (112,185,80). Sum of RGB (Red+Green+Blue) = 112+185+80=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 185 (72.66% from 255 or 49.07% from 377); Blue value is 80 (31.64% from 255 or 21.22% from 377); Max value from RGB is 185 - color contains mainly: green. Hex color #70B950 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B950 is #8F46AF. Grayscale: #979797. Windows color (decimal): -9389744 or 5290352. OLE color: 5290352.
HSL color Cylindrical-coordinate representation of color #70B950: hue angle of 101.71º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #70B950 is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 185 | 80 | - |
| CMYK | 0.39 | 0 | 0.57 | 0.27 |
| HSL | 101.71º | 0.43% | 0.52% | - |
| HSV(B) | 101.71º | 0.57% | 0.73% | - |
| XYZ | 25.48 | 38.72 | 13.72 | - |
| YUV | 151.2 | 87.82 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 185 | 80 | 0.39 | 0 | 0.57 | 0.27 | 101.71 | 0.43 | 0.52 |
| Hex | 70 | B9 | 50 | 27 | 0 | 39 | 1B | 66 | 2B | 34 |
| Octal | 160 | 271 | 120 | 47 | 0 | 71 | 33 | 146 | 53 | 64 |
| Binary | 1110000 | 10111001 | 1010000 | 100111 | 0 | 111001 | 11011 | 1100110 | 101011 | 110100 |
Color Harmonies of #70B950
Complementary color
Monochromatic Colors of #70B950
Black with #70B950
Text Example
Text Example
White with #70B950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B950; }
p { color: rgb(112,185,80); }
H1.HeaderClassName
{
color: #70B950;
}
.AnyTagClassName
{
color: #70B950;
}
</style>
background-color css
<style>
a { background-color: #70B950; }
a { background-color: rgb(112,185,80); }
div.DivClassName
{
background-color: #70B950;
}
.BgClassName
{
background-color: #70B950;
}
</style>
border-color css
<style>
span { border-color: #70B950; }
span { border-color: rgb(112,185,80); }
td.TdClassName
{
border-color: #70B950;
}
.TagClassName
{
border-color: #70B950;
}
</style>