Shades of Pastel Green #7DD57E
Tints of Pastel Green #7DD57E
RGB
CMYK
RGB Variations
Color information
#7DD57E (or 0x7DD57E) is known color: Pastel Green. HEX triplet: 7D, D5 and 7E. RGB value is (125,213,126). Sum of RGB (Red+Green+Blue) = 125+213+126=464 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.94% from 464); Green value is 213 (83.59% from 255 or 45.91% from 464); Blue value is 126 (49.61% from 255 or 27.16% from 464); Max value from RGB is 213 - color contains mainly: green. Hex color #7DD57E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD57E is #822A81. Grayscale: #B1B1B1. Windows color (decimal): -8530562 or 8312189. OLE color: 8312189.
HSL color Cylindrical-coordinate representation of color #7DD57E: hue angle of 120.68º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7DD57E is Cyan = 0.41, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 213 | 126 | - |
| CMYK | 0.41 | 0 | 0.41 | 0.16 |
| HSL | 120.68º | 0.51% | 0.66% | - |
| HSV(B) | 120.68º | 0.41% | 0.84% | - |
| XYZ | 36.02 | 53.45 | 28.16 | - |
| YUV | 176.77 | 99.35 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 213 | 126 | 0.41 | 0 | 0.41 | 0.16 | 120.68 | 0.51 | 0.66 |
| Hex | 7D | D5 | 7E | 29 | 0 | 29 | 10 | 79 | 33 | 42 |
| Octal | 175 | 325 | 176 | 51 | 0 | 51 | 20 | 171 | 63 | 102 |
| Binary | 1111101 | 11010101 | 1111110 | 101001 | 0 | 101001 | 10000 | 1111001 | 110011 | 1000010 |
Color Harmonies of #7DD57E
Complementary color
Monochromatic Colors of #7DD57E
Black with #7DD57E
Text Example
Text Example
White with #7DD57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD57E; }
p { color: rgb(125,213,126); }
H1.HeaderClassName
{
color: #7DD57E;
}
.AnyTagClassName
{
color: #7DD57E;
}
</style>
background-color css
<style>
a { background-color: #7DD57E; }
a { background-color: rgb(125,213,126); }
div.DivClassName
{
background-color: #7DD57E;
}
.BgClassName
{
background-color: #7DD57E;
}
</style>
border-color css
<style>
span { border-color: #7DD57E; }
span { border-color: rgb(125,213,126); }
td.TdClassName
{
border-color: #7DD57E;
}
.TagClassName
{
border-color: #7DD57E;
}
</style>