Shades of Pastel Green #7DE571
Tints of Pastel Green #7DE571
RGB
CMYK
RGB Variations
Color information
#7DE571 (or 0x7DE571) is known color: Pastel Green. HEX triplet: 7D, E5 and 71. RGB value is (125,229,113). Sum of RGB (Red+Green+Blue) = 125+229+113=467 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.77% from 467); Green value is 229 (89.84% from 255 or 49.04% from 467); Blue value is 113 (44.53% from 255 or 24.20% from 467); Max value from RGB is 229 - color contains mainly: green. Hex color #7DE571 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DE571 is #821A8E. Grayscale: #B9B9B9. Windows color (decimal): -8526479 or 7464317. OLE color: 7464317.
HSL color Cylindrical-coordinate representation of color #7DE571: hue angle of 113.79º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DE571 is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 125 | 229 | 113 | - |
| CMYK | 0.45 | 0 | 0.51 | 0.10 |
| HSL | 113.79º | 0.69% | 0.67% | - |
| HSV(B) | 113.79º | 0.51% | 0.9% | - |
| XYZ | 39.46 | 61.59 | 25.43 | - |
| YUV | 184.68 | 87.54 | 85.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 229 | 113 | 0.45 | 0 | 0.51 | 0.10 | 113.79 | 0.69 | 0.67 |
| Hex | 7D | E5 | 71 | 2D | 0 | 33 | A | 72 | 45 | 43 |
| Octal | 175 | 345 | 161 | 55 | 0 | 63 | 12 | 162 | 105 | 103 |
| Binary | 1111101 | 11100101 | 1110001 | 101101 | 0 | 110011 | 1010 | 1110010 | 1000101 | 1000011 |
Color Harmonies of #7DE571
Complementary color
Monochromatic Colors of #7DE571
Black with #7DE571
Text Example
Text Example
White with #7DE571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE571; }
p { color: rgb(125,229,113); }
H1.HeaderClassName
{
color: #7DE571;
}
.AnyTagClassName
{
color: #7DE571;
}
</style>
background-color css
<style>
a { background-color: #7DE571; }
a { background-color: rgb(125,229,113); }
div.DivClassName
{
background-color: #7DE571;
}
.BgClassName
{
background-color: #7DE571;
}
</style>
border-color css
<style>
span { border-color: #7DE571; }
span { border-color: rgb(125,229,113); }
td.TdClassName
{
border-color: #7DE571;
}
.TagClassName
{
border-color: #7DE571;
}
</style>