Shades of Pastel Green #7ED87D
Tints of Pastel Green #7ED87D
RGB
CMYK
RGB Variations
Color information
#7ED87D (or 0x7ED87D) is known color: Pastel Green. HEX triplet: 7E, D8 and 7D. RGB value is (126,216,125). Sum of RGB (Red+Green+Blue) = 126+216+125=467 (61% of max value = 765). Red value is 126 (49.61% from 255 or 26.98% from 467); Green value is 216 (84.77% from 255 or 46.25% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 216 - color contains mainly: green. Hex color #7ED87D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED87D is #812782. Grayscale: #B2B2B2. Windows color (decimal): -8464259 or 8247422. OLE color: 8247422.
HSL color Cylindrical-coordinate representation of color #7ED87D: hue angle of 119.34º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7ED87D is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 216 | 125 | - |
| CMYK | 0.42 | 0 | 0.42 | 0.15 |
| HSL | 119.34º | 0.54% | 0.67% | - |
| HSV(B) | 119.34º | 0.42% | 0.85% | - |
| XYZ | 36.86 | 55.03 | 28.08 | - |
| YUV | 178.72 | 97.68 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 216 | 125 | 0.42 | 0 | 0.42 | 0.15 | 119.34 | 0.54 | 0.67 |
| Hex | 7E | D8 | 7D | 2A | 0 | 2A | F | 77 | 36 | 43 |
| Octal | 176 | 330 | 175 | 52 | 0 | 52 | 17 | 167 | 66 | 103 |
| Binary | 1111110 | 11011000 | 1111101 | 101010 | 0 | 101010 | 1111 | 1110111 | 110110 | 1000011 |
Color Harmonies of #7ED87D
Complementary color
Monochromatic Colors of #7ED87D
Black with #7ED87D
Text Example
Text Example
White with #7ED87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED87D; }
p { color: rgb(126,216,125); }
H1.HeaderClassName
{
color: #7ED87D;
}
.AnyTagClassName
{
color: #7ED87D;
}
</style>
background-color css
<style>
a { background-color: #7ED87D; }
a { background-color: rgb(126,216,125); }
div.DivClassName
{
background-color: #7ED87D;
}
.BgClassName
{
background-color: #7ED87D;
}
</style>
border-color css
<style>
span { border-color: #7ED87D; }
span { border-color: rgb(126,216,125); }
td.TdClassName
{
border-color: #7ED87D;
}
.TagClassName
{
border-color: #7ED87D;
}
</style>