Shades of Pastel Green #70E082
Tints of Pastel Green #70E082
RGB
CMYK
RGB Variations
Color information
#70E082 (or 0x70E082) is known color: Pastel Green. HEX triplet: 70, E0 and 82. RGB value is (112,224,130). Sum of RGB (Red+Green+Blue) = 112+224+130=466 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.03% from 466); Green value is 224 (87.89% from 255 or 48.07% from 466); Blue value is 130 (51.17% from 255 or 27.90% from 466); Max value from RGB is 224 - color contains mainly: green. Hex color #70E082 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70E082 is #8F1F7D. Grayscale: #B4B4B4. Windows color (decimal): -9379710 or 8577136. OLE color: 8577136.
HSL color Cylindrical-coordinate representation of color #70E082: hue angle of 129.64º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70E082 is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 112 | 224 | 130 | - |
| CMYK | 0.50 | 0 | 0.42 | 0.12 |
| HSL | 129.64º | 0.64% | 0.66% | - |
| HSV(B) | 129.64º | 0.5% | 0.88% | - |
| XYZ | 37.37 | 58.37 | 30.42 | - |
| YUV | 179.8 | 99.89 | 79.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 224 | 130 | 0.50 | 0 | 0.42 | 0.12 | 129.64 | 0.64 | 0.66 |
| Hex | 70 | E0 | 82 | 32 | 0 | 2A | C | 82 | 40 | 42 |
| Octal | 160 | 340 | 202 | 62 | 0 | 52 | 14 | 202 | 100 | 102 |
| Binary | 1110000 | 11100000 | 10000010 | 110010 | 0 | 101010 | 1100 | 10000010 | 1000000 | 1000010 |
Color Harmonies of #70E082
Complementary color
Monochromatic Colors of #70E082
Black with #70E082
Text Example
Text Example
White with #70E082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E082; }
p { color: rgb(112,224,130); }
H1.HeaderClassName
{
color: #70E082;
}
.AnyTagClassName
{
color: #70E082;
}
</style>
background-color css
<style>
a { background-color: #70E082; }
a { background-color: rgb(112,224,130); }
div.DivClassName
{
background-color: #70E082;
}
.BgClassName
{
background-color: #70E082;
}
</style>
border-color css
<style>
span { border-color: #70E082; }
span { border-color: rgb(112,224,130); }
td.TdClassName
{
border-color: #70E082;
}
.TagClassName
{
border-color: #70E082;
}
</style>