Shades of Pastel Green #7DD781
Tints of Pastel Green #7DD781
RGB
CMYK
RGB Variations
Color information
#7DD781 (or 0x7DD781) is known color: Pastel Green. HEX triplet: 7D, D7 and 81. RGB value is (125,215,129). Sum of RGB (Red+Green+Blue) = 125+215+129=469 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.65% from 469); Green value is 215 (84.38% from 255 or 45.84% from 469); Blue value is 129 (50.78% from 255 or 27.51% from 469); Max value from RGB is 215 - color contains mainly: green. Hex color #7DD781 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD781 is #82287E. Grayscale: #B2B2B2. Windows color (decimal): -8530047 or 8509309. OLE color: 8509309.
HSL color Cylindrical-coordinate representation of color #7DD781: hue angle of 122.67º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD781 is Cyan = 0.42, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 215 | 129 | - |
| CMYK | 0.42 | 0 | 0.4 | 0.16 |
| HSL | 122.67º | 0.53% | 0.67% | - |
| HSV(B) | 122.67º | 0.42% | 0.84% | - |
| XYZ | 36.72 | 54.55 | 29.36 | - |
| YUV | 178.29 | 100.18 | 89.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 215 | 129 | 0.42 | 0 | 0.4 | 0.16 | 122.67 | 0.53 | 0.67 |
| Hex | 7D | D7 | 81 | 2A | 0 | 28 | 10 | 7B | 35 | 43 |
| Octal | 175 | 327 | 201 | 52 | 0 | 50 | 20 | 173 | 65 | 103 |
| Binary | 1111101 | 11010111 | 10000001 | 101010 | 0 | 101000 | 10000 | 1111011 | 110101 | 1000011 |
Color Harmonies of #7DD781
Complementary color
Monochromatic Colors of #7DD781
Black with #7DD781
Text Example
Text Example
White with #7DD781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD781; }
p { color: rgb(125,215,129); }
H1.HeaderClassName
{
color: #7DD781;
}
.AnyTagClassName
{
color: #7DD781;
}
</style>
background-color css
<style>
a { background-color: #7DD781; }
a { background-color: rgb(125,215,129); }
div.DivClassName
{
background-color: #7DD781;
}
.BgClassName
{
background-color: #7DD781;
}
</style>
border-color css
<style>
span { border-color: #7DD781; }
span { border-color: rgb(125,215,129); }
td.TdClassName
{
border-color: #7DD781;
}
.TagClassName
{
border-color: #7DD781;
}
</style>