Shades of Pastel Green #7EDD87
Tints of Pastel Green #7EDD87
RGB
CMYK
RGB Variations
Color information
#7EDD87 (or 0x7EDD87) is known color: Pastel Green. HEX triplet: 7E, DD and 87. RGB value is (126,221,135). Sum of RGB (Red+Green+Blue) = 126+221+135=482 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.14% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 135 (53.12% from 255 or 28.01% from 482); Max value from RGB is 221 - color contains mainly: green. Hex color #7EDD87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDD87 is #812278. Grayscale: #B7B7B7. Windows color (decimal): -8462969 or 8904062. OLE color: 8904062.
HSL color Cylindrical-coordinate representation of color #7EDD87: hue angle of 125.68º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EDD87 is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 221 | 135 | - |
| CMYK | 0.43 | 0 | 0.39 | 0.13 |
| HSL | 125.68º | 0.58% | 0.68% | - |
| HSV(B) | 125.68º | 0.43% | 0.87% | - |
| XYZ | 38.83 | 57.9 | 32.05 | - |
| YUV | 182.79 | 101.03 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 221 | 135 | 0.43 | 0 | 0.39 | 0.13 | 125.68 | 0.58 | 0.68 |
| Hex | 7E | DD | 87 | 2B | 0 | 27 | D | 7E | 3A | 44 |
| Octal | 176 | 335 | 207 | 53 | 0 | 47 | 15 | 176 | 72 | 104 |
| Binary | 1111110 | 11011101 | 10000111 | 101011 | 0 | 100111 | 1101 | 1111110 | 111010 | 1000100 |
Color Harmonies of #7EDD87
Complementary color
Monochromatic Colors of #7EDD87
Black with #7EDD87
Text Example
Text Example
White with #7EDD87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDD87; }
p { color: rgb(126,221,135); }
H1.HeaderClassName
{
color: #7EDD87;
}
.AnyTagClassName
{
color: #7EDD87;
}
</style>
background-color css
<style>
a { background-color: #7EDD87; }
a { background-color: rgb(126,221,135); }
div.DivClassName
{
background-color: #7EDD87;
}
.BgClassName
{
background-color: #7EDD87;
}
</style>
border-color css
<style>
span { border-color: #7EDD87; }
span { border-color: rgb(126,221,135); }
td.TdClassName
{
border-color: #7EDD87;
}
.TagClassName
{
border-color: #7EDD87;
}
</style>