Shades of Apple #70CF34
Tints of Apple #70CF34
RGB
CMYK
RGB Variations
Color information
#70CF34 (or 0x70CF34) is known color: Apple. HEX triplet: 70, CF and 34. RGB value is (112,207,52). Sum of RGB (Red+Green+Blue) = 112+207+52=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 207 (81.25% from 255 or 55.80% from 371); Blue value is 52 (20.70% from 255 or 14.02% from 371); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CF34 is #8F30CB. Grayscale: #A1A1A1. Windows color (decimal): -9384140 or 3460976. OLE color: 3460976.
HSL color Cylindrical-coordinate representation of color #70CF34: hue angle of 96.77º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #70CF34 is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 207 | 52 | - |
| CMYK | 0.46 | 0 | 0.75 | 0.19 |
| HSL | 96.77º | 0.62% | 0.51% | - |
| HSV(B) | 96.77º | 0.75% | 0.81% | - |
| XYZ | 29.61 | 48.32 | 11.01 | - |
| YUV | 160.93 | 66.53 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 207 | 52 | 0.46 | 0 | 0.75 | 0.19 | 96.77 | 0.62 | 0.51 |
| Hex | 70 | CF | 34 | 2E | 0 | 4B | 13 | 61 | 3E | 33 |
| Octal | 160 | 317 | 64 | 56 | 0 | 113 | 23 | 141 | 76 | 63 |
| Binary | 1110000 | 11001111 | 110100 | 101110 | 0 | 1001011 | 10011 | 1100001 | 111110 | 110011 |
Color Harmonies of #70CF34
Complementary color
Monochromatic Colors of #70CF34
Black with #70CF34
Text Example
Text Example
White with #70CF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CF34; }
p { color: rgb(112,207,52); }
H1.HeaderClassName
{
color: #70CF34;
}
.AnyTagClassName
{
color: #70CF34;
}
</style>
background-color css
<style>
a { background-color: #70CF34; }
a { background-color: rgb(112,207,52); }
div.DivClassName
{
background-color: #70CF34;
}
.BgClassName
{
background-color: #70CF34;
}
</style>
border-color css
<style>
span { border-color: #70CF34; }
span { border-color: rgb(112,207,52); }
td.TdClassName
{
border-color: #70CF34;
}
.TagClassName
{
border-color: #70CF34;
}
</style>