Shades of Pastel Green #7DD682
Tints of Pastel Green #7DD682
RGB
CMYK
RGB Variations
Color information
#7DD682 (or 0x7DD682) is known color: Pastel Green. HEX triplet: 7D, D6 and 82. RGB value is (125,214,130). Sum of RGB (Red+Green+Blue) = 125+214+130=469 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.65% from 469); Green value is 214 (83.98% from 255 or 45.63% from 469); Blue value is 130 (51.17% from 255 or 27.72% from 469); Max value from RGB is 214 - color contains mainly: green. Hex color #7DD682 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD682 is #82297D. Grayscale: #B2B2B2. Windows color (decimal): -8530302 or 8574589. OLE color: 8574589.
HSL color Cylindrical-coordinate representation of color #7DD682: hue angle of 123.37º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD682 is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 214 | 130 | - |
| CMYK | 0.42 | 0 | 0.39 | 0.16 |
| HSL | 123.37º | 0.52% | 0.66% | - |
| HSV(B) | 123.37º | 0.42% | 0.84% | - |
| XYZ | 36.53 | 54.06 | 29.63 | - |
| YUV | 177.81 | 101.01 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 214 | 130 | 0.42 | 0 | 0.39 | 0.16 | 123.37 | 0.52 | 0.66 |
| Hex | 7D | D6 | 82 | 2A | 0 | 27 | 10 | 7B | 34 | 42 |
| Octal | 175 | 326 | 202 | 52 | 0 | 47 | 20 | 173 | 64 | 102 |
| Binary | 1111101 | 11010110 | 10000010 | 101010 | 0 | 100111 | 10000 | 1111011 | 110100 | 1000010 |
Color Harmonies of #7DD682
Complementary color
Monochromatic Colors of #7DD682
Black with #7DD682
Text Example
Text Example
White with #7DD682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD682; }
p { color: rgb(125,214,130); }
H1.HeaderClassName
{
color: #7DD682;
}
.AnyTagClassName
{
color: #7DD682;
}
</style>
background-color css
<style>
a { background-color: #7DD682; }
a { background-color: rgb(125,214,130); }
div.DivClassName
{
background-color: #7DD682;
}
.BgClassName
{
background-color: #7DD682;
}
</style>
border-color css
<style>
span { border-color: #7DD682; }
span { border-color: rgb(125,214,130); }
td.TdClassName
{
border-color: #7DD682;
}
.TagClassName
{
border-color: #7DD682;
}
</style>