Shades of Apple #70DF37
Tints of Apple #70DF37
RGB
CMYK
RGB Variations
Color information
#70DF37 (or 0x70DF37) is known color: Apple. HEX triplet: 70, DF and 37. RGB value is (112,223,55). Sum of RGB (Red+Green+Blue) = 112+223+55=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 223 (87.5% from 255 or 57.18% from 390); Blue value is 55 (21.88% from 255 or 14.10% from 390); Max value from RGB is 223 - color contains mainly: green. Hex color #70DF37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70DF37 is #8F20C8. Grayscale: #ABABAB. Windows color (decimal): -9380041 or 3661680. OLE color: 3661680.
HSL color Cylindrical-coordinate representation of color #70DF37: hue angle of 99.64º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #70DF37 is Cyan = 0.50, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 223 | 55 | - |
| CMYK | 0.50 | 0 | 0.75 | 0.13 |
| HSL | 99.64º | 0.72% | 0.55% | - |
| HSV(B) | 99.64º | 0.75% | 0.87% | - |
| XYZ | 33.76 | 56.5 | 12.74 | - |
| YUV | 170.66 | 62.73 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 223 | 55 | 0.50 | 0 | 0.75 | 0.13 | 99.64 | 0.72 | 0.55 |
| Hex | 70 | DF | 37 | 32 | 0 | 4B | D | 64 | 48 | 37 |
| Octal | 160 | 337 | 67 | 62 | 0 | 113 | 15 | 144 | 110 | 67 |
| Binary | 1110000 | 11011111 | 110111 | 110010 | 0 | 1001011 | 1101 | 1100100 | 1001000 | 110111 |
Color Harmonies of #70DF37
Complementary color
Monochromatic Colors of #70DF37
Black with #70DF37
Text Example
Text Example
White with #70DF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DF37; }
p { color: rgb(112,223,55); }
H1.HeaderClassName
{
color: #70DF37;
}
.AnyTagClassName
{
color: #70DF37;
}
</style>
background-color css
<style>
a { background-color: #70DF37; }
a { background-color: rgb(112,223,55); }
div.DivClassName
{
background-color: #70DF37;
}
.BgClassName
{
background-color: #70DF37;
}
</style>
border-color css
<style>
span { border-color: #70DF37; }
span { border-color: rgb(112,223,55); }
td.TdClassName
{
border-color: #70DF37;
}
.TagClassName
{
border-color: #70DF37;
}
</style>