Shades of Apple #70BB51
Tints of Apple #70BB51
RGB
CMYK
RGB Variations
Color information
#70BB51 (or 0x70BB51) is known color: Apple. HEX triplet: 70, BB and 51. RGB value is (112,187,81). Sum of RGB (Red+Green+Blue) = 112+187+81=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 187 (73.44% from 255 or 49.21% from 380); Blue value is 81 (32.03% from 255 or 21.32% from 380); Max value from RGB is 187 - color contains mainly: green. Hex color #70BB51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BB51 is #8F44AE. Grayscale: #989898. Windows color (decimal): -9389231 or 5356400. OLE color: 5356400.
HSL color Cylindrical-coordinate representation of color #70BB51: hue angle of 102.45º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #70BB51 is Cyan = 0.40, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 187 | 81 | - |
| CMYK | 0.40 | 0 | 0.57 | 0.27 |
| HSL | 102.45º | 0.44% | 0.53% | - |
| HSV(B) | 102.45º | 0.57% | 0.73% | - |
| XYZ | 25.94 | 39.58 | 14.06 | - |
| YUV | 152.49 | 87.65 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 187 | 81 | 0.40 | 0 | 0.57 | 0.27 | 102.45 | 0.44 | 0.53 |
| Hex | 70 | BB | 51 | 28 | 0 | 39 | 1B | 66 | 2C | 35 |
| Octal | 160 | 273 | 121 | 50 | 0 | 71 | 33 | 146 | 54 | 65 |
| Binary | 1110000 | 10111011 | 1010001 | 101000 | 0 | 111001 | 11011 | 1100110 | 101100 | 110101 |
Color Harmonies of #70BB51
Complementary color
Monochromatic Colors of #70BB51
Black with #70BB51
Text Example
Text Example
White with #70BB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BB51; }
p { color: rgb(112,187,81); }
H1.HeaderClassName
{
color: #70BB51;
}
.AnyTagClassName
{
color: #70BB51;
}
</style>
background-color css
<style>
a { background-color: #70BB51; }
a { background-color: rgb(112,187,81); }
div.DivClassName
{
background-color: #70BB51;
}
.BgClassName
{
background-color: #70BB51;
}
</style>
border-color css
<style>
span { border-color: #70BB51; }
span { border-color: rgb(112,187,81); }
td.TdClassName
{
border-color: #70BB51;
}
.TagClassName
{
border-color: #70BB51;
}
</style>