Shades of Pastel Green #70E97E
Tints of Pastel Green #70E97E
RGB
CMYK
RGB Variations
Color information
#70E97E (or 0x70E97E) is known color: Pastel Green. HEX triplet: 70, E9 and 7E. RGB value is (112,233,126). Sum of RGB (Red+Green+Blue) = 112+233+126=471 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.78% from 471); Green value is 233 (91.41% from 255 or 49.47% from 471); Blue value is 126 (49.61% from 255 or 26.75% from 471); Max value from RGB is 233 - color contains mainly: green. Hex color #70E97E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70E97E is #8F1681. Grayscale: #B8B8B8. Windows color (decimal): -9377410 or 8317296. OLE color: 8317296.
HSL color Cylindrical-coordinate representation of color #70E97E: hue angle of 126.94º 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 #70E97E is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 233 | 126 | - |
| CMYK | 0.52 | 0 | 0.46 | 0.09 |
| HSL | 126.94º | 0.73% | 0.68% | - |
| HSV(B) | 126.94º | 0.52% | 0.91% | - |
| XYZ | 39.59 | 63.23 | 29.86 | - |
| YUV | 184.62 | 94.91 | 76.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 233 | 126 | 0.52 | 0 | 0.46 | 0.09 | 126.94 | 0.73 | 0.68 |
| Hex | 70 | E9 | 7E | 34 | 0 | 2E | 9 | 7F | 49 | 44 |
| Octal | 160 | 351 | 176 | 64 | 0 | 56 | 11 | 177 | 111 | 104 |
| Binary | 1110000 | 11101001 | 1111110 | 110100 | 0 | 101110 | 1001 | 1111111 | 1001001 | 1000100 |
Color Harmonies of #70E97E
Complementary color
Monochromatic Colors of #70E97E
Black with #70E97E
Text Example
Text Example
White with #70E97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E97E; }
p { color: rgb(112,233,126); }
H1.HeaderClassName
{
color: #70E97E;
}
.AnyTagClassName
{
color: #70E97E;
}
</style>
background-color css
<style>
a { background-color: #70E97E; }
a { background-color: rgb(112,233,126); }
div.DivClassName
{
background-color: #70E97E;
}
.BgClassName
{
background-color: #70E97E;
}
</style>
border-color css
<style>
span { border-color: #70E97E; }
span { border-color: rgb(112,233,126); }
td.TdClassName
{
border-color: #70E97E;
}
.TagClassName
{
border-color: #70E97E;
}
</style>