Shades of Pastel Green #7EED7A
Tints of Pastel Green #7EED7A
RGB
CMYK
RGB Variations
Color information
#7EED7A (or 0x7EED7A) is known color: Pastel Green. HEX triplet: 7E, ED and 7A. RGB value is (126,237,122). Sum of RGB (Red+Green+Blue) = 126+237+122=485 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.98% from 485); Green value is 237 (92.97% from 255 or 48.87% from 485); Blue value is 122 (48.05% from 255 or 25.15% from 485); Max value from RGB is 237 - color contains mainly: green. Hex color #7EED7A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7EED7A is #811285. Grayscale: #BFBFBF. Windows color (decimal): -8458886 or 8056190. OLE color: 8056190.
HSL color Cylindrical-coordinate representation of color #7EED7A: hue angle of 117.91º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7EED7A is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 126 | 237 | 122 | - |
| CMYK | 0.47 | 0 | 0.49 | 0.07 |
| HSL | 117.91º | 0.76% | 0.7% | - |
| HSV(B) | 117.91º | 0.49% | 0.93% | - |
| XYZ | 42.4 | 66.41 | 29 | - |
| YUV | 190.7 | 89.23 | 81.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 237 | 122 | 0.47 | 0 | 0.49 | 0.07 | 117.91 | 0.76 | 0.7 |
| Hex | 7E | ED | 7A | 2F | 0 | 31 | 7 | 76 | 4C | 46 |
| Octal | 176 | 355 | 172 | 57 | 0 | 61 | 7 | 166 | 114 | 106 |
| Binary | 1111110 | 11101101 | 1111010 | 101111 | 0 | 110001 | 111 | 1110110 | 1001100 | 1000110 |
Color Harmonies of #7EED7A
Complementary color
Monochromatic Colors of #7EED7A
Black with #7EED7A
Text Example
Text Example
White with #7EED7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EED7A; }
p { color: rgb(126,237,122); }
H1.HeaderClassName
{
color: #7EED7A;
}
.AnyTagClassName
{
color: #7EED7A;
}
</style>
background-color css
<style>
a { background-color: #7EED7A; }
a { background-color: rgb(126,237,122); }
div.DivClassName
{
background-color: #7EED7A;
}
.BgClassName
{
background-color: #7EED7A;
}
</style>
border-color css
<style>
span { border-color: #7EED7A; }
span { border-color: rgb(126,237,122); }
td.TdClassName
{
border-color: #7EED7A;
}
.TagClassName
{
border-color: #7EED7A;
}
</style>