Shades of Pastel Green #70D170
Tints of Pastel Green #70D170
RGB
CMYK
RGB Variations
Color information
#70D170 (or 0x70D170) is known color: Pastel Green. HEX triplet: 70, D1 and 70. RGB value is (112,209,112). Sum of RGB (Red+Green+Blue) = 112+209+112=433 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.87% from 433); Green value is 209 (82.03% from 255 or 48.27% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 209 - color contains mainly: green. Hex color #70D170 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D170 is #8F2E8F. Grayscale: #A9A9A9. Windows color (decimal): -9383568 or 7393648. OLE color: 7393648.
HSL color Cylindrical-coordinate representation of color #70D170: hue angle of 120º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70D170 is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 209 | 112 | - |
| CMYK | 0.46 | 0 | 0.46 | 0.18 |
| HSL | 120º | 0.51% | 0.63% | - |
| HSV(B) | 120º | 0.46% | 0.82% | - |
| XYZ | 32.41 | 50.22 | 23.31 | - |
| YUV | 168.94 | 95.86 | 87.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 209 | 112 | 0.46 | 0 | 0.46 | 0.18 | 120 | 0.51 | 0.63 |
| Hex | 70 | D1 | 70 | 2E | 0 | 2E | 12 | 78 | 33 | 3F |
| Octal | 160 | 321 | 160 | 56 | 0 | 56 | 22 | 170 | 63 | 77 |
| Binary | 1110000 | 11010001 | 1110000 | 101110 | 0 | 101110 | 10010 | 1111000 | 110011 | 111111 |
Color Harmonies of #70D170
Complementary color
Monochromatic Colors of #70D170
Black with #70D170
Text Example
Text Example
White with #70D170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D170; }
p { color: rgb(112,209,112); }
H1.HeaderClassName
{
color: #70D170;
}
.AnyTagClassName
{
color: #70D170;
}
</style>
background-color css
<style>
a { background-color: #70D170; }
a { background-color: rgb(112,209,112); }
div.DivClassName
{
background-color: #70D170;
}
.BgClassName
{
background-color: #70D170;
}
</style>
border-color css
<style>
span { border-color: #70D170; }
span { border-color: rgb(112,209,112); }
td.TdClassName
{
border-color: #70D170;
}
.TagClassName
{
border-color: #70D170;
}
</style>