Shades of Apple #70BC39
Tints of Apple #70BC39
RGB
CMYK
RGB Variations
Color information
#70BC39 (or 0x70BC39) is known color: Apple. HEX triplet: 70, BC and 39. RGB value is (112,188,57). Sum of RGB (Red+Green+Blue) = 112+188+57=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 188 (73.83% from 255 or 52.66% from 357); Blue value is 57 (22.66% from 255 or 15.97% from 357); Max value from RGB is 188 - color contains mainly: green. Hex color #70BC39 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BC39 is #8F43C6. Grayscale: #969696. Windows color (decimal): -9388999 or 3783792. OLE color: 3783792.
HSL color Cylindrical-coordinate representation of color #70BC39: hue angle of 94.81º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #70BC39 is Cyan = 0.40, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 188 | 57 | - |
| CMYK | 0.40 | 0 | 0.70 | 0.26 |
| HSL | 94.81º | 0.53% | 0.48% | - |
| HSV(B) | 94.81º | 0.7% | 0.74% | - |
| XYZ | 25.4 | 39.71 | 10.2 | - |
| YUV | 150.34 | 75.32 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 188 | 57 | 0.40 | 0 | 0.70 | 0.26 | 94.81 | 0.53 | 0.48 |
| Hex | 70 | BC | 39 | 28 | 0 | 46 | 1A | 5F | 35 | 30 |
| Octal | 160 | 274 | 71 | 50 | 0 | 106 | 32 | 137 | 65 | 60 |
| Binary | 1110000 | 10111100 | 111001 | 101000 | 0 | 1000110 | 11010 | 1011111 | 110101 | 110000 |
Color Harmonies of #70BC39
Complementary color
Monochromatic Colors of #70BC39
Black with #70BC39
Text Example
Text Example
White with #70BC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BC39; }
p { color: rgb(112,188,57); }
H1.HeaderClassName
{
color: #70BC39;
}
.AnyTagClassName
{
color: #70BC39;
}
</style>
background-color css
<style>
a { background-color: #70BC39; }
a { background-color: rgb(112,188,57); }
div.DivClassName
{
background-color: #70BC39;
}
.BgClassName
{
background-color: #70BC39;
}
</style>
border-color css
<style>
span { border-color: #70BC39; }
span { border-color: rgb(112,188,57); }
td.TdClassName
{
border-color: #70BC39;
}
.TagClassName
{
border-color: #70BC39;
}
</style>