Shades of Apple #70C736
Tints of Apple #70C736
RGB
CMYK
RGB Variations
Color information
#70C736 (or 0x70C736) is known color: Apple. HEX triplet: 70, C7 and 36. RGB value is (112,199,54). Sum of RGB (Red+Green+Blue) = 112+199+54=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 199 (78.12% from 255 or 54.52% from 365); Blue value is 54 (21.48% from 255 or 14.79% from 365); Max value from RGB is 199 - color contains mainly: green. Hex color #70C736 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C736 is #8F38C9. Grayscale: #9C9C9C. Windows color (decimal): -9386186 or 3590000. OLE color: 3590000.
HSL color Cylindrical-coordinate representation of color #70C736: hue angle of 96º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #70C736 is Cyan = 0.44, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 112 | 199 | 54 | - |
| CMYK | 0.44 | 0 | 0.73 | 0.22 |
| HSL | 96º | 0.57% | 0.5% | - |
| HSV(B) | 96º | 0.73% | 0.78% | - |
| XYZ | 27.77 | 44.56 | 10.63 | - |
| YUV | 156.46 | 70.18 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 199 | 54 | 0.44 | 0 | 0.73 | 0.22 | 96 | 0.57 | 0.5 |
| Hex | 70 | C7 | 36 | 2C | 0 | 49 | 16 | 60 | 39 | 32 |
| Octal | 160 | 307 | 66 | 54 | 0 | 111 | 26 | 140 | 71 | 62 |
| Binary | 1110000 | 11000111 | 110110 | 101100 | 0 | 1001001 | 10110 | 1100000 | 111001 | 110010 |
Color Harmonies of #70C736
Complementary color
Monochromatic Colors of #70C736
Black with #70C736
Text Example
Text Example
White with #70C736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C736; }
p { color: rgb(112,199,54); }
H1.HeaderClassName
{
color: #70C736;
}
.AnyTagClassName
{
color: #70C736;
}
</style>
background-color css
<style>
a { background-color: #70C736; }
a { background-color: rgb(112,199,54); }
div.DivClassName
{
background-color: #70C736;
}
.BgClassName
{
background-color: #70C736;
}
</style>
border-color css
<style>
span { border-color: #70C736; }
span { border-color: rgb(112,199,54); }
td.TdClassName
{
border-color: #70C736;
}
.TagClassName
{
border-color: #70C736;
}
</style>