Shades of Apple #70B54E
Tints of Apple #70B54E
RGB
CMYK
RGB Variations
Color information
#70B54E (or 0x70B54E) is known color: Apple. HEX triplet: 70, B5 and 4E. RGB value is (112,181,78). Sum of RGB (Red+Green+Blue) = 112+181+78=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 181 (71.09% from 255 or 48.79% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 181 - color contains mainly: green. Hex color #70B54E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B54E is #8F4AB1. Grayscale: #949494. Windows color (decimal): -9390770 or 5158256. OLE color: 5158256.
HSL color Cylindrical-coordinate representation of color #70B54E: hue angle of 100.19º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #70B54E is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 181 | 78 | - |
| CMYK | 0.38 | 0 | 0.57 | 0.29 |
| HSL | 100.19º | 0.41% | 0.51% | - |
| HSV(B) | 100.19º | 0.57% | 0.71% | - |
| XYZ | 24.58 | 37.04 | 13.06 | - |
| YUV | 148.63 | 88.14 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 181 | 78 | 0.38 | 0 | 0.57 | 0.29 | 100.19 | 0.41 | 0.51 |
| Hex | 70 | B5 | 4E | 26 | 0 | 39 | 1D | 64 | 29 | 33 |
| Octal | 160 | 265 | 116 | 46 | 0 | 71 | 35 | 144 | 51 | 63 |
| Binary | 1110000 | 10110101 | 1001110 | 100110 | 0 | 111001 | 11101 | 1100100 | 101001 | 110011 |
Color Harmonies of #70B54E
Complementary color
Monochromatic Colors of #70B54E
Black with #70B54E
Text Example
Text Example
White with #70B54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B54E; }
p { color: rgb(112,181,78); }
H1.HeaderClassName
{
color: #70B54E;
}
.AnyTagClassName
{
color: #70B54E;
}
</style>
background-color css
<style>
a { background-color: #70B54E; }
a { background-color: rgb(112,181,78); }
div.DivClassName
{
background-color: #70B54E;
}
.BgClassName
{
background-color: #70B54E;
}
</style>
border-color css
<style>
span { border-color: #70B54E; }
span { border-color: rgb(112,181,78); }
td.TdClassName
{
border-color: #70B54E;
}
.TagClassName
{
border-color: #70B54E;
}
</style>