Shades of Apple #70BF3E
Tints of Apple #70BF3E
RGB
CMYK
RGB Variations
Color information
#70BF3E (or 0x70BF3E) is known color: Apple. HEX triplet: 70, BF and 3E. RGB value is (112,191,62). Sum of RGB (Red+Green+Blue) = 112+191+62=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 191 (75% from 255 or 52.33% from 365); Blue value is 62 (24.61% from 255 or 16.99% from 365); Max value from RGB is 191 - color contains mainly: green. Hex color #70BF3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BF3E is #8F40C1. Grayscale: #999999. Windows color (decimal): -9388226 or 4112240. OLE color: 4112240.
HSL color Cylindrical-coordinate representation of color #70BF3E: hue angle of 96.74º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #70BF3E is Cyan = 0.41, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 191 | 62 | - |
| CMYK | 0.41 | 0 | 0.68 | 0.25 |
| HSL | 96.74º | 0.51% | 0.5% | - |
| HSV(B) | 96.74º | 0.68% | 0.75% | - |
| XYZ | 26.18 | 41.05 | 11.1 | - |
| YUV | 152.67 | 76.83 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 191 | 62 | 0.41 | 0 | 0.68 | 0.25 | 96.74 | 0.51 | 0.5 |
| Hex | 70 | BF | 3E | 29 | 0 | 44 | 19 | 61 | 33 | 32 |
| Octal | 160 | 277 | 76 | 51 | 0 | 104 | 31 | 141 | 63 | 62 |
| Binary | 1110000 | 10111111 | 111110 | 101001 | 0 | 1000100 | 11001 | 1100001 | 110011 | 110010 |
Color Harmonies of #70BF3E
Complementary color
Monochromatic Colors of #70BF3E
Black with #70BF3E
Text Example
Text Example
White with #70BF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BF3E; }
p { color: rgb(112,191,62); }
H1.HeaderClassName
{
color: #70BF3E;
}
.AnyTagClassName
{
color: #70BF3E;
}
</style>
background-color css
<style>
a { background-color: #70BF3E; }
a { background-color: rgb(112,191,62); }
div.DivClassName
{
background-color: #70BF3E;
}
.BgClassName
{
background-color: #70BF3E;
}
</style>
border-color css
<style>
span { border-color: #70BF3E; }
span { border-color: rgb(112,191,62); }
td.TdClassName
{
border-color: #70BF3E;
}
.TagClassName
{
border-color: #70BF3E;
}
</style>