Shades of Pastel Green #70E993
Tints of Pastel Green #70E993
RGB
CMYK
RGB Variations
Color information
#70E993 (or 0x70E993) is known color: Pastel Green. HEX triplet: 70, E9 and 93. RGB value is (112,233,147). Sum of RGB (Red+Green+Blue) = 112+233+147=492 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.76% from 492); Green value is 233 (91.41% from 255 or 47.36% from 492); Blue value is 147 (57.81% from 255 or 29.88% from 492); Max value from RGB is 233 - color contains mainly: green. Hex color #70E993 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70E993 is #8F166C. Grayscale: #BBBBBB. Windows color (decimal): -9377389 or 9693552. OLE color: 9693552.
HSL color Cylindrical-coordinate representation of color #70E993: hue angle of 137.36º 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 #70E993 is Cyan = 0.52, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 233 | 147 | - |
| CMYK | 0.52 | 0 | 0.37 | 0.09 |
| HSL | 137.36º | 0.73% | 0.68% | - |
| HSV(B) | 137.36º | 0.52% | 0.91% | - |
| XYZ | 41.09 | 63.83 | 37.76 | - |
| YUV | 187.02 | 105.41 | 74.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 233 | 147 | 0.52 | 0 | 0.37 | 0.09 | 137.36 | 0.73 | 0.68 |
| Hex | 70 | E9 | 93 | 34 | 0 | 25 | 9 | 89 | 49 | 44 |
| Octal | 160 | 351 | 223 | 64 | 0 | 45 | 11 | 211 | 111 | 104 |
| Binary | 1110000 | 11101001 | 10010011 | 110100 | 0 | 100101 | 1001 | 10001001 | 1001001 | 1000100 |
Color Harmonies of #70E993
Complementary color
Monochromatic Colors of #70E993
Black with #70E993
Text Example
Text Example
White with #70E993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E993; }
p { color: rgb(112,233,147); }
H1.HeaderClassName
{
color: #70E993;
}
.AnyTagClassName
{
color: #70E993;
}
</style>
background-color css
<style>
a { background-color: #70E993; }
a { background-color: rgb(112,233,147); }
div.DivClassName
{
background-color: #70E993;
}
.BgClassName
{
background-color: #70E993;
}
</style>
border-color css
<style>
span { border-color: #70E993; }
span { border-color: rgb(112,233,147); }
td.TdClassName
{
border-color: #70E993;
}
.TagClassName
{
border-color: #70E993;
}
</style>