Shades of Apple #70DC3D
Tints of Apple #70DC3D
RGB
CMYK
RGB Variations
Color information
#70DC3D (or 0x70DC3D) is known color: Apple. HEX triplet: 70, DC and 3D. RGB value is (112,220,61). Sum of RGB (Red+Green+Blue) = 112+220+61=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 220 (86.33% from 255 or 55.98% from 393); Blue value is 61 (24.22% from 255 or 15.52% from 393); Max value from RGB is 220 - color contains mainly: green. Hex color #70DC3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70DC3D is #8F23C2. Grayscale: #AAAAAA. Windows color (decimal): -9380803 or 4054128. OLE color: 4054128.
HSL color Cylindrical-coordinate representation of color #70DC3D: hue angle of 100.75º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #70DC3D is Cyan = 0.49, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 220 | 61 | - |
| CMYK | 0.49 | 0 | 0.72 | 0.14 |
| HSL | 100.75º | 0.69% | 0.55% | - |
| HSV(B) | 100.75º | 0.72% | 0.86% | - |
| XYZ | 33.12 | 54.97 | 13.28 | - |
| YUV | 169.58 | 66.72 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 220 | 61 | 0.49 | 0 | 0.72 | 0.14 | 100.75 | 0.69 | 0.55 |
| Hex | 70 | DC | 3D | 31 | 0 | 48 | E | 65 | 45 | 37 |
| Octal | 160 | 334 | 75 | 61 | 0 | 110 | 16 | 145 | 105 | 67 |
| Binary | 1110000 | 11011100 | 111101 | 110001 | 0 | 1001000 | 1110 | 1100101 | 1000101 | 110111 |
Color Harmonies of #70DC3D
Complementary color
Monochromatic Colors of #70DC3D
Black with #70DC3D
Text Example
Text Example
White with #70DC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DC3D; }
p { color: rgb(112,220,61); }
H1.HeaderClassName
{
color: #70DC3D;
}
.AnyTagClassName
{
color: #70DC3D;
}
</style>
background-color css
<style>
a { background-color: #70DC3D; }
a { background-color: rgb(112,220,61); }
div.DivClassName
{
background-color: #70DC3D;
}
.BgClassName
{
background-color: #70DC3D;
}
</style>
border-color css
<style>
span { border-color: #70DC3D; }
span { border-color: rgb(112,220,61); }
td.TdClassName
{
border-color: #70DC3D;
}
.TagClassName
{
border-color: #70DC3D;
}
</style>