Shades of Apple #70DF32
Tints of Apple #70DF32
RGB
CMYK
RGB Variations
Color information
#70DF32 (or 0x70DF32) is known color: Apple. HEX triplet: 70, DF and 32. RGB value is (112,223,50). Sum of RGB (Red+Green+Blue) = 112+223+50=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 223 (87.5% from 255 or 57.92% from 385); Blue value is 50 (19.92% from 255 or 12.99% from 385); Max value from RGB is 223 - color contains mainly: green. Hex color #70DF32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70DF32 is #8F20CD. Grayscale: #AAAAAA. Windows color (decimal): -9380046 or 3334000. OLE color: 3334000.
HSL color Cylindrical-coordinate representation of color #70DF32: hue angle of 98.5º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #70DF32 is Cyan = 0.50, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 223 | 50 | - |
| CMYK | 0.50 | 0 | 0.78 | 0.13 |
| HSL | 98.5º | 0.73% | 0.54% | - |
| HSV(B) | 98.5º | 0.78% | 0.87% | - |
| XYZ | 33.65 | 56.45 | 12.14 | - |
| YUV | 170.09 | 60.23 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 223 | 50 | 0.50 | 0 | 0.78 | 0.13 | 98.5 | 0.73 | 0.54 |
| Hex | 70 | DF | 32 | 32 | 0 | 4E | D | 62 | 49 | 36 |
| Octal | 160 | 337 | 62 | 62 | 0 | 116 | 15 | 142 | 111 | 66 |
| Binary | 1110000 | 11011111 | 110010 | 110010 | 0 | 1001110 | 1101 | 1100010 | 1001001 | 110110 |
Color Harmonies of #70DF32
Complementary color
Monochromatic Colors of #70DF32
Black with #70DF32
Text Example
Text Example
White with #70DF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DF32; }
p { color: rgb(112,223,50); }
H1.HeaderClassName
{
color: #70DF32;
}
.AnyTagClassName
{
color: #70DF32;
}
</style>
background-color css
<style>
a { background-color: #70DF32; }
a { background-color: rgb(112,223,50); }
div.DivClassName
{
background-color: #70DF32;
}
.BgClassName
{
background-color: #70DF32;
}
</style>
border-color css
<style>
span { border-color: #70DF32; }
span { border-color: rgb(112,223,50); }
td.TdClassName
{
border-color: #70DF32;
}
.TagClassName
{
border-color: #70DF32;
}
</style>