Shades of Apple #70BE35
Tints of Apple #70BE35
RGB
CMYK
RGB Variations
Color information
#70BE35 (or 0x70BE35) is known color: Apple. HEX triplet: 70, BE and 35. RGB value is (112,190,53). Sum of RGB (Red+Green+Blue) = 112+190+53=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 190 (74.61% from 255 or 53.52% from 355); Blue value is 53 (21.09% from 255 or 14.93% from 355); Max value from RGB is 190 - color contains mainly: green. Hex color #70BE35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BE35 is #8F41CA. Grayscale: #979797. Windows color (decimal): -9388491 or 3522160. OLE color: 3522160.
HSL color Cylindrical-coordinate representation of color #70BE35: hue angle of 94.16º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #70BE35 is Cyan = 0.41, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 190 | 53 | - |
| CMYK | 0.41 | 0 | 0.72 | 0.25 |
| HSL | 94.16º | 0.56% | 0.48% | - |
| HSV(B) | 94.16º | 0.72% | 0.75% | - |
| XYZ | 25.74 | 40.53 | 9.83 | - |
| YUV | 151.06 | 72.66 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 190 | 53 | 0.41 | 0 | 0.72 | 0.25 | 94.16 | 0.56 | 0.48 |
| Hex | 70 | BE | 35 | 29 | 0 | 48 | 19 | 5E | 38 | 30 |
| Octal | 160 | 276 | 65 | 51 | 0 | 110 | 31 | 136 | 70 | 60 |
| Binary | 1110000 | 10111110 | 110101 | 101001 | 0 | 1001000 | 11001 | 1011110 | 111000 | 110000 |
Color Harmonies of #70BE35
Complementary color
Monochromatic Colors of #70BE35
Black with #70BE35
Text Example
Text Example
White with #70BE35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BE35; }
p { color: rgb(112,190,53); }
H1.HeaderClassName
{
color: #70BE35;
}
.AnyTagClassName
{
color: #70BE35;
}
</style>
background-color css
<style>
a { background-color: #70BE35; }
a { background-color: rgb(112,190,53); }
div.DivClassName
{
background-color: #70BE35;
}
.BgClassName
{
background-color: #70BE35;
}
</style>
border-color css
<style>
span { border-color: #70BE35; }
span { border-color: rgb(112,190,53); }
td.TdClassName
{
border-color: #70BE35;
}
.TagClassName
{
border-color: #70BE35;
}
</style>