Shades of Pastel Green #7EF17C
Tints of Pastel Green #7EF17C
RGB
CMYK
RGB Variations
Color information
#7EF17C (or 0x7EF17C) is known color: Pastel Green. HEX triplet: 7E, F1 and 7C. RGB value is (126,241,124). Sum of RGB (Red+Green+Blue) = 126+241+124=491 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.66% from 491); Green value is 241 (94.53% from 255 or 49.08% from 491); Blue value is 124 (48.83% from 255 or 25.25% from 491); Max value from RGB is 241 - color contains mainly: green. Hex color #7EF17C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7EF17C is #810E83. Grayscale: #C1C1C1. Windows color (decimal): -8457860 or 8188286. OLE color: 8188286.
HSL color Cylindrical-coordinate representation of color #7EF17C: hue angle of 118.97º degrees, saturation: 0.81, 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 #7EF17C is Cyan = 0.48, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 126 | 241 | 124 | - |
| CMYK | 0.48 | 0 | 0.49 | 0.05 |
| HSL | 118.97º | 0.81% | 0.72% | - |
| HSV(B) | 118.97º | 0.49% | 0.95% | - |
| XYZ | 43.7 | 68.8 | 30.05 | - |
| YUV | 193.28 | 88.9 | 80.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 241 | 124 | 0.48 | 0 | 0.49 | 0.05 | 118.97 | 0.81 | 0.72 |
| Hex | 7E | F1 | 7C | 30 | 0 | 31 | 5 | 77 | 51 | 48 |
| Octal | 176 | 361 | 174 | 60 | 0 | 61 | 5 | 167 | 121 | 110 |
| Binary | 1111110 | 11110001 | 1111100 | 110000 | 0 | 110001 | 101 | 1110111 | 1010001 | 1001000 |
Color Harmonies of #7EF17C
Complementary color
Monochromatic Colors of #7EF17C
Black with #7EF17C
Text Example
Text Example
White with #7EF17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EF17C; }
p { color: rgb(126,241,124); }
H1.HeaderClassName
{
color: #7EF17C;
}
.AnyTagClassName
{
color: #7EF17C;
}
</style>
background-color css
<style>
a { background-color: #7EF17C; }
a { background-color: rgb(126,241,124); }
div.DivClassName
{
background-color: #7EF17C;
}
.BgClassName
{
background-color: #7EF17C;
}
</style>
border-color css
<style>
span { border-color: #7EF17C; }
span { border-color: rgb(126,241,124); }
td.TdClassName
{
border-color: #7EF17C;
}
.TagClassName
{
border-color: #7EF17C;
}
</style>