Shades of Pastel Green #7DE17A
Tints of Pastel Green #7DE17A
RGB
CMYK
RGB Variations
Color information
#7DE17A (or 0x7DE17A) is known color: Pastel Green. HEX triplet: 7D, E1 and 7A. RGB value is (125,225,122). Sum of RGB (Red+Green+Blue) = 125+225+122=472 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.48% from 472); Green value is 225 (88.28% from 255 or 47.67% from 472); Blue value is 122 (48.05% from 255 or 25.85% from 472); Max value from RGB is 225 - color contains mainly: green. Hex color #7DE17A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DE17A is #821E85. Grayscale: #B7B7B7. Windows color (decimal): -8527494 or 8053117. OLE color: 8053117.
HSL color Cylindrical-coordinate representation of color #7DE17A: hue angle of 118.25º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7DE17A is Cyan = 0.44, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 125 | 225 | 122 | - |
| CMYK | 0.44 | 0 | 0.46 | 0.12 |
| HSL | 118.25º | 0.63% | 0.68% | - |
| HSV(B) | 118.25º | 0.46% | 0.88% | - |
| XYZ | 38.9 | 59.62 | 27.87 | - |
| YUV | 183.36 | 93.37 | 86.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 225 | 122 | 0.44 | 0 | 0.46 | 0.12 | 118.25 | 0.63 | 0.68 |
| Hex | 7D | E1 | 7A | 2C | 0 | 2E | C | 76 | 3F | 44 |
| Octal | 175 | 341 | 172 | 54 | 0 | 56 | 14 | 166 | 77 | 104 |
| Binary | 1111101 | 11100001 | 1111010 | 101100 | 0 | 101110 | 1100 | 1110110 | 111111 | 1000100 |
Color Harmonies of #7DE17A
Complementary color
Monochromatic Colors of #7DE17A
Black with #7DE17A
Text Example
Text Example
White with #7DE17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE17A; }
p { color: rgb(125,225,122); }
H1.HeaderClassName
{
color: #7DE17A;
}
.AnyTagClassName
{
color: #7DE17A;
}
</style>
background-color css
<style>
a { background-color: #7DE17A; }
a { background-color: rgb(125,225,122); }
div.DivClassName
{
background-color: #7DE17A;
}
.BgClassName
{
background-color: #7DE17A;
}
</style>
border-color css
<style>
span { border-color: #7DE17A; }
span { border-color: rgb(125,225,122); }
td.TdClassName
{
border-color: #7DE17A;
}
.TagClassName
{
border-color: #7DE17A;
}
</style>