Shades of Pastel Green #7EF27C
Tints of Pastel Green #7EF27C
RGB
CMYK
RGB Variations
Color information
#7EF27C (or 0x7EF27C) is known color: Pastel Green. HEX triplet: 7E, F2 and 7C. RGB value is (126,242,124). Sum of RGB (Red+Green+Blue) = 126+242+124=492 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.61% from 492); Green value is 242 (94.92% from 255 or 49.19% from 492); Blue value is 124 (48.83% from 255 or 25.20% from 492); Max value from RGB is 242 - color contains mainly: green. Hex color #7EF27C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7EF27C is #810D83. Grayscale: #C2C2C2. Windows color (decimal): -8457604 or 8188542. OLE color: 8188542.
HSL color Cylindrical-coordinate representation of color #7EF27C: hue angle of 118.98º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7EF27C is Cyan = 0.48, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 126 | 242 | 124 | - |
| CMYK | 0.48 | 0 | 0.49 | 0.05 |
| HSL | 118.98º | 0.82% | 0.72% | - |
| HSV(B) | 118.98º | 0.49% | 0.95% | - |
| XYZ | 43.99 | 69.4 | 30.14 | - |
| YUV | 193.86 | 88.57 | 79.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 242 | 124 | 0.48 | 0 | 0.49 | 0.05 | 118.98 | 0.82 | 0.72 |
| Hex | 7E | F2 | 7C | 30 | 0 | 31 | 5 | 77 | 52 | 48 |
| Octal | 176 | 362 | 174 | 60 | 0 | 61 | 5 | 167 | 122 | 110 |
| Binary | 1111110 | 11110010 | 1111100 | 110000 | 0 | 110001 | 101 | 1110111 | 1010010 | 1001000 |
Color Harmonies of #7EF27C
Complementary color
Monochromatic Colors of #7EF27C
Black with #7EF27C
Text Example
Text Example
White with #7EF27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EF27C; }
p { color: rgb(126,242,124); }
H1.HeaderClassName
{
color: #7EF27C;
}
.AnyTagClassName
{
color: #7EF27C;
}
</style>
background-color css
<style>
a { background-color: #7EF27C; }
a { background-color: rgb(126,242,124); }
div.DivClassName
{
background-color: #7EF27C;
}
.BgClassName
{
background-color: #7EF27C;
}
</style>
border-color css
<style>
span { border-color: #7EF27C; }
span { border-color: rgb(126,242,124); }
td.TdClassName
{
border-color: #7EF27C;
}
.TagClassName
{
border-color: #7EF27C;
}
</style>