Shades of Pastel Green #70E97A
Tints of Pastel Green #70E97A
RGB
CMYK
RGB Variations
Color information
#70E97A (or 0x70E97A) is known color: Pastel Green. HEX triplet: 70, E9 and 7A. RGB value is (112,233,122). Sum of RGB (Red+Green+Blue) = 112+233+122=467 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.98% from 467); Green value is 233 (91.41% from 255 or 49.89% from 467); Blue value is 122 (48.05% from 255 or 26.12% from 467); Max value from RGB is 233 - color contains mainly: green. Hex color #70E97A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70E97A is #8F1685. Grayscale: #B8B8B8. Windows color (decimal): -9377414 or 8055152. OLE color: 8055152.
HSL color Cylindrical-coordinate representation of color #70E97A: hue angle of 124.96º 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 #70E97A is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 233 | 122 | - |
| CMYK | 0.52 | 0 | 0.48 | 0.09 |
| HSL | 124.96º | 0.73% | 0.68% | - |
| HSV(B) | 124.96º | 0.52% | 0.91% | - |
| XYZ | 39.33 | 63.13 | 28.52 | - |
| YUV | 184.17 | 92.91 | 76.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 233 | 122 | 0.52 | 0 | 0.48 | 0.09 | 124.96 | 0.73 | 0.68 |
| Hex | 70 | E9 | 7A | 34 | 0 | 30 | 9 | 7D | 49 | 44 |
| Octal | 160 | 351 | 172 | 64 | 0 | 60 | 11 | 175 | 111 | 104 |
| Binary | 1110000 | 11101001 | 1111010 | 110100 | 0 | 110000 | 1001 | 1111101 | 1001001 | 1000100 |
Color Harmonies of #70E97A
Complementary color
Monochromatic Colors of #70E97A
Black with #70E97A
Text Example
Text Example
White with #70E97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E97A; }
p { color: rgb(112,233,122); }
H1.HeaderClassName
{
color: #70E97A;
}
.AnyTagClassName
{
color: #70E97A;
}
</style>
background-color css
<style>
a { background-color: #70E97A; }
a { background-color: rgb(112,233,122); }
div.DivClassName
{
background-color: #70E97A;
}
.BgClassName
{
background-color: #70E97A;
}
</style>
border-color css
<style>
span { border-color: #70E97A; }
span { border-color: rgb(112,233,122); }
td.TdClassName
{
border-color: #70E97A;
}
.TagClassName
{
border-color: #70E97A;
}
</style>