Shades of Pastel Green #7DE161
Tints of Pastel Green #7DE161
RGB
CMYK
RGB Variations
Color information
#7DE161 (or 0x7DE161) is known color: Pastel Green. HEX triplet: 7D, E1 and 61. RGB value is (125,225,97). Sum of RGB (Red+Green+Blue) = 125+225+97=447 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.96% from 447); Green value is 225 (88.28% from 255 or 50.34% from 447); Blue value is 97 (38.28% from 255 or 21.70% from 447); Max value from RGB is 225 - color contains mainly: green. Hex color #7DE161 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DE161 is #821E9E. Grayscale: #B4B4B4. Windows color (decimal): -8527519 or 6414717. OLE color: 6414717.
HSL color Cylindrical-coordinate representation of color #7DE161: hue angle of 106.88º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7DE161 is Cyan = 0.44, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 125 | 225 | 97 | - |
| CMYK | 0.44 | 0 | 0.57 | 0.12 |
| HSL | 106.88º | 0.68% | 0.63% | - |
| HSV(B) | 106.88º | 0.57% | 0.88% | - |
| XYZ | 37.54 | 59.07 | 20.73 | - |
| YUV | 180.51 | 80.87 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 225 | 97 | 0.44 | 0 | 0.57 | 0.12 | 106.88 | 0.68 | 0.63 |
| Hex | 7D | E1 | 61 | 2C | 0 | 39 | C | 6B | 44 | 3F |
| Octal | 175 | 341 | 141 | 54 | 0 | 71 | 14 | 153 | 104 | 77 |
| Binary | 1111101 | 11100001 | 1100001 | 101100 | 0 | 111001 | 1100 | 1101011 | 1000100 | 111111 |
Color Harmonies of #7DE161
Complementary color
Monochromatic Colors of #7DE161
Black with #7DE161
Text Example
Text Example
White with #7DE161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE161; }
p { color: rgb(125,225,97); }
H1.HeaderClassName
{
color: #7DE161;
}
.AnyTagClassName
{
color: #7DE161;
}
</style>
background-color css
<style>
a { background-color: #7DE161; }
a { background-color: rgb(125,225,97); }
div.DivClassName
{
background-color: #7DE161;
}
.BgClassName
{
background-color: #7DE161;
}
</style>
border-color css
<style>
span { border-color: #7DE161; }
span { border-color: rgb(125,225,97); }
td.TdClassName
{
border-color: #7DE161;
}
.TagClassName
{
border-color: #7DE161;
}
</style>