Shades of Apple #70D52C
Tints of Apple #70D52C
RGB
CMYK
RGB Variations
Color information
#70D52C (or 0x70D52C) is known color: Apple. HEX triplet: 70, D5 and 2C. RGB value is (112,213,44). Sum of RGB (Red+Green+Blue) = 112+213+44=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 213 (83.59% from 255 or 57.72% from 369); Blue value is 44 (17.58% from 255 or 11.92% from 369); Max value from RGB is 213 - color contains mainly: green. Hex color #70D52C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D52C is #8F2AD3. Grayscale: #A4A4A4. Windows color (decimal): -9382612 or 2938224. OLE color: 2938224.
HSL color Cylindrical-coordinate representation of color #70D52C: hue angle of 95.86º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #70D52C is Cyan = 0.47, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 213 | 44 | - |
| CMYK | 0.47 | 0 | 0.79 | 0.16 |
| HSL | 95.86º | 0.67% | 0.5% | - |
| HSV(B) | 95.86º | 0.79% | 0.84% | - |
| XYZ | 30.93 | 51.22 | 10.64 | - |
| YUV | 163.54 | 60.54 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 213 | 44 | 0.47 | 0 | 0.79 | 0.16 | 95.86 | 0.67 | 0.5 |
| Hex | 70 | D5 | 2C | 2F | 0 | 4F | 10 | 60 | 43 | 32 |
| Octal | 160 | 325 | 54 | 57 | 0 | 117 | 20 | 140 | 103 | 62 |
| Binary | 1110000 | 11010101 | 101100 | 101111 | 0 | 1001111 | 10000 | 1100000 | 1000011 | 110010 |
Color Harmonies of #70D52C
Complementary color
Monochromatic Colors of #70D52C
Black with #70D52C
Text Example
Text Example
White with #70D52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D52C; }
p { color: rgb(112,213,44); }
H1.HeaderClassName
{
color: #70D52C;
}
.AnyTagClassName
{
color: #70D52C;
}
</style>
background-color css
<style>
a { background-color: #70D52C; }
a { background-color: rgb(112,213,44); }
div.DivClassName
{
background-color: #70D52C;
}
.BgClassName
{
background-color: #70D52C;
}
</style>
border-color css
<style>
span { border-color: #70D52C; }
span { border-color: rgb(112,213,44); }
td.TdClassName
{
border-color: #70D52C;
}
.TagClassName
{
border-color: #70D52C;
}
</style>