Shades of Apple #70C340
Tints of Apple #70C340
RGB
CMYK
RGB Variations
Color information
#70C340 (or 0x70C340) is known color: Apple. HEX triplet: 70, C3 and 40. RGB value is (112,195,64). Sum of RGB (Red+Green+Blue) = 112+195+64=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 195 (76.56% from 255 or 52.56% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 195 - color contains mainly: green. Hex color #70C340 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C340 is #8F3CBF. Grayscale: #9B9B9B. Windows color (decimal): -9387200 or 4244336. OLE color: 4244336.
HSL color Cylindrical-coordinate representation of color #70C340: hue angle of 98.02º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #70C340 is Cyan = 0.43, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 195 | 64 | - |
| CMYK | 0.43 | 0 | 0.67 | 0.24 |
| HSL | 98.02º | 0.52% | 0.51% | - |
| HSV(B) | 98.02º | 0.67% | 0.76% | - |
| XYZ | 27.12 | 42.85 | 11.69 | - |
| YUV | 155.25 | 76.5 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 195 | 64 | 0.43 | 0 | 0.67 | 0.24 | 98.02 | 0.52 | 0.51 |
| Hex | 70 | C3 | 40 | 2B | 0 | 43 | 18 | 62 | 34 | 33 |
| Octal | 160 | 303 | 100 | 53 | 0 | 103 | 30 | 142 | 64 | 63 |
| Binary | 1110000 | 11000011 | 1000000 | 101011 | 0 | 1000011 | 11000 | 1100010 | 110100 | 110011 |
Color Harmonies of #70C340
Complementary color
Monochromatic Colors of #70C340
Black with #70C340
Text Example
Text Example
White with #70C340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C340; }
p { color: rgb(112,195,64); }
H1.HeaderClassName
{
color: #70C340;
}
.AnyTagClassName
{
color: #70C340;
}
</style>
background-color css
<style>
a { background-color: #70C340; }
a { background-color: rgb(112,195,64); }
div.DivClassName
{
background-color: #70C340;
}
.BgClassName
{
background-color: #70C340;
}
</style>
border-color css
<style>
span { border-color: #70C340; }
span { border-color: rgb(112,195,64); }
td.TdClassName
{
border-color: #70C340;
}
.TagClassName
{
border-color: #70C340;
}
</style>