Shades of Pastel Green #7DE561
Tints of Pastel Green #7DE561
RGB
CMYK
RGB Variations
Color information
#7DE561 (or 0x7DE561) is known color: Pastel Green. HEX triplet: 7D, E5 and 61. RGB value is (125,229,97). Sum of RGB (Red+Green+Blue) = 125+229+97=451 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.72% from 451); Green value is 229 (89.84% from 255 or 50.78% from 451); Blue value is 97 (38.28% from 255 or 21.51% from 451); Max value from RGB is 229 - color contains mainly: green. Hex color #7DE561 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DE561 is #821A9E. Grayscale: #B7B7B7. Windows color (decimal): -8526495 or 6415741. OLE color: 6415741.
HSL color Cylindrical-coordinate representation of color #7DE561: hue angle of 107.27º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7DE561 is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 125 | 229 | 97 | - |
| CMYK | 0.45 | 0 | 0.58 | 0.10 |
| HSL | 107.27º | 0.72% | 0.64% | - |
| HSV(B) | 107.27º | 0.58% | 0.9% | - |
| XYZ | 38.63 | 61.26 | 21.1 | - |
| YUV | 182.86 | 79.54 | 86.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 229 | 97 | 0.45 | 0 | 0.58 | 0.10 | 107.27 | 0.72 | 0.64 |
| Hex | 7D | E5 | 61 | 2D | 0 | 3A | A | 6B | 48 | 40 |
| Octal | 175 | 345 | 141 | 55 | 0 | 72 | 12 | 153 | 110 | 100 |
| Binary | 1111101 | 11100101 | 1100001 | 101101 | 0 | 111010 | 1010 | 1101011 | 1001000 | 1000000 |
Color Harmonies of #7DE561
Complementary color
Monochromatic Colors of #7DE561
Black with #7DE561
Text Example
Text Example
White with #7DE561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE561; }
p { color: rgb(125,229,97); }
H1.HeaderClassName
{
color: #7DE561;
}
.AnyTagClassName
{
color: #7DE561;
}
</style>
background-color css
<style>
a { background-color: #7DE561; }
a { background-color: rgb(125,229,97); }
div.DivClassName
{
background-color: #7DE561;
}
.BgClassName
{
background-color: #7DE561;
}
</style>
border-color css
<style>
span { border-color: #7DE561; }
span { border-color: rgb(125,229,97); }
td.TdClassName
{
border-color: #7DE561;
}
.TagClassName
{
border-color: #7DE561;
}
</style>