Shades of Pastel Green #70E28D
Tints of Pastel Green #70E28D
RGB
CMYK
RGB Variations
Color information
#70E28D (or 0x70E28D) is known color: Pastel Green. HEX triplet: 70, E2 and 8D. RGB value is (112,226,141). Sum of RGB (Red+Green+Blue) = 112+226+141=479 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.38% from 479); Green value is 226 (88.67% from 255 or 47.18% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 226 - color contains mainly: green. Hex color #70E28D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70E28D is #8F1D72. Grayscale: #B6B6B6. Windows color (decimal): -9379187 or 9298544. OLE color: 9298544.
HSL color Cylindrical-coordinate representation of color #70E28D: hue angle of 135.26º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70E28D is Cyan = 0.50, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 112 | 226 | 141 | - |
| CMYK | 0.50 | 0 | 0.38 | 0.11 |
| HSL | 135.26º | 0.66% | 0.66% | - |
| HSV(B) | 135.26º | 0.5% | 0.89% | - |
| XYZ | 38.69 | 59.76 | 34.7 | - |
| YUV | 182.22 | 104.73 | 77.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 226 | 141 | 0.50 | 0 | 0.38 | 0.11 | 135.26 | 0.66 | 0.66 |
| Hex | 70 | E2 | 8D | 32 | 0 | 26 | B | 87 | 42 | 42 |
| Octal | 160 | 342 | 215 | 62 | 0 | 46 | 13 | 207 | 102 | 102 |
| Binary | 1110000 | 11100010 | 10001101 | 110010 | 0 | 100110 | 1011 | 10000111 | 1000010 | 1000010 |
Color Harmonies of #70E28D
Complementary color
Monochromatic Colors of #70E28D
Black with #70E28D
Text Example
Text Example
White with #70E28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E28D; }
p { color: rgb(112,226,141); }
H1.HeaderClassName
{
color: #70E28D;
}
.AnyTagClassName
{
color: #70E28D;
}
</style>
background-color css
<style>
a { background-color: #70E28D; }
a { background-color: rgb(112,226,141); }
div.DivClassName
{
background-color: #70E28D;
}
.BgClassName
{
background-color: #70E28D;
}
</style>
border-color css
<style>
span { border-color: #70E28D; }
span { border-color: rgb(112,226,141); }
td.TdClassName
{
border-color: #70E28D;
}
.TagClassName
{
border-color: #70E28D;
}
</style>