Shades of Apple #70DB2C
Tints of Apple #70DB2C
RGB
CMYK
RGB Variations
Color information
#70DB2C (or 0x70DB2C) is known color: Apple. HEX triplet: 70, DB and 2C. RGB value is (112,219,44). Sum of RGB (Red+Green+Blue) = 112+219+44=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 219 (85.94% from 255 or 58.4% from 375); Blue value is 44 (17.58% from 255 or 11.73% from 375); Max value from RGB is 219 - color contains mainly: green. Hex color #70DB2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70DB2C is #8F24D3. Grayscale: #A7A7A7. Windows color (decimal): -9381076 or 2939760. OLE color: 2939760.
HSL color Cylindrical-coordinate representation of color #70DB2C: hue angle of 96.69º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #70DB2C is Cyan = 0.49, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 219 | 44 | - |
| CMYK | 0.49 | 0 | 0.80 | 0.14 |
| HSL | 96.69º | 0.71% | 0.52% | - |
| HSV(B) | 96.69º | 0.8% | 0.86% | - |
| XYZ | 32.47 | 54.29 | 11.15 | - |
| YUV | 167.06 | 58.55 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 219 | 44 | 0.49 | 0 | 0.80 | 0.14 | 96.69 | 0.71 | 0.52 |
| Hex | 70 | DB | 2C | 31 | 0 | 50 | E | 61 | 47 | 34 |
| Octal | 160 | 333 | 54 | 61 | 0 | 120 | 16 | 141 | 107 | 64 |
| Binary | 1110000 | 11011011 | 101100 | 110001 | 0 | 1010000 | 1110 | 1100001 | 1000111 | 110100 |
Color Harmonies of #70DB2C
Complementary color
Monochromatic Colors of #70DB2C
Black with #70DB2C
Text Example
Text Example
White with #70DB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DB2C; }
p { color: rgb(112,219,44); }
H1.HeaderClassName
{
color: #70DB2C;
}
.AnyTagClassName
{
color: #70DB2C;
}
</style>
background-color css
<style>
a { background-color: #70DB2C; }
a { background-color: rgb(112,219,44); }
div.DivClassName
{
background-color: #70DB2C;
}
.BgClassName
{
background-color: #70DB2C;
}
</style>
border-color css
<style>
span { border-color: #70DB2C; }
span { border-color: rgb(112,219,44); }
td.TdClassName
{
border-color: #70DB2C;
}
.TagClassName
{
border-color: #70DB2C;
}
</style>