Shades of Apple #70CB35
Tints of Apple #70CB35
RGB
CMYK
RGB Variations
Color information
#70CB35 (or 0x70CB35) is known color: Apple. HEX triplet: 70, CB and 35. RGB value is (112,203,53). Sum of RGB (Red+Green+Blue) = 112+203+53=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 203 (79.69% from 255 or 55.16% from 368); Blue value is 53 (21.09% from 255 or 14.40% from 368); Max value from RGB is 203 - color contains mainly: green. Hex color #70CB35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CB35 is #8F34CA. Grayscale: #9F9F9F. Windows color (decimal): -9385163 or 3525488. OLE color: 3525488.
HSL color Cylindrical-coordinate representation of color #70CB35: hue angle of 96.4º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #70CB35 is Cyan = 0.45, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 203 | 53 | - |
| CMYK | 0.45 | 0 | 0.74 | 0.20 |
| HSL | 96.4º | 0.59% | 0.5% | - |
| HSV(B) | 96.4º | 0.74% | 0.8% | - |
| XYZ | 28.68 | 46.41 | 10.82 | - |
| YUV | 158.69 | 68.35 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 203 | 53 | 0.45 | 0 | 0.74 | 0.20 | 96.4 | 0.59 | 0.5 |
| Hex | 70 | CB | 35 | 2D | 0 | 4A | 14 | 60 | 3B | 32 |
| Octal | 160 | 313 | 65 | 55 | 0 | 112 | 24 | 140 | 73 | 62 |
| Binary | 1110000 | 11001011 | 110101 | 101101 | 0 | 1001010 | 10100 | 1100000 | 111011 | 110010 |
Color Harmonies of #70CB35
Complementary color
Monochromatic Colors of #70CB35
Black with #70CB35
Text Example
Text Example
White with #70CB35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CB35; }
p { color: rgb(112,203,53); }
H1.HeaderClassName
{
color: #70CB35;
}
.AnyTagClassName
{
color: #70CB35;
}
</style>
background-color css
<style>
a { background-color: #70CB35; }
a { background-color: rgb(112,203,53); }
div.DivClassName
{
background-color: #70CB35;
}
.BgClassName
{
background-color: #70CB35;
}
</style>
border-color css
<style>
span { border-color: #70CB35; }
span { border-color: rgb(112,203,53); }
td.TdClassName
{
border-color: #70CB35;
}
.TagClassName
{
border-color: #70CB35;
}
</style>