Shades of Apple #70BD33
Tints of Apple #70BD33
RGB
CMYK
RGB Variations
Color information
#70BD33 (or 0x70BD33) is known color: Apple. HEX triplet: 70, BD and 33. RGB value is (112,189,51). Sum of RGB (Red+Green+Blue) = 112+189+51=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 189 (74.22% from 255 or 53.69% from 352); Blue value is 51 (20.31% from 255 or 14.49% from 352); Max value from RGB is 189 - color contains mainly: green. Hex color #70BD33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BD33 is #8F42CC. Grayscale: #969696. Windows color (decimal): -9388749 or 3390832. OLE color: 3390832.
HSL color Cylindrical-coordinate representation of color #70BD33: hue angle of 93.48º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #70BD33 is Cyan = 0.41, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 189 | 51 | - |
| CMYK | 0.41 | 0 | 0.73 | 0.26 |
| HSL | 93.48º | 0.58% | 0.47% | - |
| HSV(B) | 93.48º | 0.73% | 0.74% | - |
| XYZ | 25.48 | 40.08 | 9.53 | - |
| YUV | 150.25 | 71.99 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 189 | 51 | 0.41 | 0 | 0.73 | 0.26 | 93.48 | 0.58 | 0.47 |
| Hex | 70 | BD | 33 | 29 | 0 | 49 | 1A | 5D | 3A | 2F |
| Octal | 160 | 275 | 63 | 51 | 0 | 111 | 32 | 135 | 72 | 57 |
| Binary | 1110000 | 10111101 | 110011 | 101001 | 0 | 1001001 | 11010 | 1011101 | 111010 | 101111 |
Color Harmonies of #70BD33
Complementary color
Monochromatic Colors of #70BD33
Black with #70BD33
Text Example
Text Example
White with #70BD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BD33; }
p { color: rgb(112,189,51); }
H1.HeaderClassName
{
color: #70BD33;
}
.AnyTagClassName
{
color: #70BD33;
}
</style>
background-color css
<style>
a { background-color: #70BD33; }
a { background-color: rgb(112,189,51); }
div.DivClassName
{
background-color: #70BD33;
}
.BgClassName
{
background-color: #70BD33;
}
</style>
border-color css
<style>
span { border-color: #70BD33; }
span { border-color: rgb(112,189,51); }
td.TdClassName
{
border-color: #70BD33;
}
.TagClassName
{
border-color: #70BD33;
}
</style>