Shades of Pastel Green #7DDA80
Tints of Pastel Green #7DDA80
RGB
CMYK
RGB Variations
Color information
#7DDA80 (or 0x7DDA80) is known color: Pastel Green. HEX triplet: 7D, DA and 80. RGB value is (125,218,128). Sum of RGB (Red+Green+Blue) = 125+218+128=471 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.54% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 128 (50.39% from 255 or 27.18% from 471); Max value from RGB is 218 - color contains mainly: green. Hex color #7DDA80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDA80 is #82257F. Grayscale: #B4B4B4. Windows color (decimal): -8529280 or 8444541. OLE color: 8444541.
HSL color Cylindrical-coordinate representation of color #7DDA80: hue angle of 121.94º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDA80 is Cyan = 0.43, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 218 | 128 | - |
| CMYK | 0.43 | 0 | 0.41 | 0.15 |
| HSL | 121.94º | 0.56% | 0.67% | - |
| HSV(B) | 121.94º | 0.43% | 0.85% | - |
| XYZ | 37.43 | 56.06 | 29.27 | - |
| YUV | 179.93 | 98.69 | 88.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 218 | 128 | 0.43 | 0 | 0.41 | 0.15 | 121.94 | 0.56 | 0.67 |
| Hex | 7D | DA | 80 | 2B | 0 | 29 | F | 7A | 38 | 43 |
| Octal | 175 | 332 | 200 | 53 | 0 | 51 | 17 | 172 | 70 | 103 |
| Binary | 1111101 | 11011010 | 10000000 | 101011 | 0 | 101001 | 1111 | 1111010 | 111000 | 1000011 |
Color Harmonies of #7DDA80
Complementary color
Monochromatic Colors of #7DDA80
Black with #7DDA80
Text Example
Text Example
White with #7DDA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDA80; }
p { color: rgb(125,218,128); }
H1.HeaderClassName
{
color: #7DDA80;
}
.AnyTagClassName
{
color: #7DDA80;
}
</style>
background-color css
<style>
a { background-color: #7DDA80; }
a { background-color: rgb(125,218,128); }
div.DivClassName
{
background-color: #7DDA80;
}
.BgClassName
{
background-color: #7DDA80;
}
</style>
border-color css
<style>
span { border-color: #7DDA80; }
span { border-color: rgb(125,218,128); }
td.TdClassName
{
border-color: #7DDA80;
}
.TagClassName
{
border-color: #7DDA80;
}
</style>