Shades of Pastel Green #7EE16A
Tints of Pastel Green #7EE16A
RGB
CMYK
RGB Variations
Color information
#7EE16A (or 0x7EE16A) is known color: Pastel Green. HEX triplet: 7E, E1 and 6A. RGB value is (126,225,106). Sum of RGB (Red+Green+Blue) = 126+225+106=457 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.57% from 457); Green value is 225 (88.28% from 255 or 49.23% from 457); Blue value is 106 (41.80% from 255 or 23.19% from 457); Max value from RGB is 225 - color contains mainly: green. Hex color #7EE16A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EE16A is #811E95. Grayscale: #B6B6B6. Windows color (decimal): -8461974 or 7004542. OLE color: 7004542.
HSL color Cylindrical-coordinate representation of color #7EE16A: hue angle of 109.92º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7EE16A is Cyan = 0.44, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 126 | 225 | 106 | - |
| CMYK | 0.44 | 0 | 0.53 | 0.12 |
| HSL | 109.92º | 0.66% | 0.65% | - |
| HSV(B) | 109.92º | 0.53% | 0.88% | - |
| XYZ | 38.13 | 59.33 | 23.08 | - |
| YUV | 181.83 | 85.2 | 88.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 225 | 106 | 0.44 | 0 | 0.53 | 0.12 | 109.92 | 0.66 | 0.65 |
| Hex | 7E | E1 | 6A | 2C | 0 | 35 | C | 6E | 42 | 41 |
| Octal | 176 | 341 | 152 | 54 | 0 | 65 | 14 | 156 | 102 | 101 |
| Binary | 1111110 | 11100001 | 1101010 | 101100 | 0 | 110101 | 1100 | 1101110 | 1000010 | 1000001 |
Color Harmonies of #7EE16A
Complementary color
Monochromatic Colors of #7EE16A
Black with #7EE16A
Text Example
Text Example
White with #7EE16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE16A; }
p { color: rgb(126,225,106); }
H1.HeaderClassName
{
color: #7EE16A;
}
.AnyTagClassName
{
color: #7EE16A;
}
</style>
background-color css
<style>
a { background-color: #7EE16A; }
a { background-color: rgb(126,225,106); }
div.DivClassName
{
background-color: #7EE16A;
}
.BgClassName
{
background-color: #7EE16A;
}
</style>
border-color css
<style>
span { border-color: #7EE16A; }
span { border-color: rgb(126,225,106); }
td.TdClassName
{
border-color: #7EE16A;
}
.TagClassName
{
border-color: #7EE16A;
}
</style>