Shades of Apple #70E233
Tints of Apple #70E233
RGB
CMYK
RGB Variations
Color information
#70E233 (or 0x70E233) is known color: Apple. HEX triplet: 70, E2 and 33. RGB value is (112,226,51). Sum of RGB (Red+Green+Blue) = 112+226+51=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 226 (88.67% from 255 or 58.10% from 389); Blue value is 51 (20.31% from 255 or 13.11% from 389); Max value from RGB is 226 - color contains mainly: green. Hex color #70E233 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70E233 is #8F1DCC. Grayscale: #ACACAC. Windows color (decimal): -9379277 or 3400304. OLE color: 3400304.
HSL color Cylindrical-coordinate representation of color #70E233: hue angle of 99.09º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #70E233 is Cyan = 0.50, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 112 | 226 | 51 | - |
| CMYK | 0.50 | 0 | 0.77 | 0.11 |
| HSL | 99.09º | 0.75% | 0.54% | - |
| HSV(B) | 99.09º | 0.77% | 0.89% | - |
| XYZ | 34.48 | 58.08 | 12.52 | - |
| YUV | 171.96 | 59.73 | 85.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 226 | 51 | 0.50 | 0 | 0.77 | 0.11 | 99.09 | 0.75 | 0.54 |
| Hex | 70 | E2 | 33 | 32 | 0 | 4D | B | 63 | 4B | 36 |
| Octal | 160 | 342 | 63 | 62 | 0 | 115 | 13 | 143 | 113 | 66 |
| Binary | 1110000 | 11100010 | 110011 | 110010 | 0 | 1001101 | 1011 | 1100011 | 1001011 | 110110 |
Color Harmonies of #70E233
Complementary color
Monochromatic Colors of #70E233
Black with #70E233
Text Example
Text Example
White with #70E233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E233; }
p { color: rgb(112,226,51); }
H1.HeaderClassName
{
color: #70E233;
}
.AnyTagClassName
{
color: #70E233;
}
</style>
background-color css
<style>
a { background-color: #70E233; }
a { background-color: rgb(112,226,51); }
div.DivClassName
{
background-color: #70E233;
}
.BgClassName
{
background-color: #70E233;
}
</style>
border-color css
<style>
span { border-color: #70E233; }
span { border-color: rgb(112,226,51); }
td.TdClassName
{
border-color: #70E233;
}
.TagClassName
{
border-color: #70E233;
}
</style>