Shades of Pastel Green #7DE86C
Tints of Pastel Green #7DE86C
RGB
CMYK
RGB Variations
Color information
#7DE86C (or 0x7DE86C) is known color: Pastel Green. HEX triplet: 7D, E8 and 6C. RGB value is (125,232,108). Sum of RGB (Red+Green+Blue) = 125+232+108=465 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.88% from 465); Green value is 232 (91.02% from 255 or 49.89% from 465); Blue value is 108 (42.58% from 255 or 23.23% from 465); Max value from RGB is 232 - color contains mainly: green. Hex color #7DE86C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DE86C is #821793. Grayscale: #BABABA. Windows color (decimal): -8525716 or 7137405. OLE color: 7137405.
HSL color Cylindrical-coordinate representation of color #7DE86C: hue angle of 111.77º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7DE86C is Cyan = 0.46, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 125 | 232 | 108 | - |
| CMYK | 0.46 | 0 | 0.53 | 0.09 |
| HSL | 111.77º | 0.73% | 0.67% | - |
| HSV(B) | 111.77º | 0.53% | 0.91% | - |
| XYZ | 40.02 | 63.16 | 24.27 | - |
| YUV | 185.87 | 84.05 | 84.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 232 | 108 | 0.46 | 0 | 0.53 | 0.09 | 111.77 | 0.73 | 0.67 |
| Hex | 7D | E8 | 6C | 2E | 0 | 35 | 9 | 70 | 49 | 43 |
| Octal | 175 | 350 | 154 | 56 | 0 | 65 | 11 | 160 | 111 | 103 |
| Binary | 1111101 | 11101000 | 1101100 | 101110 | 0 | 110101 | 1001 | 1110000 | 1001001 | 1000011 |
Color Harmonies of #7DE86C
Complementary color
Monochromatic Colors of #7DE86C
Black with #7DE86C
Text Example
Text Example
White with #7DE86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE86C; }
p { color: rgb(125,232,108); }
H1.HeaderClassName
{
color: #7DE86C;
}
.AnyTagClassName
{
color: #7DE86C;
}
</style>
background-color css
<style>
a { background-color: #7DE86C; }
a { background-color: rgb(125,232,108); }
div.DivClassName
{
background-color: #7DE86C;
}
.BgClassName
{
background-color: #7DE86C;
}
</style>
border-color css
<style>
span { border-color: #7DE86C; }
span { border-color: rgb(125,232,108); }
td.TdClassName
{
border-color: #7DE86C;
}
.TagClassName
{
border-color: #7DE86C;
}
</style>