Shades of Pastel Green #70DB7E
Tints of Pastel Green #70DB7E
RGB
CMYK
RGB Variations
Color information
#70DB7E (or 0x70DB7E) is known color: Pastel Green. HEX triplet: 70, DB and 7E. RGB value is (112,219,126). Sum of RGB (Red+Green+Blue) = 112+219+126=457 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.51% from 457); Green value is 219 (85.94% from 255 or 47.92% from 457); Blue value is 126 (49.61% from 255 or 27.57% from 457); Max value from RGB is 219 - color contains mainly: green. Hex color #70DB7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DB7E is #8F2481. Grayscale: #B0B0B0. Windows color (decimal): -9380994 or 8313712. OLE color: 8313712.
HSL color Cylindrical-coordinate representation of color #70DB7E: hue angle of 127.85º 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 #70DB7E is Cyan = 0.49, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 219 | 126 | - |
| CMYK | 0.49 | 0 | 0.42 | 0.14 |
| HSL | 127.85º | 0.6% | 0.65% | - |
| HSV(B) | 127.85º | 0.49% | 0.86% | - |
| XYZ | 35.78 | 55.61 | 28.59 | - |
| YUV | 176.41 | 99.55 | 82.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 219 | 126 | 0.49 | 0 | 0.42 | 0.14 | 127.85 | 0.6 | 0.65 |
| Hex | 70 | DB | 7E | 31 | 0 | 2A | E | 80 | 3C | 41 |
| Octal | 160 | 333 | 176 | 61 | 0 | 52 | 16 | 200 | 74 | 101 |
| Binary | 1110000 | 11011011 | 1111110 | 110001 | 0 | 101010 | 1110 | 10000000 | 111100 | 1000001 |
Color Harmonies of #70DB7E
Complementary color
Monochromatic Colors of #70DB7E
Black with #70DB7E
Text Example
Text Example
White with #70DB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DB7E; }
p { color: rgb(112,219,126); }
H1.HeaderClassName
{
color: #70DB7E;
}
.AnyTagClassName
{
color: #70DB7E;
}
</style>
background-color css
<style>
a { background-color: #70DB7E; }
a { background-color: rgb(112,219,126); }
div.DivClassName
{
background-color: #70DB7E;
}
.BgClassName
{
background-color: #70DB7E;
}
</style>
border-color css
<style>
span { border-color: #70DB7E; }
span { border-color: rgb(112,219,126); }
td.TdClassName
{
border-color: #70DB7E;
}
.TagClassName
{
border-color: #70DB7E;
}
</style>