Shades of Pastel Green #70DA7E
Tints of Pastel Green #70DA7E
RGB
CMYK
RGB Variations
Color information
#70DA7E (or 0x70DA7E) is known color: Pastel Green. HEX triplet: 70, DA and 7E. RGB value is (112,218,126). Sum of RGB (Red+Green+Blue) = 112+218+126=456 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.56% from 456); Green value is 218 (85.55% from 255 or 47.81% from 456); Blue value is 126 (49.61% from 255 or 27.63% from 456); Max value from RGB is 218 - color contains mainly: green. Hex color #70DA7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DA7E is #8F2581. Grayscale: #B0B0B0. Windows color (decimal): -9381250 or 8313456. OLE color: 8313456.
HSL color Cylindrical-coordinate representation of color #70DA7E: hue angle of 127.92º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DA7E is Cyan = 0.49, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 218 | 126 | - |
| CMYK | 0.49 | 0 | 0.42 | 0.15 |
| HSL | 127.92º | 0.59% | 0.65% | - |
| HSV(B) | 127.92º | 0.49% | 0.85% | - |
| XYZ | 35.52 | 55.09 | 28.5 | - |
| YUV | 175.82 | 99.88 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 218 | 126 | 0.49 | 0 | 0.42 | 0.15 | 127.92 | 0.59 | 0.65 |
| Hex | 70 | DA | 7E | 31 | 0 | 2A | F | 80 | 3B | 41 |
| Octal | 160 | 332 | 176 | 61 | 0 | 52 | 17 | 200 | 73 | 101 |
| Binary | 1110000 | 11011010 | 1111110 | 110001 | 0 | 101010 | 1111 | 10000000 | 111011 | 1000001 |
Color Harmonies of #70DA7E
Complementary color
Monochromatic Colors of #70DA7E
Black with #70DA7E
Text Example
Text Example
White with #70DA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DA7E; }
p { color: rgb(112,218,126); }
H1.HeaderClassName
{
color: #70DA7E;
}
.AnyTagClassName
{
color: #70DA7E;
}
</style>
background-color css
<style>
a { background-color: #70DA7E; }
a { background-color: rgb(112,218,126); }
div.DivClassName
{
background-color: #70DA7E;
}
.BgClassName
{
background-color: #70DA7E;
}
</style>
border-color css
<style>
span { border-color: #70DA7E; }
span { border-color: rgb(112,218,126); }
td.TdClassName
{
border-color: #70DA7E;
}
.TagClassName
{
border-color: #70DA7E;
}
</style>