Shades of Pastel Green #70E359
Tints of Pastel Green #70E359
RGB
CMYK
RGB Variations
Color information
#70E359 (or 0x70E359) is known color: Pastel Green. HEX triplet: 70, E3 and 59. RGB value is (112,227,89). Sum of RGB (Red+Green+Blue) = 112+227+89=428 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.17% from 428); Green value is 227 (89.06% from 255 or 53.04% from 428); Blue value is 89 (35.16% from 255 or 20.79% from 428); Max value from RGB is 227 - color contains mainly: green. Hex color #70E359 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70E359 is #8F1CA6. Grayscale: #B1B1B1. Windows color (decimal): -9378983 or 5890928. OLE color: 5890928.
HSL color Cylindrical-coordinate representation of color #70E359: hue angle of 110º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #70E359 is Cyan = 0.51, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 112 | 227 | 89 | - |
| CMYK | 0.51 | 0 | 0.61 | 0.11 |
| HSL | 110º | 0.71% | 0.62% | - |
| HSV(B) | 110º | 0.61% | 0.89% | - |
| XYZ | 35.95 | 59.1 | 18.96 | - |
| YUV | 176.88 | 78.4 | 81.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 227 | 89 | 0.51 | 0 | 0.61 | 0.11 | 110 | 0.71 | 0.62 |
| Hex | 70 | E3 | 59 | 33 | 0 | 3D | B | 6E | 47 | 3E |
| Octal | 160 | 343 | 131 | 63 | 0 | 75 | 13 | 156 | 107 | 76 |
| Binary | 1110000 | 11100011 | 1011001 | 110011 | 0 | 111101 | 1011 | 1101110 | 1000111 | 111110 |
Color Harmonies of #70E359
Complementary color
Monochromatic Colors of #70E359
Black with #70E359
Text Example
Text Example
White with #70E359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E359; }
p { color: rgb(112,227,89); }
H1.HeaderClassName
{
color: #70E359;
}
.AnyTagClassName
{
color: #70E359;
}
</style>
background-color css
<style>
a { background-color: #70E359; }
a { background-color: rgb(112,227,89); }
div.DivClassName
{
background-color: #70E359;
}
.BgClassName
{
background-color: #70E359;
}
</style>
border-color css
<style>
span { border-color: #70E359; }
span { border-color: rgb(112,227,89); }
td.TdClassName
{
border-color: #70E359;
}
.TagClassName
{
border-color: #70E359;
}
</style>