Shades of Pastel Green #7DD881
Tints of Pastel Green #7DD881
RGB
CMYK
RGB Variations
Color information
#7DD881 (or 0x7DD881) is known color: Pastel Green. HEX triplet: 7D, D8 and 81. RGB value is (125,216,129). Sum of RGB (Red+Green+Blue) = 125+216+129=470 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.60% from 470); Green value is 216 (84.77% from 255 or 45.96% from 470); Blue value is 129 (50.78% from 255 or 27.45% from 470); Max value from RGB is 216 - color contains mainly: green. Hex color #7DD881 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD881 is #82277E. Grayscale: #B3B3B3. Windows color (decimal): -8529791 or 8509565. OLE color: 8509565.
HSL color Cylindrical-coordinate representation of color #7DD881: hue angle of 122.64º degrees, saturation: 0.54, 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 #7DD881 is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 216 | 129 | - |
| CMYK | 0.42 | 0 | 0.40 | 0.15 |
| HSL | 122.64º | 0.54% | 0.67% | - |
| HSV(B) | 122.64º | 0.42% | 0.85% | - |
| XYZ | 36.98 | 55.06 | 29.45 | - |
| YUV | 178.87 | 99.85 | 89.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 216 | 129 | 0.42 | 0 | 0.40 | 0.15 | 122.64 | 0.54 | 0.67 |
| Hex | 7D | D8 | 81 | 2A | 0 | 28 | F | 7B | 36 | 43 |
| Octal | 175 | 330 | 201 | 52 | 0 | 50 | 17 | 173 | 66 | 103 |
| Binary | 1111101 | 11011000 | 10000001 | 101010 | 0 | 101000 | 1111 | 1111011 | 110110 | 1000011 |
Color Harmonies of #7DD881
Complementary color
Monochromatic Colors of #7DD881
Black with #7DD881
Text Example
Text Example
White with #7DD881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD881; }
p { color: rgb(125,216,129); }
H1.HeaderClassName
{
color: #7DD881;
}
.AnyTagClassName
{
color: #7DD881;
}
</style>
background-color css
<style>
a { background-color: #7DD881; }
a { background-color: rgb(125,216,129); }
div.DivClassName
{
background-color: #7DD881;
}
.BgClassName
{
background-color: #7DD881;
}
</style>
border-color css
<style>
span { border-color: #7DD881; }
span { border-color: rgb(125,216,129); }
td.TdClassName
{
border-color: #7DD881;
}
.TagClassName
{
border-color: #7DD881;
}
</style>