Shades of Pastel Green #7DD984
Tints of Pastel Green #7DD984
RGB
CMYK
RGB Variations
Color information
#7DD984 (or 0x7DD984) is known color: Pastel Green. HEX triplet: 7D, D9 and 84. RGB value is (125,217,132). Sum of RGB (Red+Green+Blue) = 125+217+132=474 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.37% from 474); Green value is 217 (85.16% from 255 or 45.78% from 474); Blue value is 132 (51.95% from 255 or 27.85% from 474); Max value from RGB is 217 - color contains mainly: green. Hex color #7DD984 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD984 is #82267B. Grayscale: #B4B4B4. Windows color (decimal): -8529532 or 8706429. OLE color: 8706429.
HSL color Cylindrical-coordinate representation of color #7DD984: hue angle of 124.57º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD984 is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 217 | 132 | - |
| CMYK | 0.42 | 0 | 0.39 | 0.15 |
| HSL | 124.57º | 0.55% | 0.67% | - |
| HSV(B) | 124.57º | 0.42% | 0.85% | - |
| XYZ | 37.44 | 55.65 | 30.6 | - |
| YUV | 179.8 | 101.02 | 88.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 217 | 132 | 0.42 | 0 | 0.39 | 0.15 | 124.57 | 0.55 | 0.67 |
| Hex | 7D | D9 | 84 | 2A | 0 | 27 | F | 7D | 37 | 43 |
| Octal | 175 | 331 | 204 | 52 | 0 | 47 | 17 | 175 | 67 | 103 |
| Binary | 1111101 | 11011001 | 10000100 | 101010 | 0 | 100111 | 1111 | 1111101 | 110111 | 1000011 |
Color Harmonies of #7DD984
Complementary color
Monochromatic Colors of #7DD984
Black with #7DD984
Text Example
Text Example
White with #7DD984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD984; }
p { color: rgb(125,217,132); }
H1.HeaderClassName
{
color: #7DD984;
}
.AnyTagClassName
{
color: #7DD984;
}
</style>
background-color css
<style>
a { background-color: #7DD984; }
a { background-color: rgb(125,217,132); }
div.DivClassName
{
background-color: #7DD984;
}
.BgClassName
{
background-color: #7DD984;
}
</style>
border-color css
<style>
span { border-color: #7DD984; }
span { border-color: rgb(125,217,132); }
td.TdClassName
{
border-color: #7DD984;
}
.TagClassName
{
border-color: #7DD984;
}
</style>