Shades of Pastel Green #7EE882
Tints of Pastel Green #7EE882
RGB
CMYK
RGB Variations
Color information
#7EE882 (or 0x7EE882) is known color: Pastel Green. HEX triplet: 7E, E8 and 82. RGB value is (126,232,130). Sum of RGB (Red+Green+Blue) = 126+232+130=488 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.82% from 488); Green value is 232 (91.02% from 255 or 47.54% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 232 - color contains mainly: green. Hex color #7EE882 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EE882 is #81177D. Grayscale: #BCBCBC. Windows color (decimal): -8460158 or 8579198. OLE color: 8579198.
HSL color Cylindrical-coordinate representation of color #7EE882: hue angle of 122.26º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7EE882 is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 126 | 232 | 130 | - |
| CMYK | 0.46 | 0 | 0.44 | 0.09 |
| HSL | 122.26º | 0.7% | 0.7% | - |
| HSV(B) | 122.26º | 0.46% | 0.91% | - |
| XYZ | 41.49 | 63.76 | 31.24 | - |
| YUV | 188.68 | 94.88 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 232 | 130 | 0.46 | 0 | 0.44 | 0.09 | 122.26 | 0.7 | 0.7 |
| Hex | 7E | E8 | 82 | 2E | 0 | 2C | 9 | 7A | 46 | 46 |
| Octal | 176 | 350 | 202 | 56 | 0 | 54 | 11 | 172 | 106 | 106 |
| Binary | 1111110 | 11101000 | 10000010 | 101110 | 0 | 101100 | 1001 | 1111010 | 1000110 | 1000110 |
Color Harmonies of #7EE882
Complementary color
Monochromatic Colors of #7EE882
Black with #7EE882
Text Example
Text Example
White with #7EE882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE882; }
p { color: rgb(126,232,130); }
H1.HeaderClassName
{
color: #7EE882;
}
.AnyTagClassName
{
color: #7EE882;
}
</style>
background-color css
<style>
a { background-color: #7EE882; }
a { background-color: rgb(126,232,130); }
div.DivClassName
{
background-color: #7EE882;
}
.BgClassName
{
background-color: #7EE882;
}
</style>
border-color css
<style>
span { border-color: #7EE882; }
span { border-color: rgb(126,232,130); }
td.TdClassName
{
border-color: #7EE882;
}
.TagClassName
{
border-color: #7EE882;
}
</style>