Shades of Pastel Green #7DDC82
Tints of Pastel Green #7DDC82
RGB
CMYK
RGB Variations
Color information
#7DDC82 (or 0x7DDC82) is known color: Pastel Green. HEX triplet: 7D, DC and 82. RGB value is (125,220,130). Sum of RGB (Red+Green+Blue) = 125+220+130=475 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.32% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 130 (51.17% from 255 or 27.37% from 475); Max value from RGB is 220 - color contains mainly: green. Hex color #7DDC82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDC82 is #82237D. Grayscale: #B5B5B5. Windows color (decimal): -8528766 or 8576125. OLE color: 8576125.
HSL color Cylindrical-coordinate representation of color #7DDC82: hue angle of 123.16º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDC82 is Cyan = 0.43, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 220 | 130 | - |
| CMYK | 0.43 | 0 | 0.41 | 0.14 |
| HSL | 123.16º | 0.58% | 0.68% | - |
| HSV(B) | 123.16º | 0.43% | 0.86% | - |
| XYZ | 38.08 | 57.16 | 30.14 | - |
| YUV | 181.34 | 99.03 | 87.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 220 | 130 | 0.43 | 0 | 0.41 | 0.14 | 123.16 | 0.58 | 0.68 |
| Hex | 7D | DC | 82 | 2B | 0 | 29 | E | 7B | 3A | 44 |
| Octal | 175 | 334 | 202 | 53 | 0 | 51 | 16 | 173 | 72 | 104 |
| Binary | 1111101 | 11011100 | 10000010 | 101011 | 0 | 101001 | 1110 | 1111011 | 111010 | 1000100 |
Color Harmonies of #7DDC82
Complementary color
Monochromatic Colors of #7DDC82
Black with #7DDC82
Text Example
Text Example
White with #7DDC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDC82; }
p { color: rgb(125,220,130); }
H1.HeaderClassName
{
color: #7DDC82;
}
.AnyTagClassName
{
color: #7DDC82;
}
</style>
background-color css
<style>
a { background-color: #7DDC82; }
a { background-color: rgb(125,220,130); }
div.DivClassName
{
background-color: #7DDC82;
}
.BgClassName
{
background-color: #7DDC82;
}
</style>
border-color css
<style>
span { border-color: #7DDC82; }
span { border-color: rgb(125,220,130); }
td.TdClassName
{
border-color: #7DDC82;
}
.TagClassName
{
border-color: #7DDC82;
}
</style>