Shades of Pastel Green #7ED681
Tints of Pastel Green #7ED681
RGB
CMYK
RGB Variations
Color information
#7ED681 (or 0x7ED681) is known color: Pastel Green. HEX triplet: 7E, D6 and 81. RGB value is (126,214,129). Sum of RGB (Red+Green+Blue) = 126+214+129=469 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.87% from 469); Green value is 214 (83.98% from 255 or 45.63% from 469); Blue value is 129 (50.78% from 255 or 27.51% from 469); Max value from RGB is 214 - color contains mainly: green. Hex color #7ED681 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED681 is #81297E. Grayscale: #B2B2B2. Windows color (decimal): -8464767 or 8509054. OLE color: 8509054.
HSL color Cylindrical-coordinate representation of color #7ED681: hue angle of 122.05º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ED681 is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 126 | 214 | 129 | - |
| CMYK | 0.41 | 0 | 0.40 | 0.16 |
| HSL | 122.05º | 0.52% | 0.67% | - |
| HSV(B) | 122.05º | 0.41% | 0.84% | - |
| XYZ | 36.61 | 54.11 | 29.28 | - |
| YUV | 178 | 100.35 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 214 | 129 | 0.41 | 0 | 0.40 | 0.16 | 122.05 | 0.52 | 0.67 |
| Hex | 7E | D6 | 81 | 29 | 0 | 28 | 10 | 7A | 34 | 43 |
| Octal | 176 | 326 | 201 | 51 | 0 | 50 | 20 | 172 | 64 | 103 |
| Binary | 1111110 | 11010110 | 10000001 | 101001 | 0 | 101000 | 10000 | 1111010 | 110100 | 1000011 |
Color Harmonies of #7ED681
Complementary color
Monochromatic Colors of #7ED681
Black with #7ED681
Text Example
Text Example
White with #7ED681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED681; }
p { color: rgb(126,214,129); }
H1.HeaderClassName
{
color: #7ED681;
}
.AnyTagClassName
{
color: #7ED681;
}
</style>
background-color css
<style>
a { background-color: #7ED681; }
a { background-color: rgb(126,214,129); }
div.DivClassName
{
background-color: #7ED681;
}
.BgClassName
{
background-color: #7ED681;
}
</style>
border-color css
<style>
span { border-color: #7ED681; }
span { border-color: rgb(126,214,129); }
td.TdClassName
{
border-color: #7ED681;
}
.TagClassName
{
border-color: #7ED681;
}
</style>