Shades of Apple #70D736
Tints of Apple #70D736
RGB
CMYK
RGB Variations
Color information
#70D736 (or 0x70D736) is known color: Apple. HEX triplet: 70, D7 and 36. RGB value is (112,215,54). Sum of RGB (Red+Green+Blue) = 112+215+54=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 215 (84.38% from 255 or 56.43% from 381); Blue value is 54 (21.48% from 255 or 14.17% from 381); Max value from RGB is 215 - color contains mainly: green. Hex color #70D736 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D736 is #8F28C9. Grayscale: #A6A6A6. Windows color (decimal): -9382090 or 3594096. OLE color: 3594096.
HSL color Cylindrical-coordinate representation of color #70D736: hue angle of 98.39º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #70D736 is Cyan = 0.48, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 215 | 54 | - |
| CMYK | 0.48 | 0 | 0.75 | 0.16 |
| HSL | 98.39º | 0.67% | 0.53% | - |
| HSV(B) | 98.39º | 0.75% | 0.84% | - |
| XYZ | 31.65 | 52.31 | 11.92 | - |
| YUV | 165.85 | 64.88 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 215 | 54 | 0.48 | 0 | 0.75 | 0.16 | 98.39 | 0.67 | 0.53 |
| Hex | 70 | D7 | 36 | 30 | 0 | 4B | 10 | 62 | 43 | 35 |
| Octal | 160 | 327 | 66 | 60 | 0 | 113 | 20 | 142 | 103 | 65 |
| Binary | 1110000 | 11010111 | 110110 | 110000 | 0 | 1001011 | 10000 | 1100010 | 1000011 | 110101 |
Color Harmonies of #70D736
Complementary color
Monochromatic Colors of #70D736
Black with #70D736
Text Example
Text Example
White with #70D736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D736; }
p { color: rgb(112,215,54); }
H1.HeaderClassName
{
color: #70D736;
}
.AnyTagClassName
{
color: #70D736;
}
</style>
background-color css
<style>
a { background-color: #70D736; }
a { background-color: rgb(112,215,54); }
div.DivClassName
{
background-color: #70D736;
}
.BgClassName
{
background-color: #70D736;
}
</style>
border-color css
<style>
span { border-color: #70D736; }
span { border-color: rgb(112,215,54); }
td.TdClassName
{
border-color: #70D736;
}
.TagClassName
{
border-color: #70D736;
}
</style>