Shades of Pastel Green #7DDE76
Tints of Pastel Green #7DDE76
RGB
CMYK
RGB Variations
Color information
#7DDE76 (or 0x7DDE76) is known color: Pastel Green. HEX triplet: 7D, DE and 76. RGB value is (125,222,118). Sum of RGB (Red+Green+Blue) = 125+222+118=465 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.88% from 465); Green value is 222 (87.11% from 255 or 47.74% from 465); Blue value is 118 (46.48% from 255 or 25.38% from 465); Max value from RGB is 222 - color contains mainly: green. Hex color #7DDE76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDE76 is #822189. Grayscale: #B5B5B5. Windows color (decimal): -8528266 or 7790205. OLE color: 7790205.
HSL color Cylindrical-coordinate representation of color #7DDE76: hue angle of 115.96º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DDE76 is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 222 | 118 | - |
| CMYK | 0.44 | 0 | 0.47 | 0.13 |
| HSL | 115.96º | 0.61% | 0.67% | - |
| HSV(B) | 115.96º | 0.47% | 0.87% | - |
| XYZ | 37.85 | 57.91 | 26.32 | - |
| YUV | 181.14 | 92.36 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 222 | 118 | 0.44 | 0 | 0.47 | 0.13 | 115.96 | 0.61 | 0.67 |
| Hex | 7D | DE | 76 | 2C | 0 | 2F | D | 74 | 3D | 43 |
| Octal | 175 | 336 | 166 | 54 | 0 | 57 | 15 | 164 | 75 | 103 |
| Binary | 1111101 | 11011110 | 1110110 | 101100 | 0 | 101111 | 1101 | 1110100 | 111101 | 1000011 |
Color Harmonies of #7DDE76
Complementary color
Monochromatic Colors of #7DDE76
Black with #7DDE76
Text Example
Text Example
White with #7DDE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDE76; }
p { color: rgb(125,222,118); }
H1.HeaderClassName
{
color: #7DDE76;
}
.AnyTagClassName
{
color: #7DDE76;
}
</style>
background-color css
<style>
a { background-color: #7DDE76; }
a { background-color: rgb(125,222,118); }
div.DivClassName
{
background-color: #7DDE76;
}
.BgClassName
{
background-color: #7DDE76;
}
</style>
border-color css
<style>
span { border-color: #7DDE76; }
span { border-color: rgb(125,222,118); }
td.TdClassName
{
border-color: #7DDE76;
}
.TagClassName
{
border-color: #7DDE76;
}
</style>