Shades of Apple #70C233
Tints of Apple #70C233
RGB
CMYK
RGB Variations
Color information
#70C233 (or 0x70C233) is known color: Apple. HEX triplet: 70, C2 and 33. RGB value is (112,194,51). Sum of RGB (Red+Green+Blue) = 112+194+51=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 194 (76.17% from 255 or 54.34% from 357); Blue value is 51 (20.31% from 255 or 14.29% from 357); Max value from RGB is 194 - color contains mainly: green. Hex color #70C233 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C233 is #8F3DCC. Grayscale: #999999. Windows color (decimal): -9387469 or 3392112. OLE color: 3392112.
HSL color Cylindrical-coordinate representation of color #70C233: hue angle of 94.41º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #70C233 is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 194 | 51 | - |
| CMYK | 0.42 | 0 | 0.74 | 0.24 |
| HSL | 94.41º | 0.58% | 0.48% | - |
| HSV(B) | 94.41º | 0.74% | 0.76% | - |
| XYZ | 26.57 | 42.27 | 9.89 | - |
| YUV | 153.18 | 70.33 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 194 | 51 | 0.42 | 0 | 0.74 | 0.24 | 94.41 | 0.58 | 0.48 |
| Hex | 70 | C2 | 33 | 2A | 0 | 4A | 18 | 5E | 3A | 30 |
| Octal | 160 | 302 | 63 | 52 | 0 | 112 | 30 | 136 | 72 | 60 |
| Binary | 1110000 | 11000010 | 110011 | 101010 | 0 | 1001010 | 11000 | 1011110 | 111010 | 110000 |
Color Harmonies of #70C233
Complementary color
Monochromatic Colors of #70C233
Black with #70C233
Text Example
Text Example
White with #70C233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C233; }
p { color: rgb(112,194,51); }
H1.HeaderClassName
{
color: #70C233;
}
.AnyTagClassName
{
color: #70C233;
}
</style>
background-color css
<style>
a { background-color: #70C233; }
a { background-color: rgb(112,194,51); }
div.DivClassName
{
background-color: #70C233;
}
.BgClassName
{
background-color: #70C233;
}
</style>
border-color css
<style>
span { border-color: #70C233; }
span { border-color: rgb(112,194,51); }
td.TdClassName
{
border-color: #70C233;
}
.TagClassName
{
border-color: #70C233;
}
</style>