Shades of Apple #70D52B
Tints of Apple #70D52B
RGB
CMYK
RGB Variations
Color information
#70D52B (or 0x70D52B) is known color: Apple. HEX triplet: 70, D5 and 2B. RGB value is (112,213,43). Sum of RGB (Red+Green+Blue) = 112+213+43=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 213 (83.59% from 255 or 57.88% from 368); Blue value is 43 (17.19% from 255 or 11.68% from 368); Max value from RGB is 213 - color contains mainly: green. Hex color #70D52B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D52B is #8F2AD4. Grayscale: #A3A3A3. Windows color (decimal): -9382613 or 2872688. OLE color: 2872688.
HSL color Cylindrical-coordinate representation of color #70D52B: hue angle of 95.65º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #70D52B is Cyan = 0.47, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 213 | 43 | - |
| CMYK | 0.47 | 0 | 0.80 | 0.16 |
| HSL | 95.65º | 0.67% | 0.5% | - |
| HSV(B) | 95.65º | 0.8% | 0.84% | - |
| XYZ | 30.91 | 51.21 | 10.54 | - |
| YUV | 163.42 | 60.04 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 213 | 43 | 0.47 | 0 | 0.80 | 0.16 | 95.65 | 0.67 | 0.5 |
| Hex | 70 | D5 | 2B | 2F | 0 | 50 | 10 | 60 | 43 | 32 |
| Octal | 160 | 325 | 53 | 57 | 0 | 120 | 20 | 140 | 103 | 62 |
| Binary | 1110000 | 11010101 | 101011 | 101111 | 0 | 1010000 | 10000 | 1100000 | 1000011 | 110010 |
Color Harmonies of #70D52B
Complementary color
Monochromatic Colors of #70D52B
Black with #70D52B
Text Example
Text Example
White with #70D52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D52B; }
p { color: rgb(112,213,43); }
H1.HeaderClassName
{
color: #70D52B;
}
.AnyTagClassName
{
color: #70D52B;
}
</style>
background-color css
<style>
a { background-color: #70D52B; }
a { background-color: rgb(112,213,43); }
div.DivClassName
{
background-color: #70D52B;
}
.BgClassName
{
background-color: #70D52B;
}
</style>
border-color css
<style>
span { border-color: #70D52B; }
span { border-color: rgb(112,213,43); }
td.TdClassName
{
border-color: #70D52B;
}
.TagClassName
{
border-color: #70D52B;
}
</style>