Shades of Pastel Green #70E882
Tints of Pastel Green #70E882
RGB
CMYK
RGB Variations
Color information
#70E882 (or 0x70E882) is known color: Pastel Green. HEX triplet: 70, E8 and 82. RGB value is (112,232,130). Sum of RGB (Red+Green+Blue) = 112+232+130=474 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.63% from 474); Green value is 232 (91.02% from 255 or 48.95% from 474); Blue value is 130 (51.17% from 255 or 27.43% from 474); Max value from RGB is 232 - color contains mainly: green. Hex color #70E882 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70E882 is #8F177D. Grayscale: #B8B8B8. Windows color (decimal): -9377662 or 8579184. OLE color: 8579184.
HSL color Cylindrical-coordinate representation of color #70E882: hue angle of 129º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70E882 is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 232 | 130 | - |
| CMYK | 0.52 | 0 | 0.44 | 0.09 |
| HSL | 129º | 0.72% | 0.67% | - |
| HSV(B) | 129º | 0.52% | 0.91% | - |
| XYZ | 39.57 | 62.77 | 31.15 | - |
| YUV | 184.49 | 97.24 | 76.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 232 | 130 | 0.52 | 0 | 0.44 | 0.09 | 129 | 0.72 | 0.67 |
| Hex | 70 | E8 | 82 | 34 | 0 | 2C | 9 | 81 | 48 | 43 |
| Octal | 160 | 350 | 202 | 64 | 0 | 54 | 11 | 201 | 110 | 103 |
| Binary | 1110000 | 11101000 | 10000010 | 110100 | 0 | 101100 | 1001 | 10000001 | 1001000 | 1000011 |
Color Harmonies of #70E882
Complementary color
Monochromatic Colors of #70E882
Black with #70E882
Text Example
Text Example
White with #70E882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E882; }
p { color: rgb(112,232,130); }
H1.HeaderClassName
{
color: #70E882;
}
.AnyTagClassName
{
color: #70E882;
}
</style>
background-color css
<style>
a { background-color: #70E882; }
a { background-color: rgb(112,232,130); }
div.DivClassName
{
background-color: #70E882;
}
.BgClassName
{
background-color: #70E882;
}
</style>
border-color css
<style>
span { border-color: #70E882; }
span { border-color: rgb(112,232,130); }
td.TdClassName
{
border-color: #70E882;
}
.TagClassName
{
border-color: #70E882;
}
</style>