Shades of Apple #70C436
Tints of Apple #70C436
RGB
CMYK
RGB Variations
Color information
#70C436 (or 0x70C436) is known color: Apple. HEX triplet: 70, C4 and 36. RGB value is (112,196,54). Sum of RGB (Red+Green+Blue) = 112+196+54=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 196 (76.95% from 255 or 54.14% from 362); Blue value is 54 (21.48% from 255 or 14.92% from 362); Max value from RGB is 196 - color contains mainly: green. Hex color #70C436 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C436 is #8F3BC9. Grayscale: #9B9B9B. Windows color (decimal): -9386954 or 3589232. OLE color: 3589232.
HSL color Cylindrical-coordinate representation of color #70C436: hue angle of 95.49º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #70C436 is Cyan = 0.43, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 112 | 196 | 54 | - |
| CMYK | 0.43 | 0 | 0.72 | 0.23 |
| HSL | 95.49º | 0.57% | 0.49% | - |
| HSV(B) | 95.49º | 0.72% | 0.77% | - |
| XYZ | 27.09 | 43.19 | 10.4 | - |
| YUV | 154.7 | 71.17 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 196 | 54 | 0.43 | 0 | 0.72 | 0.23 | 95.49 | 0.57 | 0.49 |
| Hex | 70 | C4 | 36 | 2B | 0 | 48 | 17 | 5F | 39 | 31 |
| Octal | 160 | 304 | 66 | 53 | 0 | 110 | 27 | 137 | 71 | 61 |
| Binary | 1110000 | 11000100 | 110110 | 101011 | 0 | 1001000 | 10111 | 1011111 | 111001 | 110001 |
Color Harmonies of #70C436
Complementary color
Monochromatic Colors of #70C436
Black with #70C436
Text Example
Text Example
White with #70C436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C436; }
p { color: rgb(112,196,54); }
H1.HeaderClassName
{
color: #70C436;
}
.AnyTagClassName
{
color: #70C436;
}
</style>
background-color css
<style>
a { background-color: #70C436; }
a { background-color: rgb(112,196,54); }
div.DivClassName
{
background-color: #70C436;
}
.BgClassName
{
background-color: #70C436;
}
</style>
border-color css
<style>
span { border-color: #70C436; }
span { border-color: rgb(112,196,54); }
td.TdClassName
{
border-color: #70C436;
}
.TagClassName
{
border-color: #70C436;
}
</style>