Shades of Apple #70D835
Tints of Apple #70D835
RGB
CMYK
RGB Variations
Color information
#70D835 (or 0x70D835) is known color: Apple. HEX triplet: 70, D8 and 35. RGB value is (112,216,53). Sum of RGB (Red+Green+Blue) = 112+216+53=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 216 (84.77% from 255 or 56.69% from 381); Blue value is 53 (21.09% from 255 or 13.91% from 381); Max value from RGB is 216 - color contains mainly: green. Hex color #70D835 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D835 is #8F27CA. Grayscale: #A6A6A6. Windows color (decimal): -9381835 or 3528816. OLE color: 3528816.
HSL color Cylindrical-coordinate representation of color #70D835: hue angle of 98.28º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #70D835 is Cyan = 0.48, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 216 | 53 | - |
| CMYK | 0.48 | 0 | 0.75 | 0.15 |
| HSL | 98.28º | 0.68% | 0.53% | - |
| HSV(B) | 98.28º | 0.75% | 0.85% | - |
| XYZ | 31.88 | 52.81 | 11.88 | - |
| YUV | 166.32 | 64.04 | 89.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 216 | 53 | 0.48 | 0 | 0.75 | 0.15 | 98.28 | 0.68 | 0.53 |
| Hex | 70 | D8 | 35 | 30 | 0 | 4B | F | 62 | 44 | 35 |
| Octal | 160 | 330 | 65 | 60 | 0 | 113 | 17 | 142 | 104 | 65 |
| Binary | 1110000 | 11011000 | 110101 | 110000 | 0 | 1001011 | 1111 | 1100010 | 1000100 | 110101 |
Color Harmonies of #70D835
Complementary color
Monochromatic Colors of #70D835
Black with #70D835
Text Example
Text Example
White with #70D835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D835; }
p { color: rgb(112,216,53); }
H1.HeaderClassName
{
color: #70D835;
}
.AnyTagClassName
{
color: #70D835;
}
</style>
background-color css
<style>
a { background-color: #70D835; }
a { background-color: rgb(112,216,53); }
div.DivClassName
{
background-color: #70D835;
}
.BgClassName
{
background-color: #70D835;
}
</style>
border-color css
<style>
span { border-color: #70D835; }
span { border-color: rgb(112,216,53); }
td.TdClassName
{
border-color: #70D835;
}
.TagClassName
{
border-color: #70D835;
}
</style>