Shades of Pastel Green #7EF57E
Tints of Pastel Green #7EF57E
RGB
CMYK
RGB Variations
Color information
#7EF57E (or 0x7EF57E) is known color: Pastel Green. HEX triplet: 7E, F5 and 7E. RGB value is (126,245,126). Sum of RGB (Red+Green+Blue) = 126+245+126=497 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.35% from 497); Green value is 245 (96.09% from 255 or 49.30% from 497); Blue value is 126 (49.61% from 255 or 25.35% from 497); Max value from RGB is 245 - color contains mainly: green. Hex color #7EF57E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7EF57E is #810A81. Grayscale: #C4C4C4. Windows color (decimal): -8456834 or 8320382. OLE color: 8320382.
HSL color Cylindrical-coordinate representation of color #7EF57E: hue angle of 120º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7EF57E is Cyan = 0.49, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 126 | 245 | 126 | - |
| CMYK | 0.49 | 0 | 0.49 | 0.04 |
| HSL | 120º | 0.86% | 0.73% | - |
| HSV(B) | 120º | 0.49% | 0.96% | - |
| XYZ | 45.02 | 71.25 | 31.12 | - |
| YUV | 195.85 | 88.58 | 78.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 245 | 126 | 0.49 | 0 | 0.49 | 0.04 | 120 | 0.86 | 0.73 |
| Hex | 7E | F5 | 7E | 31 | 0 | 31 | 4 | 78 | 56 | 49 |
| Octal | 176 | 365 | 176 | 61 | 0 | 61 | 4 | 170 | 126 | 111 |
| Binary | 1111110 | 11110101 | 1111110 | 110001 | 0 | 110001 | 100 | 1111000 | 1010110 | 1001001 |
Color Harmonies of #7EF57E
Complementary color
Monochromatic Colors of #7EF57E
Black with #7EF57E
Text Example
Text Example
White with #7EF57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EF57E; }
p { color: rgb(126,245,126); }
H1.HeaderClassName
{
color: #7EF57E;
}
.AnyTagClassName
{
color: #7EF57E;
}
</style>
background-color css
<style>
a { background-color: #7EF57E; }
a { background-color: rgb(126,245,126); }
div.DivClassName
{
background-color: #7EF57E;
}
.BgClassName
{
background-color: #7EF57E;
}
</style>
border-color css
<style>
span { border-color: #7EF57E; }
span { border-color: rgb(126,245,126); }
td.TdClassName
{
border-color: #7EF57E;
}
.TagClassName
{
border-color: #7EF57E;
}
</style>