Shades of Pastel Green #70DF8E
Tints of Pastel Green #70DF8E
RGB
CMYK
RGB Variations
Color information
#70DF8E (or 0x70DF8E) is known color: Pastel Green. HEX triplet: 70, DF and 8E. RGB value is (112,223,142). Sum of RGB (Red+Green+Blue) = 112+223+142=477 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.48% from 477); Green value is 223 (87.5% from 255 or 46.75% from 477); Blue value is 142 (55.86% from 255 or 29.77% from 477); Max value from RGB is 223 - color contains mainly: green. Hex color #70DF8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DF8E is #8F2071. Grayscale: #B4B4B4. Windows color (decimal): -9379954 or 9363312. OLE color: 9363312.
HSL color Cylindrical-coordinate representation of color #70DF8E: hue angle of 136.22º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70DF8E is Cyan = 0.50, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 223 | 142 | - |
| CMYK | 0.50 | 0 | 0.36 | 0.13 |
| HSL | 136.22º | 0.63% | 0.66% | - |
| HSV(B) | 136.22º | 0.5% | 0.87% | - |
| XYZ | 37.95 | 58.17 | 34.82 | - |
| YUV | 180.58 | 106.23 | 79.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 223 | 142 | 0.50 | 0 | 0.36 | 0.13 | 136.22 | 0.63 | 0.66 |
| Hex | 70 | DF | 8E | 32 | 0 | 24 | D | 88 | 3F | 42 |
| Octal | 160 | 337 | 216 | 62 | 0 | 44 | 15 | 210 | 77 | 102 |
| Binary | 1110000 | 11011111 | 10001110 | 110010 | 0 | 100100 | 1101 | 10001000 | 111111 | 1000010 |
Color Harmonies of #70DF8E
Complementary color
Monochromatic Colors of #70DF8E
Black with #70DF8E
Text Example
Text Example
White with #70DF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DF8E; }
p { color: rgb(112,223,142); }
H1.HeaderClassName
{
color: #70DF8E;
}
.AnyTagClassName
{
color: #70DF8E;
}
</style>
background-color css
<style>
a { background-color: #70DF8E; }
a { background-color: rgb(112,223,142); }
div.DivClassName
{
background-color: #70DF8E;
}
.BgClassName
{
background-color: #70DF8E;
}
</style>
border-color css
<style>
span { border-color: #70DF8E; }
span { border-color: rgb(112,223,142); }
td.TdClassName
{
border-color: #70DF8E;
}
.TagClassName
{
border-color: #70DF8E;
}
</style>