Shades of Apple #70D730
Tints of Apple #70D730
RGB
CMYK
RGB Variations
Color information
#70D730 (or 0x70D730) is known color: Apple. HEX triplet: 70, D7 and 30. RGB value is (112,215,48). Sum of RGB (Red+Green+Blue) = 112+215+48=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 215 (84.38% from 255 or 57.33% from 375); Blue value is 48 (19.14% from 255 or 12.8% from 375); Max value from RGB is 215 - color contains mainly: green. Hex color #70D730 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D730 is #8F28CF. Grayscale: #A5A5A5. Windows color (decimal): -9382096 or 3200880. OLE color: 3200880.
HSL color Cylindrical-coordinate representation of color #70D730: hue angle of 97.01º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #70D730 is Cyan = 0.48, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 215 | 48 | - |
| CMYK | 0.48 | 0 | 0.78 | 0.16 |
| HSL | 97.01º | 0.68% | 0.52% | - |
| HSV(B) | 97.01º | 0.78% | 0.84% | - |
| XYZ | 31.52 | 52.26 | 11.22 | - |
| YUV | 165.17 | 61.88 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 215 | 48 | 0.48 | 0 | 0.78 | 0.16 | 97.01 | 0.68 | 0.52 |
| Hex | 70 | D7 | 30 | 30 | 0 | 4E | 10 | 61 | 44 | 34 |
| Octal | 160 | 327 | 60 | 60 | 0 | 116 | 20 | 141 | 104 | 64 |
| Binary | 1110000 | 11010111 | 110000 | 110000 | 0 | 1001110 | 10000 | 1100001 | 1000100 | 110100 |
Color Harmonies of #70D730
Complementary color
Monochromatic Colors of #70D730
Black with #70D730
Text Example
Text Example
White with #70D730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D730; }
p { color: rgb(112,215,48); }
H1.HeaderClassName
{
color: #70D730;
}
.AnyTagClassName
{
color: #70D730;
}
</style>
background-color css
<style>
a { background-color: #70D730; }
a { background-color: rgb(112,215,48); }
div.DivClassName
{
background-color: #70D730;
}
.BgClassName
{
background-color: #70D730;
}
</style>
border-color css
<style>
span { border-color: #70D730; }
span { border-color: rgb(112,215,48); }
td.TdClassName
{
border-color: #70D730;
}
.TagClassName
{
border-color: #70D730;
}
</style>