Shades of Pastel Green #70D676
Tints of Pastel Green #70D676
RGB
CMYK
RGB Variations
Color information
#70D676 (or 0x70D676) is known color: Pastel Green. HEX triplet: 70, D6 and 76. RGB value is (112,214,118). Sum of RGB (Red+Green+Blue) = 112+214+118=444 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.23% from 444); Green value is 214 (83.98% from 255 or 48.20% from 444); Blue value is 118 (46.48% from 255 or 26.58% from 444); Max value from RGB is 214 - color contains mainly: green. Hex color #70D676 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D676 is #8F2989. Grayscale: #ACACAC. Windows color (decimal): -9382282 or 7788144. OLE color: 7788144.
HSL color Cylindrical-coordinate representation of color #70D676: hue angle of 123.53º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70D676 is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 214 | 118 | - |
| CMYK | 0.48 | 0 | 0.45 | 0.16 |
| HSL | 123.53º | 0.55% | 0.64% | - |
| HSV(B) | 123.53º | 0.48% | 0.84% | - |
| XYZ | 34 | 52.85 | 25.55 | - |
| YUV | 172.56 | 97.21 | 84.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 214 | 118 | 0.48 | 0 | 0.45 | 0.16 | 123.53 | 0.55 | 0.64 |
| Hex | 70 | D6 | 76 | 30 | 0 | 2D | 10 | 7C | 37 | 40 |
| Octal | 160 | 326 | 166 | 60 | 0 | 55 | 20 | 174 | 67 | 100 |
| Binary | 1110000 | 11010110 | 1110110 | 110000 | 0 | 101101 | 10000 | 1111100 | 110111 | 1000000 |
Color Harmonies of #70D676
Complementary color
Monochromatic Colors of #70D676
Black with #70D676
Text Example
Text Example
White with #70D676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D676; }
p { color: rgb(112,214,118); }
H1.HeaderClassName
{
color: #70D676;
}
.AnyTagClassName
{
color: #70D676;
}
</style>
background-color css
<style>
a { background-color: #70D676; }
a { background-color: rgb(112,214,118); }
div.DivClassName
{
background-color: #70D676;
}
.BgClassName
{
background-color: #70D676;
}
</style>
border-color css
<style>
span { border-color: #70D676; }
span { border-color: rgb(112,214,118); }
td.TdClassName
{
border-color: #70D676;
}
.TagClassName
{
border-color: #70D676;
}
</style>