Shades of Pastel Green #7EF07A
Tints of Pastel Green #7EF07A
RGB
CMYK
RGB Variations
Color information
#7EF07A (or 0x7EF07A) is known color: Pastel Green. HEX triplet: 7E, F0 and 7A. RGB value is (126,240,122). Sum of RGB (Red+Green+Blue) = 126+240+122=488 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.82% from 488); Green value is 240 (94.14% from 255 or 49.18% from 488); Blue value is 122 (48.05% from 255 or 25% from 488); Max value from RGB is 240 - color contains mainly: green. Hex color #7EF07A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7EF07A is #810F85. Grayscale: #C0C0C0. Windows color (decimal): -8458118 or 8056958. OLE color: 8056958.
HSL color Cylindrical-coordinate representation of color #7EF07A: hue angle of 117.97º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7EF07A is Cyan = 0.48, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 126 | 240 | 122 | - |
| CMYK | 0.48 | 0 | 0.49 | 0.06 |
| HSL | 117.97º | 0.8% | 0.71% | - |
| HSV(B) | 117.97º | 0.49% | 0.94% | - |
| XYZ | 43.28 | 68.16 | 29.29 | - |
| YUV | 192.46 | 88.23 | 80.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 240 | 122 | 0.48 | 0 | 0.49 | 0.06 | 117.97 | 0.8 | 0.71 |
| Hex | 7E | F0 | 7A | 30 | 0 | 31 | 6 | 76 | 50 | 47 |
| Octal | 176 | 360 | 172 | 60 | 0 | 61 | 6 | 166 | 120 | 107 |
| Binary | 1111110 | 11110000 | 1111010 | 110000 | 0 | 110001 | 110 | 1110110 | 1010000 | 1000111 |
Color Harmonies of #7EF07A
Complementary color
Monochromatic Colors of #7EF07A
Black with #7EF07A
Text Example
Text Example
White with #7EF07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EF07A; }
p { color: rgb(126,240,122); }
H1.HeaderClassName
{
color: #7EF07A;
}
.AnyTagClassName
{
color: #7EF07A;
}
</style>
background-color css
<style>
a { background-color: #7EF07A; }
a { background-color: rgb(126,240,122); }
div.DivClassName
{
background-color: #7EF07A;
}
.BgClassName
{
background-color: #7EF07A;
}
</style>
border-color css
<style>
span { border-color: #7EF07A; }
span { border-color: rgb(126,240,122); }
td.TdClassName
{
border-color: #7EF07A;
}
.TagClassName
{
border-color: #7EF07A;
}
</style>