Shades of Apple #70DB35
Tints of Apple #70DB35
RGB
CMYK
RGB Variations
Color information
#70DB35 (or 0x70DB35) is known color: Apple. HEX triplet: 70, DB and 35. RGB value is (112,219,53). Sum of RGB (Red+Green+Blue) = 112+219+53=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 219 (85.94% from 255 or 57.03% from 384); Blue value is 53 (21.09% from 255 or 13.80% from 384); Max value from RGB is 219 - color contains mainly: green. Hex color #70DB35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70DB35 is #8F24CA. Grayscale: #A8A8A8. Windows color (decimal): -9381067 or 3529584. OLE color: 3529584.
HSL color Cylindrical-coordinate representation of color #70DB35: hue angle of 98.67º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #70DB35 is Cyan = 0.49, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 219 | 53 | - |
| CMYK | 0.49 | 0 | 0.76 | 0.14 |
| HSL | 98.67º | 0.7% | 0.53% | - |
| HSV(B) | 98.67º | 0.76% | 0.86% | - |
| XYZ | 32.66 | 54.36 | 12.14 | - |
| YUV | 168.08 | 63.05 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 219 | 53 | 0.49 | 0 | 0.76 | 0.14 | 98.67 | 0.7 | 0.53 |
| Hex | 70 | DB | 35 | 31 | 0 | 4C | E | 63 | 46 | 35 |
| Octal | 160 | 333 | 65 | 61 | 0 | 114 | 16 | 143 | 106 | 65 |
| Binary | 1110000 | 11011011 | 110101 | 110001 | 0 | 1001100 | 1110 | 1100011 | 1000110 | 110101 |
Color Harmonies of #70DB35
Complementary color
Monochromatic Colors of #70DB35
Black with #70DB35
Text Example
Text Example
White with #70DB35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DB35; }
p { color: rgb(112,219,53); }
H1.HeaderClassName
{
color: #70DB35;
}
.AnyTagClassName
{
color: #70DB35;
}
</style>
background-color css
<style>
a { background-color: #70DB35; }
a { background-color: rgb(112,219,53); }
div.DivClassName
{
background-color: #70DB35;
}
.BgClassName
{
background-color: #70DB35;
}
</style>
border-color css
<style>
span { border-color: #70DB35; }
span { border-color: rgb(112,219,53); }
td.TdClassName
{
border-color: #70DB35;
}
.TagClassName
{
border-color: #70DB35;
}
</style>