Shades of Pastel Green #7DE788
Tints of Pastel Green #7DE788
RGB
CMYK
RGB Variations
Color information
#7DE788 (or 0x7DE788) is known color: Pastel Green. HEX triplet: 7D, E7 and 88. RGB value is (125,231,136). Sum of RGB (Red+Green+Blue) = 125+231+136=492 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.41% from 492); Green value is 231 (90.62% from 255 or 46.95% from 492); Blue value is 136 (53.52% from 255 or 27.64% from 492); Max value from RGB is 231 - color contains mainly: green. Hex color #7DE788 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DE788 is #821877. Grayscale: #BCBCBC. Windows color (decimal): -8525944 or 8972157. OLE color: 8972157.
HSL color Cylindrical-coordinate representation of color #7DE788: hue angle of 126.23º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7DE788 is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 125 | 231 | 136 | - |
| CMYK | 0.46 | 0 | 0.41 | 0.09 |
| HSL | 126.23º | 0.69% | 0.7% | - |
| HSV(B) | 126.23º | 0.46% | 0.91% | - |
| XYZ | 41.48 | 63.29 | 33.32 | - |
| YUV | 188.48 | 98.38 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 231 | 136 | 0.46 | 0 | 0.41 | 0.09 | 126.23 | 0.69 | 0.7 |
| Hex | 7D | E7 | 88 | 2E | 0 | 29 | 9 | 7E | 45 | 46 |
| Octal | 175 | 347 | 210 | 56 | 0 | 51 | 11 | 176 | 105 | 106 |
| Binary | 1111101 | 11100111 | 10001000 | 101110 | 0 | 101001 | 1001 | 1111110 | 1000101 | 1000110 |
Color Harmonies of #7DE788
Complementary color
Monochromatic Colors of #7DE788
Black with #7DE788
Text Example
Text Example
White with #7DE788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE788; }
p { color: rgb(125,231,136); }
H1.HeaderClassName
{
color: #7DE788;
}
.AnyTagClassName
{
color: #7DE788;
}
</style>
background-color css
<style>
a { background-color: #7DE788; }
a { background-color: rgb(125,231,136); }
div.DivClassName
{
background-color: #7DE788;
}
.BgClassName
{
background-color: #7DE788;
}
</style>
border-color css
<style>
span { border-color: #7DE788; }
span { border-color: rgb(125,231,136); }
td.TdClassName
{
border-color: #7DE788;
}
.TagClassName
{
border-color: #7DE788;
}
</style>