Shades of Pastel Green #7DE08A
Tints of Pastel Green #7DE08A
RGB
CMYK
RGB Variations
Color information
#7DE08A (or 0x7DE08A) is known color: Pastel Green. HEX triplet: 7D, E0 and 8A. RGB value is (125,224,138). Sum of RGB (Red+Green+Blue) = 125+224+138=487 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.67% from 487); Green value is 224 (87.89% from 255 or 46.00% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 224 - color contains mainly: green. Hex color #7DE08A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DE08A is #821F75. Grayscale: #B8B8B8. Windows color (decimal): -8527734 or 9101437. OLE color: 9101437.
HSL color Cylindrical-coordinate representation of color #7DE08A: hue angle of 127.88º 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 #7DE08A is Cyan = 0.44, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 125 | 224 | 138 | - |
| CMYK | 0.44 | 0 | 0.38 | 0.12 |
| HSL | 127.88º | 0.61% | 0.68% | - |
| HSV(B) | 127.88º | 0.44% | 0.88% | - |
| XYZ | 39.7 | 59.51 | 33.44 | - |
| YUV | 184.6 | 101.7 | 85.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 224 | 138 | 0.44 | 0 | 0.38 | 0.12 | 127.88 | 0.61 | 0.68 |
| Hex | 7D | E0 | 8A | 2C | 0 | 26 | C | 80 | 3D | 44 |
| Octal | 175 | 340 | 212 | 54 | 0 | 46 | 14 | 200 | 75 | 104 |
| Binary | 1111101 | 11100000 | 10001010 | 101100 | 0 | 100110 | 1100 | 10000000 | 111101 | 1000100 |
Color Harmonies of #7DE08A
Complementary color
Monochromatic Colors of #7DE08A
Black with #7DE08A
Text Example
Text Example
White with #7DE08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE08A; }
p { color: rgb(125,224,138); }
H1.HeaderClassName
{
color: #7DE08A;
}
.AnyTagClassName
{
color: #7DE08A;
}
</style>
background-color css
<style>
a { background-color: #7DE08A; }
a { background-color: rgb(125,224,138); }
div.DivClassName
{
background-color: #7DE08A;
}
.BgClassName
{
background-color: #7DE08A;
}
</style>
border-color css
<style>
span { border-color: #7DE08A; }
span { border-color: rgb(125,224,138); }
td.TdClassName
{
border-color: #7DE08A;
}
.TagClassName
{
border-color: #7DE08A;
}
</style>