Shades of Apple #70B252
Tints of Apple #70B252
RGB
CMYK
RGB Variations
Color information
#70B252 (or 0x70B252) is known color: Apple. HEX triplet: 70, B2 and 52. RGB value is (112,178,82). Sum of RGB (Red+Green+Blue) = 112+178+82=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 178 (69.92% from 255 or 47.85% from 372); Blue value is 82 (32.42% from 255 or 22.04% from 372); Max value from RGB is 178 - color contains mainly: green. Hex color #70B252 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70B252 is #8F4DAD. Grayscale: #939393. Windows color (decimal): -9391534 or 5419632. OLE color: 5419632.
HSL color Cylindrical-coordinate representation of color #70B252: hue angle of 101.25º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70B252 is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 112 | 178 | 82 | - |
| CMYK | 0.37 | 0 | 0.54 | 0.30 |
| HSL | 101.25º | 0.38% | 0.51% | - |
| HSV(B) | 101.25º | 0.54% | 0.7% | - |
| XYZ | 24.13 | 35.89 | 13.64 | - |
| YUV | 147.32 | 91.13 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 178 | 82 | 0.37 | 0 | 0.54 | 0.30 | 101.25 | 0.38 | 0.51 |
| Hex | 70 | B2 | 52 | 25 | 0 | 36 | 1E | 65 | 26 | 33 |
| Octal | 160 | 262 | 122 | 45 | 0 | 66 | 36 | 145 | 46 | 63 |
| Binary | 1110000 | 10110010 | 1010010 | 100101 | 0 | 110110 | 11110 | 1100101 | 100110 | 110011 |
Color Harmonies of #70B252
Complementary color
Monochromatic Colors of #70B252
Black with #70B252
Text Example
Text Example
White with #70B252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B252; }
p { color: rgb(112,178,82); }
H1.HeaderClassName
{
color: #70B252;
}
.AnyTagClassName
{
color: #70B252;
}
</style>
background-color css
<style>
a { background-color: #70B252; }
a { background-color: rgb(112,178,82); }
div.DivClassName
{
background-color: #70B252;
}
.BgClassName
{
background-color: #70B252;
}
</style>
border-color css
<style>
span { border-color: #70B252; }
span { border-color: rgb(112,178,82); }
td.TdClassName
{
border-color: #70B252;
}
.TagClassName
{
border-color: #70B252;
}
</style>