Shades of Apple #70B538
Tints of Apple #70B538
RGB
CMYK
RGB Variations
Color information
#70B538 (or 0x70B538) is known color: Apple. HEX triplet: 70, B5 and 38. RGB value is (112,181,56). Sum of RGB (Red+Green+Blue) = 112+181+56=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 181 (71.09% from 255 or 51.86% from 349); Blue value is 56 (22.27% from 255 or 16.05% from 349); Max value from RGB is 181 - color contains mainly: green. Hex color #70B538 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70B538 is #8F4AC7. Grayscale: #929292. Windows color (decimal): -9390792 or 3716464. OLE color: 3716464.
HSL color Cylindrical-coordinate representation of color #70B538: hue angle of 93.12º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #70B538 is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 181 | 56 | - |
| CMYK | 0.38 | 0 | 0.69 | 0.29 |
| HSL | 93.12º | 0.53% | 0.46% | - |
| HSV(B) | 93.12º | 0.69% | 0.71% | - |
| XYZ | 23.92 | 36.78 | 9.58 | - |
| YUV | 146.12 | 77.14 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 181 | 56 | 0.38 | 0 | 0.69 | 0.29 | 93.12 | 0.53 | 0.46 |
| Hex | 70 | B5 | 38 | 26 | 0 | 45 | 1D | 5D | 35 | 2E |
| Octal | 160 | 265 | 70 | 46 | 0 | 105 | 35 | 135 | 65 | 56 |
| Binary | 1110000 | 10110101 | 111000 | 100110 | 0 | 1000101 | 11101 | 1011101 | 110101 | 101110 |
Color Harmonies of #70B538
Complementary color
Monochromatic Colors of #70B538
Black with #70B538
Text Example
Text Example
White with #70B538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B538; }
p { color: rgb(112,181,56); }
H1.HeaderClassName
{
color: #70B538;
}
.AnyTagClassName
{
color: #70B538;
}
</style>
background-color css
<style>
a { background-color: #70B538; }
a { background-color: rgb(112,181,56); }
div.DivClassName
{
background-color: #70B538;
}
.BgClassName
{
background-color: #70B538;
}
</style>
border-color css
<style>
span { border-color: #70B538; }
span { border-color: rgb(112,181,56); }
td.TdClassName
{
border-color: #70B538;
}
.TagClassName
{
border-color: #70B538;
}
</style>