Shades of Apple #70CE30
Tints of Apple #70CE30
RGB
CMYK
RGB Variations
Color information
#70CE30 (or 0x70CE30) is known color: Apple. HEX triplet: 70, CE and 30. RGB value is (112,206,48). Sum of RGB (Red+Green+Blue) = 112+206+48=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 206 (80.86% from 255 or 56.28% from 366); Blue value is 48 (19.14% from 255 or 13.11% from 366); Max value from RGB is 206 - color contains mainly: green. Hex color #70CE30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CE30 is #8F31CF. Grayscale: #A0A0A0. Windows color (decimal): -9384400 or 3198576. OLE color: 3198576.
HSL color Cylindrical-coordinate representation of color #70CE30: hue angle of 95.7º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #70CE30 is Cyan = 0.46, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 206 | 48 | - |
| CMYK | 0.46 | 0 | 0.77 | 0.19 |
| HSL | 95.7º | 0.62% | 0.5% | - |
| HSV(B) | 95.7º | 0.77% | 0.81% | - |
| XYZ | 29.29 | 47.8 | 10.48 | - |
| YUV | 159.88 | 64.86 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 206 | 48 | 0.46 | 0 | 0.77 | 0.19 | 95.7 | 0.62 | 0.5 |
| Hex | 70 | CE | 30 | 2E | 0 | 4D | 13 | 60 | 3E | 32 |
| Octal | 160 | 316 | 60 | 56 | 0 | 115 | 23 | 140 | 76 | 62 |
| Binary | 1110000 | 11001110 | 110000 | 101110 | 0 | 1001101 | 10011 | 1100000 | 111110 | 110010 |
Color Harmonies of #70CE30
Complementary color
Monochromatic Colors of #70CE30
Black with #70CE30
Text Example
Text Example
White with #70CE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CE30; }
p { color: rgb(112,206,48); }
H1.HeaderClassName
{
color: #70CE30;
}
.AnyTagClassName
{
color: #70CE30;
}
</style>
background-color css
<style>
a { background-color: #70CE30; }
a { background-color: rgb(112,206,48); }
div.DivClassName
{
background-color: #70CE30;
}
.BgClassName
{
background-color: #70CE30;
}
</style>
border-color css
<style>
span { border-color: #70CE30; }
span { border-color: rgb(112,206,48); }
td.TdClassName
{
border-color: #70CE30;
}
.TagClassName
{
border-color: #70CE30;
}
</style>