Shades of Apple #70C330
Tints of Apple #70C330
RGB
CMYK
RGB Variations
Color information
#70C330 (or 0x70C330) is known color: Apple. HEX triplet: 70, C3 and 30. RGB value is (112,195,48). Sum of RGB (Red+Green+Blue) = 112+195+48=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 195 (76.56% from 255 or 54.93% from 355); Blue value is 48 (19.14% from 255 or 13.52% from 355); Max value from RGB is 195 - color contains mainly: green. Hex color #70C330 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C330 is #8F3CCF. Grayscale: #999999. Windows color (decimal): -9387216 or 3195760. OLE color: 3195760.
HSL color Cylindrical-coordinate representation of color #70C330: hue angle of 93.88º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #70C330 is Cyan = 0.43, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 195 | 48 | - |
| CMYK | 0.43 | 0 | 0.75 | 0.24 |
| HSL | 93.88º | 0.6% | 0.48% | - |
| HSV(B) | 93.88º | 0.75% | 0.76% | - |
| XYZ | 26.73 | 42.69 | 9.63 | - |
| YUV | 153.43 | 68.5 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 195 | 48 | 0.43 | 0 | 0.75 | 0.24 | 93.88 | 0.6 | 0.48 |
| Hex | 70 | C3 | 30 | 2B | 0 | 4B | 18 | 5E | 3C | 30 |
| Octal | 160 | 303 | 60 | 53 | 0 | 113 | 30 | 136 | 74 | 60 |
| Binary | 1110000 | 11000011 | 110000 | 101011 | 0 | 1001011 | 11000 | 1011110 | 111100 | 110000 |
Color Harmonies of #70C330
Complementary color
Monochromatic Colors of #70C330
Black with #70C330
Text Example
Text Example
White with #70C330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C330; }
p { color: rgb(112,195,48); }
H1.HeaderClassName
{
color: #70C330;
}
.AnyTagClassName
{
color: #70C330;
}
</style>
background-color css
<style>
a { background-color: #70C330; }
a { background-color: rgb(112,195,48); }
div.DivClassName
{
background-color: #70C330;
}
.BgClassName
{
background-color: #70C330;
}
</style>
border-color css
<style>
span { border-color: #70C330; }
span { border-color: rgb(112,195,48); }
td.TdClassName
{
border-color: #70C330;
}
.TagClassName
{
border-color: #70C330;
}
</style>