Shades of Pastel Green #7DD783
Tints of Pastel Green #7DD783
RGB
CMYK
RGB Variations
Color information
#7DD783 (or 0x7DD783) is known color: Pastel Green. HEX triplet: 7D, D7 and 83. RGB value is (125,215,131). Sum of RGB (Red+Green+Blue) = 125+215+131=471 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.54% from 471); Green value is 215 (84.38% from 255 or 45.65% from 471); Blue value is 131 (51.56% from 255 or 27.81% from 471); Max value from RGB is 215 - color contains mainly: green. Hex color #7DD783 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD783 is #82287C. Grayscale: #B2B2B2. Windows color (decimal): -8530045 or 8640381. OLE color: 8640381.
HSL color Cylindrical-coordinate representation of color #7DD783: hue angle of 124º 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 #7DD783 is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 215 | 131 | - |
| CMYK | 0.42 | 0 | 0.39 | 0.16 |
| HSL | 124º | 0.53% | 0.67% | - |
| HSV(B) | 124º | 0.42% | 0.84% | - |
| XYZ | 36.85 | 54.6 | 30.07 | - |
| YUV | 178.51 | 101.18 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 215 | 131 | 0.42 | 0 | 0.39 | 0.16 | 124 | 0.53 | 0.67 |
| Hex | 7D | D7 | 83 | 2A | 0 | 27 | 10 | 7C | 35 | 43 |
| Octal | 175 | 327 | 203 | 52 | 0 | 47 | 20 | 174 | 65 | 103 |
| Binary | 1111101 | 11010111 | 10000011 | 101010 | 0 | 100111 | 10000 | 1111100 | 110101 | 1000011 |
Color Harmonies of #7DD783
Complementary color
Monochromatic Colors of #7DD783
Black with #7DD783
Text Example
Text Example
White with #7DD783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD783; }
p { color: rgb(125,215,131); }
H1.HeaderClassName
{
color: #7DD783;
}
.AnyTagClassName
{
color: #7DD783;
}
</style>
background-color css
<style>
a { background-color: #7DD783; }
a { background-color: rgb(125,215,131); }
div.DivClassName
{
background-color: #7DD783;
}
.BgClassName
{
background-color: #7DD783;
}
</style>
border-color css
<style>
span { border-color: #7DD783; }
span { border-color: rgb(125,215,131); }
td.TdClassName
{
border-color: #7DD783;
}
.TagClassName
{
border-color: #7DD783;
}
</style>