Shades of Pastel Green #82DC7D
Tints of Pastel Green #82DC7D
RGB
CMYK
RGB Variations
Color information
#82DC7D (or 0x82DC7D) is known color: Pastel Green. HEX triplet: 82, DC and 7D. RGB value is (130,220,125). Sum of RGB (Red+Green+Blue) = 130+220+125=475 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.37% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 125 (49.22% from 255 or 26.32% from 475); Max value from RGB is 220 - color contains mainly: green. Hex color #82DC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82DC7D is #7D2382. Grayscale: #B6B6B6. Windows color (decimal): -8201091 or 8248450. OLE color: 8248450.
HSL color Cylindrical-coordinate representation of color #82DC7D: hue angle of 116.84º 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 #82DC7D is Cyan = 0.41, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 220 | 125 | - |
| CMYK | 0.41 | 0 | 0.43 | 0.14 |
| HSL | 116.84º | 0.58% | 0.68% | - |
| HSV(B) | 116.84º | 0.43% | 0.86% | - |
| XYZ | 38.5 | 57.41 | 28.45 | - |
| YUV | 182.26 | 95.68 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 220 | 125 | 0.41 | 0 | 0.43 | 0.14 | 116.84 | 0.58 | 0.68 |
| Hex | 82 | DC | 7D | 29 | 0 | 2B | E | 75 | 3A | 44 |
| Octal | 202 | 334 | 175 | 51 | 0 | 53 | 16 | 165 | 72 | 104 |
| Binary | 10000010 | 11011100 | 1111101 | 101001 | 0 | 101011 | 1110 | 1110101 | 111010 | 1000100 |
Color Harmonies of #82DC7D
Complementary color
Monochromatic Colors of #82DC7D
Black with #82DC7D
Text Example
Text Example
White with #82DC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DC7D; }
p { color: rgb(130,220,125); }
H1.HeaderClassName
{
color: #82DC7D;
}
.AnyTagClassName
{
color: #82DC7D;
}
</style>
background-color css
<style>
a { background-color: #82DC7D; }
a { background-color: rgb(130,220,125); }
div.DivClassName
{
background-color: #82DC7D;
}
.BgClassName
{
background-color: #82DC7D;
}
</style>
border-color css
<style>
span { border-color: #82DC7D; }
span { border-color: rgb(130,220,125); }
td.TdClassName
{
border-color: #82DC7D;
}
.TagClassName
{
border-color: #82DC7D;
}
</style>