Shades of Apple #70CA41
Tints of Apple #70CA41
RGB
CMYK
RGB Variations
Color information
#70CA41 (or 0x70CA41) is known color: Apple. HEX triplet: 70, CA and 41. RGB value is (112,202,65). Sum of RGB (Red+Green+Blue) = 112+202+65=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 202 (79.30% from 255 or 53.30% from 379); Blue value is 65 (25.78% from 255 or 17.15% from 379); Max value from RGB is 202 - color contains mainly: green. Hex color #70CA41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CA41 is #8F35BE. Grayscale: #9F9F9F. Windows color (decimal): -9385407 or 4311664. OLE color: 4311664.
HSL color Cylindrical-coordinate representation of color #70CA41: hue angle of 99.42º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #70CA41 is Cyan = 0.45, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 202 | 65 | - |
| CMYK | 0.45 | 0 | 0.68 | 0.21 |
| HSL | 99.42º | 0.56% | 0.52% | - |
| HSV(B) | 99.42º | 0.68% | 0.79% | - |
| XYZ | 28.76 | 46.07 | 12.38 | - |
| YUV | 159.47 | 74.68 | 94.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 202 | 65 | 0.45 | 0 | 0.68 | 0.21 | 99.42 | 0.56 | 0.52 |
| Hex | 70 | CA | 41 | 2D | 0 | 44 | 15 | 63 | 38 | 34 |
| Octal | 160 | 312 | 101 | 55 | 0 | 104 | 25 | 143 | 70 | 64 |
| Binary | 1110000 | 11001010 | 1000001 | 101101 | 0 | 1000100 | 10101 | 1100011 | 111000 | 110100 |
Color Harmonies of #70CA41
Complementary color
Monochromatic Colors of #70CA41
Black with #70CA41
Text Example
Text Example
White with #70CA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CA41; }
p { color: rgb(112,202,65); }
H1.HeaderClassName
{
color: #70CA41;
}
.AnyTagClassName
{
color: #70CA41;
}
</style>
background-color css
<style>
a { background-color: #70CA41; }
a { background-color: rgb(112,202,65); }
div.DivClassName
{
background-color: #70CA41;
}
.BgClassName
{
background-color: #70CA41;
}
</style>
border-color css
<style>
span { border-color: #70CA41; }
span { border-color: rgb(112,202,65); }
td.TdClassName
{
border-color: #70CA41;
}
.TagClassName
{
border-color: #70CA41;
}
</style>