Shades of Pastel Green #7EE18C
Tints of Pastel Green #7EE18C
RGB
CMYK
RGB Variations
Color information
#7EE18C (or 0x7EE18C) is known color: Pastel Green. HEX triplet: 7E, E1 and 8C. RGB value is (126,225,140). Sum of RGB (Red+Green+Blue) = 126+225+140=491 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.66% from 491); Green value is 225 (88.28% from 255 or 45.82% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 225 - color contains mainly: green. Hex color #7EE18C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EE18C is #811E73. Grayscale: #B9B9B9. Windows color (decimal): -8461940 or 9232766. OLE color: 9232766.
HSL color Cylindrical-coordinate representation of color #7EE18C: hue angle of 128.48º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7EE18C is Cyan = 0.44, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 126 | 225 | 140 | - |
| CMYK | 0.44 | 0 | 0.38 | 0.12 |
| HSL | 128.48º | 0.62% | 0.69% | - |
| HSV(B) | 128.48º | 0.44% | 0.88% | - |
| XYZ | 40.26 | 60.18 | 34.3 | - |
| YUV | 185.71 | 102.2 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 225 | 140 | 0.44 | 0 | 0.38 | 0.12 | 128.48 | 0.62 | 0.69 |
| Hex | 7E | E1 | 8C | 2C | 0 | 26 | C | 80 | 3E | 45 |
| Octal | 176 | 341 | 214 | 54 | 0 | 46 | 14 | 200 | 76 | 105 |
| Binary | 1111110 | 11100001 | 10001100 | 101100 | 0 | 100110 | 1100 | 10000000 | 111110 | 1000101 |
Color Harmonies of #7EE18C
Complementary color
Monochromatic Colors of #7EE18C
Black with #7EE18C
Text Example
Text Example
White with #7EE18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE18C; }
p { color: rgb(126,225,140); }
H1.HeaderClassName
{
color: #7EE18C;
}
.AnyTagClassName
{
color: #7EE18C;
}
</style>
background-color css
<style>
a { background-color: #7EE18C; }
a { background-color: rgb(126,225,140); }
div.DivClassName
{
background-color: #7EE18C;
}
.BgClassName
{
background-color: #7EE18C;
}
</style>
border-color css
<style>
span { border-color: #7EE18C; }
span { border-color: rgb(126,225,140); }
td.TdClassName
{
border-color: #7EE18C;
}
.TagClassName
{
border-color: #7EE18C;
}
</style>