Shades of Apple #70B833
Tints of Apple #70B833
RGB
CMYK
RGB Variations
Color information
#70B833 (or 0x70B833) is known color: Apple. HEX triplet: 70, B8 and 33. RGB value is (112,184,51). Sum of RGB (Red+Green+Blue) = 112+184+51=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 184 (72.27% from 255 or 53.03% from 347); Blue value is 51 (20.31% from 255 or 14.70% from 347); Max value from RGB is 184 - color contains mainly: green. Hex color #70B833 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70B833 is #8F47CC. Grayscale: #939393. Windows color (decimal): -9390029 or 3389552. OLE color: 3389552.
HSL color Cylindrical-coordinate representation of color #70B833: hue angle of 92.48º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #70B833 is Cyan = 0.39, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 112 | 184 | 51 | - |
| CMYK | 0.39 | 0 | 0.72 | 0.28 |
| HSL | 92.48º | 0.57% | 0.46% | - |
| HSV(B) | 92.48º | 0.72% | 0.72% | - |
| XYZ | 24.42 | 37.96 | 9.17 | - |
| YUV | 147.31 | 73.65 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 184 | 51 | 0.39 | 0 | 0.72 | 0.28 | 92.48 | 0.57 | 0.46 |
| Hex | 70 | B8 | 33 | 27 | 0 | 48 | 1C | 5C | 39 | 2E |
| Octal | 160 | 270 | 63 | 47 | 0 | 110 | 34 | 134 | 71 | 56 |
| Binary | 1110000 | 10111000 | 110011 | 100111 | 0 | 1001000 | 11100 | 1011100 | 111001 | 101110 |
Color Harmonies of #70B833
Complementary color
Monochromatic Colors of #70B833
Black with #70B833
Text Example
Text Example
White with #70B833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B833; }
p { color: rgb(112,184,51); }
H1.HeaderClassName
{
color: #70B833;
}
.AnyTagClassName
{
color: #70B833;
}
</style>
background-color css
<style>
a { background-color: #70B833; }
a { background-color: rgb(112,184,51); }
div.DivClassName
{
background-color: #70B833;
}
.BgClassName
{
background-color: #70B833;
}
</style>
border-color css
<style>
span { border-color: #70B833; }
span { border-color: rgb(112,184,51); }
td.TdClassName
{
border-color: #70B833;
}
.TagClassName
{
border-color: #70B833;
}
</style>