Shades of Apple #70CF45
Tints of Apple #70CF45
RGB
CMYK
RGB Variations
Color information
#70CF45 (or 0x70CF45) is known color: Apple. HEX triplet: 70, CF and 45. RGB value is (112,207,69). Sum of RGB (Red+Green+Blue) = 112+207+69=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 207 (81.25% from 255 or 53.35% from 388); Blue value is 69 (27.34% from 255 or 17.78% from 388); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CF45 is #8F30BA. Grayscale: #A3A3A3. Windows color (decimal): -9384123 or 4575088. OLE color: 4575088.
HSL color Cylindrical-coordinate representation of color #70CF45: hue angle of 101.3º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #70CF45 is Cyan = 0.46, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 207 | 69 | - |
| CMYK | 0.46 | 0 | 0.67 | 0.19 |
| HSL | 101.3º | 0.59% | 0.54% | - |
| HSV(B) | 101.3º | 0.67% | 0.81% | - |
| XYZ | 30.07 | 48.5 | 13.41 | - |
| YUV | 162.86 | 75.03 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 207 | 69 | 0.46 | 0 | 0.67 | 0.19 | 101.3 | 0.59 | 0.54 |
| Hex | 70 | CF | 45 | 2E | 0 | 43 | 13 | 65 | 3B | 36 |
| Octal | 160 | 317 | 105 | 56 | 0 | 103 | 23 | 145 | 73 | 66 |
| Binary | 1110000 | 11001111 | 1000101 | 101110 | 0 | 1000011 | 10011 | 1100101 | 111011 | 110110 |
Color Harmonies of #70CF45
Complementary color
Monochromatic Colors of #70CF45
Black with #70CF45
Text Example
Text Example
White with #70CF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CF45; }
p { color: rgb(112,207,69); }
H1.HeaderClassName
{
color: #70CF45;
}
.AnyTagClassName
{
color: #70CF45;
}
</style>
background-color css
<style>
a { background-color: #70CF45; }
a { background-color: rgb(112,207,69); }
div.DivClassName
{
background-color: #70CF45;
}
.BgClassName
{
background-color: #70CF45;
}
</style>
border-color css
<style>
span { border-color: #70CF45; }
span { border-color: rgb(112,207,69); }
td.TdClassName
{
border-color: #70CF45;
}
.TagClassName
{
border-color: #70CF45;
}
</style>