Shades of Pastel Green #7EF67D
Tints of Pastel Green #7EF67D
RGB
CMYK
RGB Variations
Color information
#7EF67D (or 0x7EF67D) is known color: Pastel Green. HEX triplet: 7E, F6 and 7D. RGB value is (126,246,125). Sum of RGB (Red+Green+Blue) = 126+246+125=497 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.35% from 497); Green value is 246 (96.48% from 255 or 49.50% from 497); Blue value is 125 (49.22% from 255 or 25.15% from 497); Max value from RGB is 246 - color contains mainly: green. Hex color #7EF67D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7EF67D is #810982. Grayscale: #C4C4C4. Windows color (decimal): -8456579 or 8255102. OLE color: 8255102.
HSL color Cylindrical-coordinate representation of color #7EF67D: hue angle of 119.5º degrees, saturation: 0.87, 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 #7EF67D is Cyan = 0.49, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 126 | 246 | 125 | - |
| CMYK | 0.49 | 0 | 0.49 | 0.04 |
| HSL | 119.5º | 0.87% | 0.73% | - |
| HSV(B) | 119.5º | 0.49% | 0.96% | - |
| XYZ | 45.26 | 71.83 | 30.88 | - |
| YUV | 196.33 | 87.74 | 77.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 246 | 125 | 0.49 | 0 | 0.49 | 0.04 | 119.5 | 0.87 | 0.73 |
| Hex | 7E | F6 | 7D | 31 | 0 | 31 | 4 | 78 | 57 | 49 |
| Octal | 176 | 366 | 175 | 61 | 0 | 61 | 4 | 170 | 127 | 111 |
| Binary | 1111110 | 11110110 | 1111101 | 110001 | 0 | 110001 | 100 | 1111000 | 1010111 | 1001001 |
Color Harmonies of #7EF67D
Complementary color
Monochromatic Colors of #7EF67D
Black with #7EF67D
Text Example
Text Example
White with #7EF67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EF67D; }
p { color: rgb(126,246,125); }
H1.HeaderClassName
{
color: #7EF67D;
}
.AnyTagClassName
{
color: #7EF67D;
}
</style>
background-color css
<style>
a { background-color: #7EF67D; }
a { background-color: rgb(126,246,125); }
div.DivClassName
{
background-color: #7EF67D;
}
.BgClassName
{
background-color: #7EF67D;
}
</style>
border-color css
<style>
span { border-color: #7EF67D; }
span { border-color: rgb(126,246,125); }
td.TdClassName
{
border-color: #7EF67D;
}
.TagClassName
{
border-color: #7EF67D;
}
</style>