Shades of Pastel Green #7EDE7F
Tints of Pastel Green #7EDE7F
RGB
CMYK
RGB Variations
Color information
#7EDE7F (or 0x7EDE7F) is known color: Pastel Green. HEX triplet: 7E, DE and 7F. RGB value is (126,222,127). Sum of RGB (Red+Green+Blue) = 126+222+127=475 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.53% from 475); Green value is 222 (87.11% from 255 or 46.74% from 475); Blue value is 127 (50% from 255 or 26.74% from 475); Max value from RGB is 222 - color contains mainly: green. Hex color #7EDE7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EDE7F is #812180. Grayscale: #B6B6B6. Windows color (decimal): -8462721 or 8380030. OLE color: 8380030.
HSL color Cylindrical-coordinate representation of color #7EDE7F: hue angle of 120.63º degrees, saturation: 0.59, 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 #7EDE7F is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 222 | 127 | - |
| CMYK | 0.43 | 0 | 0.43 | 0.13 |
| HSL | 120.63º | 0.59% | 0.68% | - |
| HSV(B) | 120.63º | 0.43% | 0.87% | - |
| XYZ | 38.56 | 58.21 | 29.28 | - |
| YUV | 182.47 | 96.7 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 222 | 127 | 0.43 | 0 | 0.43 | 0.13 | 120.63 | 0.59 | 0.68 |
| Hex | 7E | DE | 7F | 2B | 0 | 2B | D | 79 | 3B | 44 |
| Octal | 176 | 336 | 177 | 53 | 0 | 53 | 15 | 171 | 73 | 104 |
| Binary | 1111110 | 11011110 | 1111111 | 101011 | 0 | 101011 | 1101 | 1111001 | 111011 | 1000100 |
Color Harmonies of #7EDE7F
Complementary color
Monochromatic Colors of #7EDE7F
Black with #7EDE7F
Text Example
Text Example
White with #7EDE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDE7F; }
p { color: rgb(126,222,127); }
H1.HeaderClassName
{
color: #7EDE7F;
}
.AnyTagClassName
{
color: #7EDE7F;
}
</style>
background-color css
<style>
a { background-color: #7EDE7F; }
a { background-color: rgb(126,222,127); }
div.DivClassName
{
background-color: #7EDE7F;
}
.BgClassName
{
background-color: #7EDE7F;
}
</style>
border-color css
<style>
span { border-color: #7EDE7F; }
span { border-color: rgb(126,222,127); }
td.TdClassName
{
border-color: #7EDE7F;
}
.TagClassName
{
border-color: #7EDE7F;
}
</style>