Shades of Pastel Green #7EE77C
Tints of Pastel Green #7EE77C
RGB
CMYK
RGB Variations
Color information
#7EE77C (or 0x7EE77C) is known color: Pastel Green. HEX triplet: 7E, E7 and 7C. RGB value is (126,231,124). Sum of RGB (Red+Green+Blue) = 126+231+124=481 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.20% from 481); Green value is 231 (90.62% from 255 or 48.02% from 481); Blue value is 124 (48.83% from 255 or 25.78% from 481); Max value from RGB is 231 - color contains mainly: green. Hex color #7EE77C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7EE77C is #811883. Grayscale: #BBBBBB. Windows color (decimal): -8460420 or 8185726. OLE color: 8185726.
HSL color Cylindrical-coordinate representation of color #7EE77C: hue angle of 118.88º degrees, saturation: 0.69, 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 #7EE77C is Cyan = 0.45, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 126 | 231 | 124 | - |
| CMYK | 0.45 | 0 | 0.46 | 0.09 |
| HSL | 118.88º | 0.69% | 0.7% | - |
| HSV(B) | 118.88º | 0.46% | 0.91% | - |
| XYZ | 40.82 | 63.04 | 29.09 | - |
| YUV | 187.41 | 92.21 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 231 | 124 | 0.45 | 0 | 0.46 | 0.09 | 118.88 | 0.69 | 0.7 |
| Hex | 7E | E7 | 7C | 2D | 0 | 2E | 9 | 77 | 45 | 46 |
| Octal | 176 | 347 | 174 | 55 | 0 | 56 | 11 | 167 | 105 | 106 |
| Binary | 1111110 | 11100111 | 1111100 | 101101 | 0 | 101110 | 1001 | 1110111 | 1000101 | 1000110 |
Color Harmonies of #7EE77C
Complementary color
Monochromatic Colors of #7EE77C
Black with #7EE77C
Text Example
Text Example
White with #7EE77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE77C; }
p { color: rgb(126,231,124); }
H1.HeaderClassName
{
color: #7EE77C;
}
.AnyTagClassName
{
color: #7EE77C;
}
</style>
background-color css
<style>
a { background-color: #7EE77C; }
a { background-color: rgb(126,231,124); }
div.DivClassName
{
background-color: #7EE77C;
}
.BgClassName
{
background-color: #7EE77C;
}
</style>
border-color css
<style>
span { border-color: #7EE77C; }
span { border-color: rgb(126,231,124); }
td.TdClassName
{
border-color: #7EE77C;
}
.TagClassName
{
border-color: #7EE77C;
}
</style>