Shades of Apple #70E534
Tints of Apple #70E534
RGB
CMYK
RGB Variations
Color information
#70E534 (or 0x70E534) is known color: Apple. HEX triplet: 70, E5 and 34. RGB value is (112,229,52). Sum of RGB (Red+Green+Blue) = 112+229+52=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 229 (89.84% from 255 or 58.27% from 393); Blue value is 52 (20.70% from 255 or 13.23% from 393); Max value from RGB is 229 - color contains mainly: green. Hex color #70E534 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70E534 is #8F1ACB. Grayscale: #AEAEAE. Windows color (decimal): -9378508 or 3466608. OLE color: 3466608.
HSL color Cylindrical-coordinate representation of color #70E534: hue angle of 99.66º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #70E534 is Cyan = 0.51, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 112 | 229 | 52 | - |
| CMYK | 0.51 | 0 | 0.77 | 0.10 |
| HSL | 99.66º | 0.77% | 0.55% | - |
| HSV(B) | 99.66º | 0.77% | 0.9% | - |
| XYZ | 35.32 | 59.73 | 12.92 | - |
| YUV | 173.84 | 59.24 | 83.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 229 | 52 | 0.51 | 0 | 0.77 | 0.10 | 99.66 | 0.77 | 0.55 |
| Hex | 70 | E5 | 34 | 33 | 0 | 4D | A | 64 | 4D | 37 |
| Octal | 160 | 345 | 64 | 63 | 0 | 115 | 12 | 144 | 115 | 67 |
| Binary | 1110000 | 11100101 | 110100 | 110011 | 0 | 1001101 | 1010 | 1100100 | 1001101 | 110111 |
Color Harmonies of #70E534
Complementary color
Monochromatic Colors of #70E534
Black with #70E534
Text Example
Text Example
White with #70E534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E534; }
p { color: rgb(112,229,52); }
H1.HeaderClassName
{
color: #70E534;
}
.AnyTagClassName
{
color: #70E534;
}
</style>
background-color css
<style>
a { background-color: #70E534; }
a { background-color: rgb(112,229,52); }
div.DivClassName
{
background-color: #70E534;
}
.BgClassName
{
background-color: #70E534;
}
</style>
border-color css
<style>
span { border-color: #70E534; }
span { border-color: rgb(112,229,52); }
td.TdClassName
{
border-color: #70E534;
}
.TagClassName
{
border-color: #70E534;
}
</style>