Shades of Apple #70C237
Tints of Apple #70C237
RGB
CMYK
RGB Variations
Color information
#70C237 (or 0x70C237) is known color: Apple. HEX triplet: 70, C2 and 37. RGB value is (112,194,55). Sum of RGB (Red+Green+Blue) = 112+194+55=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 194 (76.17% from 255 or 53.74% from 361); Blue value is 55 (21.88% from 255 or 15.24% from 361); Max value from RGB is 194 - color contains mainly: green. Hex color #70C237 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C237 is #8F3DC8. Grayscale: #9A9A9A. Windows color (decimal): -9387465 or 3654256. OLE color: 3654256.
HSL color Cylindrical-coordinate representation of color #70C237: hue angle of 95.4º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #70C237 is Cyan = 0.42, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 194 | 55 | - |
| CMYK | 0.42 | 0 | 0.72 | 0.24 |
| HSL | 95.4º | 0.56% | 0.49% | - |
| HSV(B) | 95.4º | 0.72% | 0.76% | - |
| XYZ | 26.66 | 42.3 | 10.37 | - |
| YUV | 153.64 | 72.33 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 194 | 55 | 0.42 | 0 | 0.72 | 0.24 | 95.4 | 0.56 | 0.49 |
| Hex | 70 | C2 | 37 | 2A | 0 | 48 | 18 | 5F | 38 | 31 |
| Octal | 160 | 302 | 67 | 52 | 0 | 110 | 30 | 137 | 70 | 61 |
| Binary | 1110000 | 11000010 | 110111 | 101010 | 0 | 1001000 | 11000 | 1011111 | 111000 | 110001 |
Color Harmonies of #70C237
Complementary color
Monochromatic Colors of #70C237
Black with #70C237
Text Example
Text Example
White with #70C237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C237; }
p { color: rgb(112,194,55); }
H1.HeaderClassName
{
color: #70C237;
}
.AnyTagClassName
{
color: #70C237;
}
</style>
background-color css
<style>
a { background-color: #70C237; }
a { background-color: rgb(112,194,55); }
div.DivClassName
{
background-color: #70C237;
}
.BgClassName
{
background-color: #70C237;
}
</style>
border-color css
<style>
span { border-color: #70C237; }
span { border-color: rgb(112,194,55); }
td.TdClassName
{
border-color: #70C237;
}
.TagClassName
{
border-color: #70C237;
}
</style>