Shades of Pastel Green #70E493
Tints of Pastel Green #70E493
RGB
CMYK
RGB Variations
Color information
#70E493 (or 0x70E493) is known color: Pastel Green. HEX triplet: 70, E4 and 93. RGB value is (112,228,147). Sum of RGB (Red+Green+Blue) = 112+228+147=487 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.00% from 487); Green value is 228 (89.45% from 255 or 46.82% from 487); Blue value is 147 (57.81% from 255 or 30.18% from 487); Max value from RGB is 228 - color contains mainly: green. Hex color #70E493 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70E493 is #8F1B6C. Grayscale: #B8B8B8. Windows color (decimal): -9378669 or 9692272. OLE color: 9692272.
HSL color Cylindrical-coordinate representation of color #70E493: hue angle of 138.1º 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 #70E493 is Cyan = 0.51, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 112 | 228 | 147 | - |
| CMYK | 0.51 | 0 | 0.36 | 0.11 |
| HSL | 138.1º | 0.68% | 0.67% | - |
| HSV(B) | 138.1º | 0.51% | 0.89% | - |
| XYZ | 39.69 | 61.04 | 37.29 | - |
| YUV | 184.08 | 107.07 | 76.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 228 | 147 | 0.51 | 0 | 0.36 | 0.11 | 138.1 | 0.68 | 0.67 |
| Hex | 70 | E4 | 93 | 33 | 0 | 24 | B | 8A | 44 | 43 |
| Octal | 160 | 344 | 223 | 63 | 0 | 44 | 13 | 212 | 104 | 103 |
| Binary | 1110000 | 11100100 | 10010011 | 110011 | 0 | 100100 | 1011 | 10001010 | 1000100 | 1000011 |
Color Harmonies of #70E493
Complementary color
Monochromatic Colors of #70E493
Black with #70E493
Text Example
Text Example
White with #70E493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E493; }
p { color: rgb(112,228,147); }
H1.HeaderClassName
{
color: #70E493;
}
.AnyTagClassName
{
color: #70E493;
}
</style>
background-color css
<style>
a { background-color: #70E493; }
a { background-color: rgb(112,228,147); }
div.DivClassName
{
background-color: #70E493;
}
.BgClassName
{
background-color: #70E493;
}
</style>
border-color css
<style>
span { border-color: #70E493; }
span { border-color: rgb(112,228,147); }
td.TdClassName
{
border-color: #70E493;
}
.TagClassName
{
border-color: #70E493;
}
</style>