Shades of Apple #70CE36
Tints of Apple #70CE36
RGB
CMYK
RGB Variations
Color information
#70CE36 (or 0x70CE36) is known color: Apple. HEX triplet: 70, CE and 36. RGB value is (112,206,54). Sum of RGB (Red+Green+Blue) = 112+206+54=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 206 (80.86% from 255 or 55.38% from 372); Blue value is 54 (21.48% from 255 or 14.52% from 372); Max value from RGB is 206 - color contains mainly: green. Hex color #70CE36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CE36 is #8F31C9. Grayscale: #A1A1A1. Windows color (decimal): -9384394 or 3591792. OLE color: 3591792.
HSL color Cylindrical-coordinate representation of color #70CE36: hue angle of 97.11º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #70CE36 is Cyan = 0.46, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 206 | 54 | - |
| CMYK | 0.46 | 0 | 0.74 | 0.19 |
| HSL | 97.11º | 0.61% | 0.51% | - |
| HSV(B) | 97.11º | 0.74% | 0.81% | - |
| XYZ | 29.42 | 47.85 | 11.18 | - |
| YUV | 160.57 | 67.86 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 206 | 54 | 0.46 | 0 | 0.74 | 0.19 | 97.11 | 0.61 | 0.51 |
| Hex | 70 | CE | 36 | 2E | 0 | 4A | 13 | 61 | 3D | 33 |
| Octal | 160 | 316 | 66 | 56 | 0 | 112 | 23 | 141 | 75 | 63 |
| Binary | 1110000 | 11001110 | 110110 | 101110 | 0 | 1001010 | 10011 | 1100001 | 111101 | 110011 |
Color Harmonies of #70CE36
Complementary color
Monochromatic Colors of #70CE36
Black with #70CE36
Text Example
Text Example
White with #70CE36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CE36; }
p { color: rgb(112,206,54); }
H1.HeaderClassName
{
color: #70CE36;
}
.AnyTagClassName
{
color: #70CE36;
}
</style>
background-color css
<style>
a { background-color: #70CE36; }
a { background-color: rgb(112,206,54); }
div.DivClassName
{
background-color: #70CE36;
}
.BgClassName
{
background-color: #70CE36;
}
</style>
border-color css
<style>
span { border-color: #70CE36; }
span { border-color: rgb(112,206,54); }
td.TdClassName
{
border-color: #70CE36;
}
.TagClassName
{
border-color: #70CE36;
}
</style>