Shades of Pastel Green #70DB8D
Tints of Pastel Green #70DB8D
RGB
CMYK
RGB Variations
Color information
#70DB8D (or 0x70DB8D) is known color: Pastel Green. HEX triplet: 70, DB and 8D. RGB value is (112,219,141). Sum of RGB (Red+Green+Blue) = 112+219+141=472 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.73% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 219 - color contains mainly: green. Hex color #70DB8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DB8D is #8F2472. Grayscale: #B2B2B2. Windows color (decimal): -9380979 or 9296752. OLE color: 9296752.
HSL color Cylindrical-coordinate representation of color #70DB8D: hue angle of 136.26º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DB8D is Cyan = 0.49, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 219 | 141 | - |
| CMYK | 0.49 | 0 | 0.36 | 0.14 |
| HSL | 136.26º | 0.6% | 0.65% | - |
| HSV(B) | 136.26º | 0.49% | 0.86% | - |
| XYZ | 36.82 | 56.03 | 34.07 | - |
| YUV | 178.12 | 107.05 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 219 | 141 | 0.49 | 0 | 0.36 | 0.14 | 136.26 | 0.6 | 0.65 |
| Hex | 70 | DB | 8D | 31 | 0 | 24 | E | 88 | 3C | 41 |
| Octal | 160 | 333 | 215 | 61 | 0 | 44 | 16 | 210 | 74 | 101 |
| Binary | 1110000 | 11011011 | 10001101 | 110001 | 0 | 100100 | 1110 | 10001000 | 111100 | 1000001 |
Color Harmonies of #70DB8D
Complementary color
Monochromatic Colors of #70DB8D
Black with #70DB8D
Text Example
Text Example
White with #70DB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DB8D; }
p { color: rgb(112,219,141); }
H1.HeaderClassName
{
color: #70DB8D;
}
.AnyTagClassName
{
color: #70DB8D;
}
</style>
background-color css
<style>
a { background-color: #70DB8D; }
a { background-color: rgb(112,219,141); }
div.DivClassName
{
background-color: #70DB8D;
}
.BgClassName
{
background-color: #70DB8D;
}
</style>
border-color css
<style>
span { border-color: #70DB8D; }
span { border-color: rgb(112,219,141); }
td.TdClassName
{
border-color: #70DB8D;
}
.TagClassName
{
border-color: #70DB8D;
}
</style>