Shades of Apple #70E432
Tints of Apple #70E432
RGB
CMYK
RGB Variations
Color information
#70E432 (or 0x70E432) is known color: Apple. HEX triplet: 70, E4 and 32. RGB value is (112,228,50). Sum of RGB (Red+Green+Blue) = 112+228+50=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 228 (89.45% from 255 or 58.46% from 390); Blue value is 50 (19.92% from 255 or 12.82% from 390); Max value from RGB is 228 - color contains mainly: green. Hex color #70E432 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70E432 is #8F1BCD. Grayscale: #ADADAD. Windows color (decimal): -9378766 or 3335280. OLE color: 3335280.
HSL color Cylindrical-coordinate representation of color #70E432: hue angle of 99.1º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #70E432 is Cyan = 0.51, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 112 | 228 | 50 | - |
| CMYK | 0.51 | 0 | 0.78 | 0.11 |
| HSL | 99.1º | 0.77% | 0.55% | - |
| HSV(B) | 99.1º | 0.78% | 0.89% | - |
| XYZ | 35 | 59.16 | 12.59 | - |
| YUV | 173.02 | 58.57 | 84.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 228 | 50 | 0.51 | 0 | 0.78 | 0.11 | 99.1 | 0.77 | 0.55 |
| Hex | 70 | E4 | 32 | 33 | 0 | 4E | B | 63 | 4D | 37 |
| Octal | 160 | 344 | 62 | 63 | 0 | 116 | 13 | 143 | 115 | 67 |
| Binary | 1110000 | 11100100 | 110010 | 110011 | 0 | 1001110 | 1011 | 1100011 | 1001101 | 110111 |
Color Harmonies of #70E432
Complementary color
Monochromatic Colors of #70E432
Black with #70E432
Text Example
Text Example
White with #70E432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E432; }
p { color: rgb(112,228,50); }
H1.HeaderClassName
{
color: #70E432;
}
.AnyTagClassName
{
color: #70E432;
}
</style>
background-color css
<style>
a { background-color: #70E432; }
a { background-color: rgb(112,228,50); }
div.DivClassName
{
background-color: #70E432;
}
.BgClassName
{
background-color: #70E432;
}
</style>
border-color css
<style>
span { border-color: #70E432; }
span { border-color: rgb(112,228,50); }
td.TdClassName
{
border-color: #70E432;
}
.TagClassName
{
border-color: #70E432;
}
</style>