Shades of Pastel Green #70E987
Tints of Pastel Green #70E987
RGB
CMYK
RGB Variations
Color information
#70E987 (or 0x70E987) is known color: Pastel Green. HEX triplet: 70, E9 and 87. RGB value is (112,233,135). Sum of RGB (Red+Green+Blue) = 112+233+135=480 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.33% from 480); Green value is 233 (91.41% from 255 or 48.54% from 480); Blue value is 135 (53.12% from 255 or 28.12% from 480); Max value from RGB is 233 - color contains mainly: green. Hex color #70E987 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70E987 is #8F1678. Grayscale: #B9B9B9. Windows color (decimal): -9377401 or 8907120. OLE color: 8907120.
HSL color Cylindrical-coordinate representation of color #70E987: hue angle of 131.4º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70E987 is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 233 | 135 | - |
| CMYK | 0.52 | 0 | 0.42 | 0.09 |
| HSL | 131.41º | 0.73% | 0.68% | - |
| HSV(B) | 131.41º | 0.52% | 0.91% | - |
| XYZ | 40.19 | 63.47 | 33.05 | - |
| YUV | 185.65 | 99.41 | 75.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 233 | 135 | 0.52 | 0 | 0.42 | 0.09 | 131.41 | 0.73 | 0.68 |
| Hex | 70 | E9 | 87 | 34 | 0 | 2A | 9 | 83 | 49 | 44 |
| Octal | 160 | 351 | 207 | 64 | 0 | 52 | 11 | 203 | 111 | 104 |
| Binary | 1110000 | 11101001 | 10000111 | 110100 | 0 | 101010 | 1001 | 10000011 | 1001001 | 1000100 |
Color Harmonies of #70E987
Complementary color
Monochromatic Colors of #70E987
Black with #70E987
Text Example
Text Example
White with #70E987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E987; }
p { color: rgb(112,233,135); }
H1.HeaderClassName
{
color: #70E987;
}
.AnyTagClassName
{
color: #70E987;
}
</style>
background-color css
<style>
a { background-color: #70E987; }
a { background-color: rgb(112,233,135); }
div.DivClassName
{
background-color: #70E987;
}
.BgClassName
{
background-color: #70E987;
}
</style>
border-color css
<style>
span { border-color: #70E987; }
span { border-color: rgb(112,233,135); }
td.TdClassName
{
border-color: #70E987;
}
.TagClassName
{
border-color: #70E987;
}
</style>