Shades of Apple #70BB3D
Tints of Apple #70BB3D
RGB
CMYK
RGB Variations
Color information
#70BB3D (or 0x70BB3D) is known color: Apple. HEX triplet: 70, BB and 3D. RGB value is (112,187,61). Sum of RGB (Red+Green+Blue) = 112+187+61=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 187 (73.44% from 255 or 51.94% from 360); Blue value is 61 (24.22% from 255 or 16.94% from 360); Max value from RGB is 187 - color contains mainly: green. Hex color #70BB3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BB3D is #8F44C2. Grayscale: #969696. Windows color (decimal): -9389251 or 4045680. OLE color: 4045680.
HSL color Cylindrical-coordinate representation of color #70BB3D: hue angle of 95.71º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #70BB3D is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 187 | 61 | - |
| CMYK | 0.40 | 0 | 0.67 | 0.27 |
| HSL | 95.71º | 0.51% | 0.49% | - |
| HSV(B) | 95.71º | 0.67% | 0.73% | - |
| XYZ | 25.29 | 39.32 | 10.67 | - |
| YUV | 150.21 | 77.65 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 187 | 61 | 0.40 | 0 | 0.67 | 0.27 | 95.71 | 0.51 | 0.49 |
| Hex | 70 | BB | 3D | 28 | 0 | 43 | 1B | 60 | 33 | 31 |
| Octal | 160 | 273 | 75 | 50 | 0 | 103 | 33 | 140 | 63 | 61 |
| Binary | 1110000 | 10111011 | 111101 | 101000 | 0 | 1000011 | 11011 | 1100000 | 110011 | 110001 |
Color Harmonies of #70BB3D
Complementary color
Monochromatic Colors of #70BB3D
Black with #70BB3D
Text Example
Text Example
White with #70BB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BB3D; }
p { color: rgb(112,187,61); }
H1.HeaderClassName
{
color: #70BB3D;
}
.AnyTagClassName
{
color: #70BB3D;
}
</style>
background-color css
<style>
a { background-color: #70BB3D; }
a { background-color: rgb(112,187,61); }
div.DivClassName
{
background-color: #70BB3D;
}
.BgClassName
{
background-color: #70BB3D;
}
</style>
border-color css
<style>
span { border-color: #70BB3D; }
span { border-color: rgb(112,187,61); }
td.TdClassName
{
border-color: #70BB3D;
}
.TagClassName
{
border-color: #70BB3D;
}
</style>