Shades of Pastel Green #70EC88
Tints of Pastel Green #70EC88
RGB
CMYK
RGB Variations
Color information
#70EC88 (or 0x70EC88) is known color: Pastel Green. HEX triplet: 70, EC and 88. RGB value is (112,236,136). Sum of RGB (Red+Green+Blue) = 112+236+136=484 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.14% from 484); Green value is 236 (92.58% from 255 or 48.76% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 236 - color contains mainly: green. Hex color #70EC88 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EC88 is #8F1377. Grayscale: #BBBBBB. Windows color (decimal): -9376632 or 8973424. OLE color: 8973424.
HSL color Cylindrical-coordinate representation of color #70EC88: hue angle of 131.61º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EC88 is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 236 | 136 | - |
| CMYK | 0.53 | 0 | 0.42 | 0.07 |
| HSL | 131.61º | 0.77% | 0.68% | - |
| HSV(B) | 131.61º | 0.53% | 0.93% | - |
| XYZ | 41.12 | 65.21 | 33.71 | - |
| YUV | 187.52 | 98.92 | 74.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 236 | 136 | 0.53 | 0 | 0.42 | 0.07 | 131.61 | 0.77 | 0.68 |
| Hex | 70 | EC | 88 | 35 | 0 | 2A | 7 | 84 | 4D | 44 |
| Octal | 160 | 354 | 210 | 65 | 0 | 52 | 7 | 204 | 115 | 104 |
| Binary | 1110000 | 11101100 | 10001000 | 110101 | 0 | 101010 | 111 | 10000100 | 1001101 | 1000100 |
Color Harmonies of #70EC88
Complementary color
Monochromatic Colors of #70EC88
Black with #70EC88
Text Example
Text Example
White with #70EC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EC88; }
p { color: rgb(112,236,136); }
H1.HeaderClassName
{
color: #70EC88;
}
.AnyTagClassName
{
color: #70EC88;
}
</style>
background-color css
<style>
a { background-color: #70EC88; }
a { background-color: rgb(112,236,136); }
div.DivClassName
{
background-color: #70EC88;
}
.BgClassName
{
background-color: #70EC88;
}
</style>
border-color css
<style>
span { border-color: #70EC88; }
span { border-color: rgb(112,236,136); }
td.TdClassName
{
border-color: #70EC88;
}
.TagClassName
{
border-color: #70EC88;
}
</style>