Shades of Apple #70DA3D
Tints of Apple #70DA3D
RGB
CMYK
RGB Variations
Color information
#70DA3D (or 0x70DA3D) is known color: Apple. HEX triplet: 70, DA and 3D. RGB value is (112,218,61). Sum of RGB (Red+Green+Blue) = 112+218+61=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 218 (85.55% from 255 or 55.75% from 391); Blue value is 61 (24.22% from 255 or 15.60% from 391); Max value from RGB is 218 - color contains mainly: green. Hex color #70DA3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70DA3D is #8F25C2. Grayscale: #A8A8A8. Windows color (decimal): -9381315 or 4053616. OLE color: 4053616.
HSL color Cylindrical-coordinate representation of color #70DA3D: hue angle of 100.51º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #70DA3D is Cyan = 0.49, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 218 | 61 | - |
| CMYK | 0.49 | 0 | 0.72 | 0.15 |
| HSL | 100.51º | 0.68% | 0.55% | - |
| HSV(B) | 100.51º | 0.72% | 0.85% | - |
| XYZ | 32.6 | 53.92 | 13.11 | - |
| YUV | 168.41 | 67.38 | 87.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 218 | 61 | 0.49 | 0 | 0.72 | 0.15 | 100.51 | 0.68 | 0.55 |
| Hex | 70 | DA | 3D | 31 | 0 | 48 | F | 65 | 44 | 37 |
| Octal | 160 | 332 | 75 | 61 | 0 | 110 | 17 | 145 | 104 | 67 |
| Binary | 1110000 | 11011010 | 111101 | 110001 | 0 | 1001000 | 1111 | 1100101 | 1000100 | 110111 |
Color Harmonies of #70DA3D
Complementary color
Monochromatic Colors of #70DA3D
Black with #70DA3D
Text Example
Text Example
White with #70DA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DA3D; }
p { color: rgb(112,218,61); }
H1.HeaderClassName
{
color: #70DA3D;
}
.AnyTagClassName
{
color: #70DA3D;
}
</style>
background-color css
<style>
a { background-color: #70DA3D; }
a { background-color: rgb(112,218,61); }
div.DivClassName
{
background-color: #70DA3D;
}
.BgClassName
{
background-color: #70DA3D;
}
</style>
border-color css
<style>
span { border-color: #70DA3D; }
span { border-color: rgb(112,218,61); }
td.TdClassName
{
border-color: #70DA3D;
}
.TagClassName
{
border-color: #70DA3D;
}
</style>