Shades of Pastel Green #7DD571
Tints of Pastel Green #7DD571
RGB
CMYK
RGB Variations
Color information
#7DD571 (or 0x7DD571) is known color: Pastel Green. HEX triplet: 7D, D5 and 71. RGB value is (125,213,113). Sum of RGB (Red+Green+Blue) = 125+213+113=451 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.72% from 451); Green value is 213 (83.59% from 255 or 47.23% from 451); Blue value is 113 (44.53% from 255 or 25.06% from 451); Max value from RGB is 213 - color contains mainly: green. Hex color #7DD571 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD571 is #822A8E. Grayscale: #AFAFAF. Windows color (decimal): -8530575 or 7460221. OLE color: 7460221.
HSL color Cylindrical-coordinate representation of color #7DD571: hue angle of 112.8º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DD571 is Cyan = 0.41, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 213 | 113 | - |
| CMYK | 0.41 | 0 | 0.47 | 0.16 |
| HSL | 112.8º | 0.54% | 0.64% | - |
| HSV(B) | 112.8º | 0.47% | 0.84% | - |
| XYZ | 35.23 | 53.14 | 24.02 | - |
| YUV | 175.29 | 92.85 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 213 | 113 | 0.41 | 0 | 0.47 | 0.16 | 112.8 | 0.54 | 0.64 |
| Hex | 7D | D5 | 71 | 29 | 0 | 2F | 10 | 71 | 36 | 40 |
| Octal | 175 | 325 | 161 | 51 | 0 | 57 | 20 | 161 | 66 | 100 |
| Binary | 1111101 | 11010101 | 1110001 | 101001 | 0 | 101111 | 10000 | 1110001 | 110110 | 1000000 |
Color Harmonies of #7DD571
Complementary color
Monochromatic Colors of #7DD571
Black with #7DD571
Text Example
Text Example
White with #7DD571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD571; }
p { color: rgb(125,213,113); }
H1.HeaderClassName
{
color: #7DD571;
}
.AnyTagClassName
{
color: #7DD571;
}
</style>
background-color css
<style>
a { background-color: #7DD571; }
a { background-color: rgb(125,213,113); }
div.DivClassName
{
background-color: #7DD571;
}
.BgClassName
{
background-color: #7DD571;
}
</style>
border-color css
<style>
span { border-color: #7DD571; }
span { border-color: rgb(125,213,113); }
td.TdClassName
{
border-color: #7DD571;
}
.TagClassName
{
border-color: #7DD571;
}
</style>