Shades of Pastel Green #7DE07D
Tints of Pastel Green #7DE07D
RGB
CMYK
RGB Variations
Color information
#7DE07D (or 0x7DE07D) is known color: Pastel Green. HEX triplet: 7D, E0 and 7D. RGB value is (125,224,125). Sum of RGB (Red+Green+Blue) = 125+224+125=474 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.37% from 474); Green value is 224 (87.89% from 255 or 47.26% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 224 - color contains mainly: green. Hex color #7DE07D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DE07D is #821F82. Grayscale: #B7B7B7. Windows color (decimal): -8527747 or 8249469. OLE color: 8249469.
HSL color Cylindrical-coordinate representation of color #7DE07D: hue angle of 120º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DE07D is Cyan = 0.44, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 125 | 224 | 125 | - |
| CMYK | 0.44 | 0 | 0.44 | 0.12 |
| HSL | 120º | 0.61% | 0.68% | - |
| HSV(B) | 120º | 0.44% | 0.88% | - |
| XYZ | 38.81 | 59.15 | 28.77 | - |
| YUV | 183.11 | 95.2 | 86.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 224 | 125 | 0.44 | 0 | 0.44 | 0.12 | 120 | 0.61 | 0.68 |
| Hex | 7D | E0 | 7D | 2C | 0 | 2C | C | 78 | 3D | 44 |
| Octal | 175 | 340 | 175 | 54 | 0 | 54 | 14 | 170 | 75 | 104 |
| Binary | 1111101 | 11100000 | 1111101 | 101100 | 0 | 101100 | 1100 | 1111000 | 111101 | 1000100 |
Color Harmonies of #7DE07D
Complementary color
Monochromatic Colors of #7DE07D
Black with #7DE07D
Text Example
Text Example
White with #7DE07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE07D; }
p { color: rgb(125,224,125); }
H1.HeaderClassName
{
color: #7DE07D;
}
.AnyTagClassName
{
color: #7DE07D;
}
</style>
background-color css
<style>
a { background-color: #7DE07D; }
a { background-color: rgb(125,224,125); }
div.DivClassName
{
background-color: #7DE07D;
}
.BgClassName
{
background-color: #7DE07D;
}
</style>
border-color css
<style>
span { border-color: #7DE07D; }
span { border-color: rgb(125,224,125); }
td.TdClassName
{
border-color: #7DE07D;
}
.TagClassName
{
border-color: #7DE07D;
}
</style>