Shades of Pastel Green #7DD77B
Tints of Pastel Green #7DD77B
RGB
CMYK
RGB Variations
Color information
#7DD77B (or 0x7DD77B) is known color: Pastel Green. HEX triplet: 7D, D7 and 7B. RGB value is (125,215,123). Sum of RGB (Red+Green+Blue) = 125+215+123=463 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.00% from 463); Green value is 215 (84.38% from 255 or 46.44% from 463); Blue value is 123 (48.44% from 255 or 26.57% from 463); Max value from RGB is 215 - color contains mainly: green. Hex color #7DD77B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD77B is #822884. Grayscale: #B1B1B1. Windows color (decimal): -8530053 or 8116093. OLE color: 8116093.
HSL color Cylindrical-coordinate representation of color #7DD77B: hue angle of 118.7º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DD77B is Cyan = 0.42, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 215 | 123 | - |
| CMYK | 0.42 | 0 | 0.43 | 0.16 |
| HSL | 118.7º | 0.53% | 0.66% | - |
| HSV(B) | 118.7º | 0.43% | 0.84% | - |
| XYZ | 36.33 | 54.39 | 27.32 | - |
| YUV | 177.6 | 97.18 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 215 | 123 | 0.42 | 0 | 0.43 | 0.16 | 118.7 | 0.53 | 0.66 |
| Hex | 7D | D7 | 7B | 2A | 0 | 2B | 10 | 77 | 35 | 42 |
| Octal | 175 | 327 | 173 | 52 | 0 | 53 | 20 | 167 | 65 | 102 |
| Binary | 1111101 | 11010111 | 1111011 | 101010 | 0 | 101011 | 10000 | 1110111 | 110101 | 1000010 |
Color Harmonies of #7DD77B
Complementary color
Monochromatic Colors of #7DD77B
Black with #7DD77B
Text Example
Text Example
White with #7DD77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD77B; }
p { color: rgb(125,215,123); }
H1.HeaderClassName
{
color: #7DD77B;
}
.AnyTagClassName
{
color: #7DD77B;
}
</style>
background-color css
<style>
a { background-color: #7DD77B; }
a { background-color: rgb(125,215,123); }
div.DivClassName
{
background-color: #7DD77B;
}
.BgClassName
{
background-color: #7DD77B;
}
</style>
border-color css
<style>
span { border-color: #7DD77B; }
span { border-color: rgb(125,215,123); }
td.TdClassName
{
border-color: #7DD77B;
}
.TagClassName
{
border-color: #7DD77B;
}
</style>