Shades of Apple #70BC4B
Tints of Apple #70BC4B
RGB
CMYK
RGB Variations
Color information
#70BC4B (or 0x70BC4B) is known color: Apple. HEX triplet: 70, BC and 4B. RGB value is (112,188,75). Sum of RGB (Red+Green+Blue) = 112+188+75=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 75 (29.69% from 255 or 20% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #70BC4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BC4B is #8F43B4. Grayscale: #989898. Windows color (decimal): -9388981 or 4963440. OLE color: 4963440.
HSL color Cylindrical-coordinate representation of color #70BC4B: hue angle of 100.35º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #70BC4B is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 188 | 75 | - |
| CMYK | 0.40 | 0 | 0.60 | 0.26 |
| HSL | 100.35º | 0.46% | 0.52% | - |
| HSV(B) | 100.35º | 0.6% | 0.74% | - |
| XYZ | 25.94 | 39.92 | 12.99 | - |
| YUV | 152.39 | 84.32 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 188 | 75 | 0.40 | 0 | 0.60 | 0.26 | 100.35 | 0.46 | 0.52 |
| Hex | 70 | BC | 4B | 28 | 0 | 3C | 1A | 64 | 2E | 34 |
| Octal | 160 | 274 | 113 | 50 | 0 | 74 | 32 | 144 | 56 | 64 |
| Binary | 1110000 | 10111100 | 1001011 | 101000 | 0 | 111100 | 11010 | 1100100 | 101110 | 110100 |
Color Harmonies of #70BC4B
Complementary color
Monochromatic Colors of #70BC4B
Black with #70BC4B
Text Example
Text Example
White with #70BC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BC4B; }
p { color: rgb(112,188,75); }
H1.HeaderClassName
{
color: #70BC4B;
}
.AnyTagClassName
{
color: #70BC4B;
}
</style>
background-color css
<style>
a { background-color: #70BC4B; }
a { background-color: rgb(112,188,75); }
div.DivClassName
{
background-color: #70BC4B;
}
.BgClassName
{
background-color: #70BC4B;
}
</style>
border-color css
<style>
span { border-color: #70BC4B; }
span { border-color: rgb(112,188,75); }
td.TdClassName
{
border-color: #70BC4B;
}
.TagClassName
{
border-color: #70BC4B;
}
</style>