Shades of Apple #70D339
Tints of Apple #70D339
RGB
CMYK
RGB Variations
Color information
#70D339 (or 0x70D339) is known color: Apple. HEX triplet: 70, D3 and 39. RGB value is (112,211,57). Sum of RGB (Red+Green+Blue) = 112+211+57=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 211 (82.81% from 255 or 55.53% from 380); Blue value is 57 (22.66% from 255 or 15% from 380); Max value from RGB is 211 - color contains mainly: green. Hex color #70D339 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D339 is #8F2CC6. Grayscale: #A4A4A4. Windows color (decimal): -9383111 or 3789680. OLE color: 3789680.
HSL color Cylindrical-coordinate representation of color #70D339: hue angle of 98.57º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #70D339 is Cyan = 0.47, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 112 | 211 | 57 | - |
| CMYK | 0.47 | 0 | 0.73 | 0.17 |
| HSL | 98.57º | 0.64% | 0.53% | - |
| HSV(B) | 98.57º | 0.73% | 0.83% | - |
| XYZ | 30.71 | 50.33 | 11.97 | - |
| YUV | 163.84 | 67.7 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 211 | 57 | 0.47 | 0 | 0.73 | 0.17 | 98.57 | 0.64 | 0.53 |
| Hex | 70 | D3 | 39 | 2F | 0 | 49 | 11 | 63 | 40 | 35 |
| Octal | 160 | 323 | 71 | 57 | 0 | 111 | 21 | 143 | 100 | 65 |
| Binary | 1110000 | 11010011 | 111001 | 101111 | 0 | 1001001 | 10001 | 1100011 | 1000000 | 110101 |
Color Harmonies of #70D339
Complementary color
Monochromatic Colors of #70D339
Black with #70D339
Text Example
Text Example
White with #70D339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D339; }
p { color: rgb(112,211,57); }
H1.HeaderClassName
{
color: #70D339;
}
.AnyTagClassName
{
color: #70D339;
}
</style>
background-color css
<style>
a { background-color: #70D339; }
a { background-color: rgb(112,211,57); }
div.DivClassName
{
background-color: #70D339;
}
.BgClassName
{
background-color: #70D339;
}
</style>
border-color css
<style>
span { border-color: #70D339; }
span { border-color: rgb(112,211,57); }
td.TdClassName
{
border-color: #70D339;
}
.TagClassName
{
border-color: #70D339;
}
</style>