Shades of Pastel Green #7DE865
Tints of Pastel Green #7DE865
RGB
CMYK
RGB Variations
Color information
#7DE865 (or 0x7DE865) is known color: Pastel Green. HEX triplet: 7D, E8 and 65. RGB value is (125,232,101). Sum of RGB (Red+Green+Blue) = 125+232+101=458 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.29% from 458); Green value is 232 (91.02% from 255 or 50.66% from 458); Blue value is 101 (39.84% from 255 or 22.05% from 458); Max value from RGB is 232 - color contains mainly: green. Hex color #7DE865 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DE865 is #82179A. Grayscale: #B9B9B9. Windows color (decimal): -8525723 or 6678653. OLE color: 6678653.
HSL color Cylindrical-coordinate representation of color #7DE865: hue angle of 109.01º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7DE865 is Cyan = 0.46, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 125 | 232 | 101 | - |
| CMYK | 0.46 | 0 | 0.56 | 0.09 |
| HSL | 109.01º | 0.74% | 0.65% | - |
| HSV(B) | 109.01º | 0.56% | 0.91% | - |
| XYZ | 39.66 | 63.01 | 22.38 | - |
| YUV | 185.07 | 80.55 | 85.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 232 | 101 | 0.46 | 0 | 0.56 | 0.09 | 109.01 | 0.74 | 0.65 |
| Hex | 7D | E8 | 65 | 2E | 0 | 38 | 9 | 6D | 4A | 41 |
| Octal | 175 | 350 | 145 | 56 | 0 | 70 | 11 | 155 | 112 | 101 |
| Binary | 1111101 | 11101000 | 1100101 | 101110 | 0 | 111000 | 1001 | 1101101 | 1001010 | 1000001 |
Color Harmonies of #7DE865
Complementary color
Monochromatic Colors of #7DE865
Black with #7DE865
Text Example
Text Example
White with #7DE865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE865; }
p { color: rgb(125,232,101); }
H1.HeaderClassName
{
color: #7DE865;
}
.AnyTagClassName
{
color: #7DE865;
}
</style>
background-color css
<style>
a { background-color: #7DE865; }
a { background-color: rgb(125,232,101); }
div.DivClassName
{
background-color: #7DE865;
}
.BgClassName
{
background-color: #7DE865;
}
</style>
border-color css
<style>
span { border-color: #7DE865; }
span { border-color: rgb(125,232,101); }
td.TdClassName
{
border-color: #7DE865;
}
.TagClassName
{
border-color: #7DE865;
}
</style>