Shades of Pastel Green #7EED6D
Tints of Pastel Green #7EED6D
RGB
CMYK
RGB Variations
Color information
#7EED6D (or 0x7EED6D) is known color: Pastel Green. HEX triplet: 7E, ED and 6D. RGB value is (126,237,109). Sum of RGB (Red+Green+Blue) = 126+237+109=472 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.69% from 472); Green value is 237 (92.97% from 255 or 50.21% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 237 - color contains mainly: green. Hex color #7EED6D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7EED6D is #811292. Grayscale: #BDBDBD. Windows color (decimal): -8458899 or 7204222. OLE color: 7204222.
HSL color Cylindrical-coordinate representation of color #7EED6D: hue angle of 112.03º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7EED6D is Cyan = 0.47, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 126 | 237 | 109 | - |
| CMYK | 0.47 | 0 | 0.54 | 0.07 |
| HSL | 112.03º | 0.78% | 0.68% | - |
| HSV(B) | 112.03º | 0.54% | 0.93% | - |
| XYZ | 41.65 | 66.11 | 25.03 | - |
| YUV | 189.22 | 82.73 | 82.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 237 | 109 | 0.47 | 0 | 0.54 | 0.07 | 112.03 | 0.78 | 0.68 |
| Hex | 7E | ED | 6D | 2F | 0 | 36 | 7 | 70 | 4E | 44 |
| Octal | 176 | 355 | 155 | 57 | 0 | 66 | 7 | 160 | 116 | 104 |
| Binary | 1111110 | 11101101 | 1101101 | 101111 | 0 | 110110 | 111 | 1110000 | 1001110 | 1000100 |
Color Harmonies of #7EED6D
Complementary color
Monochromatic Colors of #7EED6D
Black with #7EED6D
Text Example
Text Example
White with #7EED6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EED6D; }
p { color: rgb(126,237,109); }
H1.HeaderClassName
{
color: #7EED6D;
}
.AnyTagClassName
{
color: #7EED6D;
}
</style>
background-color css
<style>
a { background-color: #7EED6D; }
a { background-color: rgb(126,237,109); }
div.DivClassName
{
background-color: #7EED6D;
}
.BgClassName
{
background-color: #7EED6D;
}
</style>
border-color css
<style>
span { border-color: #7EED6D; }
span { border-color: rgb(126,237,109); }
td.TdClassName
{
border-color: #7EED6D;
}
.TagClassName
{
border-color: #7EED6D;
}
</style>