Shades of Pastel Green #70D862
Tints of Pastel Green #70D862
RGB
CMYK
RGB Variations
Color information
#70D862 (or 0x70D862) is known color: Pastel Green. HEX triplet: 70, D8 and 62. RGB value is (112,216,98). Sum of RGB (Red+Green+Blue) = 112+216+98=426 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.29% from 426); Green value is 216 (84.77% from 255 or 50.70% from 426); Blue value is 98 (38.67% from 255 or 23.00% from 426); Max value from RGB is 216 - color contains mainly: green. Hex color #70D862 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D862 is #8F279D. Grayscale: #ABABAB. Windows color (decimal): -9381790 or 6477936. OLE color: 6477936.
HSL color Cylindrical-coordinate representation of color #70D862: hue angle of 112.88º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70D862 is Cyan = 0.48, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 216 | 98 | - |
| CMYK | 0.48 | 0 | 0.55 | 0.15 |
| HSL | 112.88º | 0.6% | 0.62% | - |
| HSV(B) | 112.88º | 0.55% | 0.85% | - |
| XYZ | 33.44 | 53.44 | 20.11 | - |
| YUV | 171.45 | 86.54 | 85.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 216 | 98 | 0.48 | 0 | 0.55 | 0.15 | 112.88 | 0.6 | 0.62 |
| Hex | 70 | D8 | 62 | 30 | 0 | 37 | F | 71 | 3C | 3E |
| Octal | 160 | 330 | 142 | 60 | 0 | 67 | 17 | 161 | 74 | 76 |
| Binary | 1110000 | 11011000 | 1100010 | 110000 | 0 | 110111 | 1111 | 1110001 | 111100 | 111110 |
Color Harmonies of #70D862
Complementary color
Monochromatic Colors of #70D862
Black with #70D862
Text Example
Text Example
White with #70D862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D862; }
p { color: rgb(112,216,98); }
H1.HeaderClassName
{
color: #70D862;
}
.AnyTagClassName
{
color: #70D862;
}
</style>
background-color css
<style>
a { background-color: #70D862; }
a { background-color: rgb(112,216,98); }
div.DivClassName
{
background-color: #70D862;
}
.BgClassName
{
background-color: #70D862;
}
</style>
border-color css
<style>
span { border-color: #70D862; }
span { border-color: rgb(112,216,98); }
td.TdClassName
{
border-color: #70D862;
}
.TagClassName
{
border-color: #70D862;
}
</style>