Shades of Apple #70C539
Tints of Apple #70C539
RGB
CMYK
RGB Variations
Color information
#70C539 (or 0x70C539) is known color: Apple. HEX triplet: 70, C5 and 39. RGB value is (112,197,57). Sum of RGB (Red+Green+Blue) = 112+197+57=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 197 (77.34% from 255 or 53.83% from 366); Blue value is 57 (22.66% from 255 or 15.57% from 366); Max value from RGB is 197 - color contains mainly: green. Hex color #70C539 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C539 is #8F3AC6. Grayscale: #9C9C9C. Windows color (decimal): -9386695 or 3786096. OLE color: 3786096.
HSL color Cylindrical-coordinate representation of color #70C539: hue angle of 96.43º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #70C539 is Cyan = 0.43, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 112 | 197 | 57 | - |
| CMYK | 0.43 | 0 | 0.71 | 0.23 |
| HSL | 96.43º | 0.55% | 0.5% | - |
| HSV(B) | 96.43º | 0.71% | 0.77% | - |
| XYZ | 27.39 | 43.67 | 10.86 | - |
| YUV | 155.63 | 72.34 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 197 | 57 | 0.43 | 0 | 0.71 | 0.23 | 96.43 | 0.55 | 0.5 |
| Hex | 70 | C5 | 39 | 2B | 0 | 47 | 17 | 60 | 37 | 32 |
| Octal | 160 | 305 | 71 | 53 | 0 | 107 | 27 | 140 | 67 | 62 |
| Binary | 1110000 | 11000101 | 111001 | 101011 | 0 | 1000111 | 10111 | 1100000 | 110111 | 110010 |
Color Harmonies of #70C539
Complementary color
Monochromatic Colors of #70C539
Black with #70C539
Text Example
Text Example
White with #70C539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C539; }
p { color: rgb(112,197,57); }
H1.HeaderClassName
{
color: #70C539;
}
.AnyTagClassName
{
color: #70C539;
}
</style>
background-color css
<style>
a { background-color: #70C539; }
a { background-color: rgb(112,197,57); }
div.DivClassName
{
background-color: #70C539;
}
.BgClassName
{
background-color: #70C539;
}
</style>
border-color css
<style>
span { border-color: #70C539; }
span { border-color: rgb(112,197,57); }
td.TdClassName
{
border-color: #70C539;
}
.TagClassName
{
border-color: #70C539;
}
</style>