Shades of Pastel Green #70E489
Tints of Pastel Green #70E489
RGB
CMYK
RGB Variations
Color information
#70E489 (or 0x70E489) is known color: Pastel Green. HEX triplet: 70, E4 and 89. RGB value is (112,228,137). Sum of RGB (Red+Green+Blue) = 112+228+137=477 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.48% from 477); Green value is 228 (89.45% from 255 or 47.80% from 477); Blue value is 137 (53.91% from 255 or 28.72% from 477); Max value from RGB is 228 - color contains mainly: green. Hex color #70E489 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70E489 is #8F1B76. Grayscale: #B7B7B7. Windows color (decimal): -9378679 or 9036912. OLE color: 9036912.
HSL color Cylindrical-coordinate representation of color #70E489: hue angle of 132.93º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70E489 is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 112 | 228 | 137 | - |
| CMYK | 0.51 | 0 | 0.40 | 0.11 |
| HSL | 132.93º | 0.68% | 0.67% | - |
| HSV(B) | 132.93º | 0.51% | 0.89% | - |
| XYZ | 38.94 | 60.74 | 33.34 | - |
| YUV | 182.94 | 102.07 | 77.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 228 | 137 | 0.51 | 0 | 0.40 | 0.11 | 132.93 | 0.68 | 0.67 |
| Hex | 70 | E4 | 89 | 33 | 0 | 28 | B | 85 | 44 | 43 |
| Octal | 160 | 344 | 211 | 63 | 0 | 50 | 13 | 205 | 104 | 103 |
| Binary | 1110000 | 11100100 | 10001001 | 110011 | 0 | 101000 | 1011 | 10000101 | 1000100 | 1000011 |
Color Harmonies of #70E489
Complementary color
Monochromatic Colors of #70E489
Black with #70E489
Text Example
Text Example
White with #70E489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E489; }
p { color: rgb(112,228,137); }
H1.HeaderClassName
{
color: #70E489;
}
.AnyTagClassName
{
color: #70E489;
}
</style>
background-color css
<style>
a { background-color: #70E489; }
a { background-color: rgb(112,228,137); }
div.DivClassName
{
background-color: #70E489;
}
.BgClassName
{
background-color: #70E489;
}
</style>
border-color css
<style>
span { border-color: #70E489; }
span { border-color: rgb(112,228,137); }
td.TdClassName
{
border-color: #70E489;
}
.TagClassName
{
border-color: #70E489;
}
</style>