Shades of Pastel Green #7EF279
Tints of Pastel Green #7EF279
RGB
CMYK
RGB Variations
Color information
#7EF279 (or 0x7EF279) is known color: Pastel Green. HEX triplet: 7E, F2 and 79. RGB value is (126,242,121). Sum of RGB (Red+Green+Blue) = 126+242+121=489 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.77% from 489); Green value is 242 (94.92% from 255 or 49.49% from 489); Blue value is 121 (47.66% from 255 or 24.74% from 489); Max value from RGB is 242 - color contains mainly: green. Hex color #7EF279 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7EF279 is #810D86. Grayscale: #C1C1C1. Windows color (decimal): -8457607 or 7991934. OLE color: 7991934.
HSL color Cylindrical-coordinate representation of color #7EF279: hue angle of 117.52º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EF279 is Cyan = 0.48, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 126 | 242 | 121 | - |
| CMYK | 0.48 | 0 | 0.50 | 0.05 |
| HSL | 117.52º | 0.82% | 0.71% | - |
| HSV(B) | 117.52º | 0.5% | 0.95% | - |
| XYZ | 43.81 | 69.32 | 29.16 | - |
| YUV | 193.52 | 87.07 | 79.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 242 | 121 | 0.48 | 0 | 0.50 | 0.05 | 117.52 | 0.82 | 0.71 |
| Hex | 7E | F2 | 79 | 30 | 0 | 32 | 5 | 76 | 52 | 47 |
| Octal | 176 | 362 | 171 | 60 | 0 | 62 | 5 | 166 | 122 | 107 |
| Binary | 1111110 | 11110010 | 1111001 | 110000 | 0 | 110010 | 101 | 1110110 | 1010010 | 1000111 |
Color Harmonies of #7EF279
Complementary color
Monochromatic Colors of #7EF279
Black with #7EF279
Text Example
Text Example
White with #7EF279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EF279; }
p { color: rgb(126,242,121); }
H1.HeaderClassName
{
color: #7EF279;
}
.AnyTagClassName
{
color: #7EF279;
}
</style>
background-color css
<style>
a { background-color: #7EF279; }
a { background-color: rgb(126,242,121); }
div.DivClassName
{
background-color: #7EF279;
}
.BgClassName
{
background-color: #7EF279;
}
</style>
border-color css
<style>
span { border-color: #7EF279; }
span { border-color: rgb(126,242,121); }
td.TdClassName
{
border-color: #7EF279;
}
.TagClassName
{
border-color: #7EF279;
}
</style>