Shades of Pastel Green #7DDD7E
Tints of Pastel Green #7DDD7E
RGB
CMYK
RGB Variations
Color information
#7DDD7E (or 0x7DDD7E) is known color: Pastel Green. HEX triplet: 7D, DD and 7E. RGB value is (125,221,126). Sum of RGB (Red+Green+Blue) = 125+221+126=472 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.48% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 126 (49.61% from 255 or 26.69% from 472); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDD7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDD7E is #822281. Grayscale: #B5B5B5. Windows color (decimal): -8528514 or 8314237. OLE color: 8314237.
HSL color Cylindrical-coordinate representation of color #7DDD7E: 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 #7DDD7E is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 221 | 126 | - |
| 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.08 | 57.58 | 28.85 | - |
| YUV | 181.47 | 96.7 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 221 | 126 | 0.43 | 0 | 0.43 | 0.13 | 120.63 | 0.59 | 0.68 |
| Hex | 7D | DD | 7E | 2B | 0 | 2B | D | 79 | 3B | 44 |
| Octal | 175 | 335 | 176 | 53 | 0 | 53 | 15 | 171 | 73 | 104 |
| Binary | 1111101 | 11011101 | 1111110 | 101011 | 0 | 101011 | 1101 | 1111001 | 111011 | 1000100 |
Color Harmonies of #7DDD7E
Complementary color
Monochromatic Colors of #7DDD7E
Black with #7DDD7E
Text Example
Text Example
White with #7DDD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDD7E; }
p { color: rgb(125,221,126); }
H1.HeaderClassName
{
color: #7DDD7E;
}
.AnyTagClassName
{
color: #7DDD7E;
}
</style>
background-color css
<style>
a { background-color: #7DDD7E; }
a { background-color: rgb(125,221,126); }
div.DivClassName
{
background-color: #7DDD7E;
}
.BgClassName
{
background-color: #7DDD7E;
}
</style>
border-color css
<style>
span { border-color: #7DDD7E; }
span { border-color: rgb(125,221,126); }
td.TdClassName
{
border-color: #7DDD7E;
}
.TagClassName
{
border-color: #7DDD7E;
}
</style>