Shades of Apple #70BC4A
Tints of Apple #70BC4A
RGB
CMYK
RGB Variations
Color information
#70BC4A (or 0x70BC4A) is known color: Apple. HEX triplet: 70, BC and 4A. RGB value is (112,188,74). Sum of RGB (Red+Green+Blue) = 112+188+74=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 188 (73.83% from 255 or 50.27% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 188 - color contains mainly: green. Hex color #70BC4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BC4A is #8F43B5. Grayscale: #989898. Windows color (decimal): -9388982 or 4897904. OLE color: 4897904.
HSL color Cylindrical-coordinate representation of color #70BC4A: hue angle of 100º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #70BC4A is Cyan = 0.40, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 188 | 74 | - |
| CMYK | 0.40 | 0 | 0.61 | 0.26 |
| HSL | 100º | 0.46% | 0.51% | - |
| HSV(B) | 100º | 0.61% | 0.74% | - |
| XYZ | 25.9 | 39.91 | 12.82 | - |
| YUV | 152.28 | 83.82 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 188 | 74 | 0.40 | 0 | 0.61 | 0.26 | 100 | 0.46 | 0.51 |
| Hex | 70 | BC | 4A | 28 | 0 | 3D | 1A | 64 | 2E | 33 |
| Octal | 160 | 274 | 112 | 50 | 0 | 75 | 32 | 144 | 56 | 63 |
| Binary | 1110000 | 10111100 | 1001010 | 101000 | 0 | 111101 | 11010 | 1100100 | 101110 | 110011 |
Color Harmonies of #70BC4A
Complementary color
Monochromatic Colors of #70BC4A
Black with #70BC4A
Text Example
Text Example
White with #70BC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BC4A; }
p { color: rgb(112,188,74); }
H1.HeaderClassName
{
color: #70BC4A;
}
.AnyTagClassName
{
color: #70BC4A;
}
</style>
background-color css
<style>
a { background-color: #70BC4A; }
a { background-color: rgb(112,188,74); }
div.DivClassName
{
background-color: #70BC4A;
}
.BgClassName
{
background-color: #70BC4A;
}
</style>
border-color css
<style>
span { border-color: #70BC4A; }
span { border-color: rgb(112,188,74); }
td.TdClassName
{
border-color: #70BC4A;
}
.TagClassName
{
border-color: #70BC4A;
}
</style>