Shades of Pastel Green #70D86C
Tints of Pastel Green #70D86C
RGB
CMYK
RGB Variations
Color information
#70D86C (or 0x70D86C) is known color: Pastel Green. HEX triplet: 70, D8 and 6C. RGB value is (112,216,108). Sum of RGB (Red+Green+Blue) = 112+216+108=436 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.69% from 436); Green value is 216 (84.77% from 255 or 49.54% from 436); Blue value is 108 (42.58% from 255 or 24.77% from 436); Max value from RGB is 216 - color contains mainly: green. Hex color #70D86C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D86C is #8F2793. Grayscale: #ACACAC. Windows color (decimal): -9381780 or 7133296. OLE color: 7133296.
HSL color Cylindrical-coordinate representation of color #70D86C: hue angle of 117.78º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70D86C is Cyan = 0.48, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 216 | 108 | - |
| CMYK | 0.48 | 0 | 0.50 | 0.15 |
| HSL | 117.78º | 0.58% | 0.64% | - |
| HSV(B) | 117.78º | 0.5% | 0.85% | - |
| XYZ | 33.94 | 53.64 | 22.75 | - |
| YUV | 172.59 | 91.54 | 84.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 216 | 108 | 0.48 | 0 | 0.50 | 0.15 | 117.78 | 0.58 | 0.64 |
| Hex | 70 | D8 | 6C | 30 | 0 | 32 | F | 76 | 3A | 40 |
| Octal | 160 | 330 | 154 | 60 | 0 | 62 | 17 | 166 | 72 | 100 |
| Binary | 1110000 | 11011000 | 1101100 | 110000 | 0 | 110010 | 1111 | 1110110 | 111010 | 1000000 |
Color Harmonies of #70D86C
Complementary color
Monochromatic Colors of #70D86C
Black with #70D86C
Text Example
Text Example
White with #70D86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D86C; }
p { color: rgb(112,216,108); }
H1.HeaderClassName
{
color: #70D86C;
}
.AnyTagClassName
{
color: #70D86C;
}
</style>
background-color css
<style>
a { background-color: #70D86C; }
a { background-color: rgb(112,216,108); }
div.DivClassName
{
background-color: #70D86C;
}
.BgClassName
{
background-color: #70D86C;
}
</style>
border-color css
<style>
span { border-color: #70D86C; }
span { border-color: rgb(112,216,108); }
td.TdClassName
{
border-color: #70D86C;
}
.TagClassName
{
border-color: #70D86C;
}
</style>