Shades of Apple #70C54C
Tints of Apple #70C54C
RGB
CMYK
RGB Variations
Color information
#70C54C (or 0x70C54C) is known color: Apple. HEX triplet: 70, C5 and 4C. RGB value is (112,197,76). Sum of RGB (Red+Green+Blue) = 112+197+76=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 197 (77.34% from 255 or 51.17% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 197 - color contains mainly: green. Hex color #70C54C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C54C is #8F3AB3. Grayscale: #9E9E9E. Windows color (decimal): -9386676 or 5031280. OLE color: 5031280.
HSL color Cylindrical-coordinate representation of color #70C54C: hue angle of 102.15º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #70C54C is Cyan = 0.43, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 112 | 197 | 76 | - |
| CMYK | 0.43 | 0 | 0.61 | 0.23 |
| HSL | 102.15º | 0.51% | 0.54% | - |
| HSV(B) | 102.15º | 0.61% | 0.77% | - |
| XYZ | 27.95 | 43.9 | 13.84 | - |
| YUV | 157.79 | 81.84 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 197 | 76 | 0.43 | 0 | 0.61 | 0.23 | 102.15 | 0.51 | 0.54 |
| Hex | 70 | C5 | 4C | 2B | 0 | 3D | 17 | 66 | 33 | 36 |
| Octal | 160 | 305 | 114 | 53 | 0 | 75 | 27 | 146 | 63 | 66 |
| Binary | 1110000 | 11000101 | 1001100 | 101011 | 0 | 111101 | 10111 | 1100110 | 110011 | 110110 |
Color Harmonies of #70C54C
Complementary color
Monochromatic Colors of #70C54C
Black with #70C54C
Text Example
Text Example
White with #70C54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C54C; }
p { color: rgb(112,197,76); }
H1.HeaderClassName
{
color: #70C54C;
}
.AnyTagClassName
{
color: #70C54C;
}
</style>
background-color css
<style>
a { background-color: #70C54C; }
a { background-color: rgb(112,197,76); }
div.DivClassName
{
background-color: #70C54C;
}
.BgClassName
{
background-color: #70C54C;
}
</style>
border-color css
<style>
span { border-color: #70C54C; }
span { border-color: rgb(112,197,76); }
td.TdClassName
{
border-color: #70C54C;
}
.TagClassName
{
border-color: #70C54C;
}
</style>