Shades of Pastel Green #7EE38A
Tints of Pastel Green #7EE38A
RGB
CMYK
RGB Variations
Color information
#7EE38A (or 0x7EE38A) is known color: Pastel Green. HEX triplet: 7E, E3 and 8A. RGB value is (126,227,138). Sum of RGB (Red+Green+Blue) = 126+227+138=491 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.66% from 491); Green value is 227 (89.06% from 255 or 46.23% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 227 - color contains mainly: green. Hex color #7EE38A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EE38A is #811C75. Grayscale: #BABABA. Windows color (decimal): -8461430 or 9102206. OLE color: 9102206.
HSL color Cylindrical-coordinate representation of color #7EE38A: hue angle of 127.13º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7EE38A is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 126 | 227 | 138 | - |
| CMYK | 0.44 | 0 | 0.39 | 0.11 |
| HSL | 127.13º | 0.64% | 0.69% | - |
| HSV(B) | 127.13º | 0.44% | 0.89% | - |
| XYZ | 40.66 | 61.21 | 33.72 | - |
| YUV | 186.66 | 100.54 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 227 | 138 | 0.44 | 0 | 0.39 | 0.11 | 127.13 | 0.64 | 0.69 |
| Hex | 7E | E3 | 8A | 2C | 0 | 27 | B | 7F | 40 | 45 |
| Octal | 176 | 343 | 212 | 54 | 0 | 47 | 13 | 177 | 100 | 105 |
| Binary | 1111110 | 11100011 | 10001010 | 101100 | 0 | 100111 | 1011 | 1111111 | 1000000 | 1000101 |
Color Harmonies of #7EE38A
Complementary color
Monochromatic Colors of #7EE38A
Black with #7EE38A
Text Example
Text Example
White with #7EE38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE38A; }
p { color: rgb(126,227,138); }
H1.HeaderClassName
{
color: #7EE38A;
}
.AnyTagClassName
{
color: #7EE38A;
}
</style>
background-color css
<style>
a { background-color: #7EE38A; }
a { background-color: rgb(126,227,138); }
div.DivClassName
{
background-color: #7EE38A;
}
.BgClassName
{
background-color: #7EE38A;
}
</style>
border-color css
<style>
span { border-color: #7EE38A; }
span { border-color: rgb(126,227,138); }
td.TdClassName
{
border-color: #7EE38A;
}
.TagClassName
{
border-color: #7EE38A;
}
</style>