Shades of Pastel Green #82E17D
Tints of Pastel Green #82E17D
RGB
CMYK
RGB Variations
Color information
#82E17D (or 0x82E17D) is known color: Pastel Green. HEX triplet: 82, E1 and 7D. RGB value is (130,225,125). Sum of RGB (Red+Green+Blue) = 130+225+125=480 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.08% from 480); Green value is 225 (88.28% from 255 or 46.88% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 225 - color contains mainly: green. Hex color #82E17D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82E17D is #7D1E82. Grayscale: #B9B9B9. Windows color (decimal): -8199811 or 8249730. OLE color: 8249730.
HSL color Cylindrical-coordinate representation of color #82E17D: hue angle of 117º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82E17D is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 130 | 225 | 125 | - |
| CMYK | 0.42 | 0 | 0.44 | 0.12 |
| HSL | 117º | 0.63% | 0.69% | - |
| HSV(B) | 117º | 0.44% | 0.88% | - |
| XYZ | 39.83 | 60.08 | 28.9 | - |
| YUV | 185.2 | 94.03 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 225 | 125 | 0.42 | 0 | 0.44 | 0.12 | 117 | 0.63 | 0.69 |
| Hex | 82 | E1 | 7D | 2A | 0 | 2C | C | 75 | 3E | 45 |
| Octal | 202 | 341 | 175 | 52 | 0 | 54 | 14 | 165 | 76 | 105 |
| Binary | 10000010 | 11100001 | 1111101 | 101010 | 0 | 101100 | 1100 | 1110101 | 111110 | 1000101 |
Color Harmonies of #82E17D
Complementary color
Monochromatic Colors of #82E17D
Black with #82E17D
Text Example
Text Example
White with #82E17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E17D; }
p { color: rgb(130,225,125); }
H1.HeaderClassName
{
color: #82E17D;
}
.AnyTagClassName
{
color: #82E17D;
}
</style>
background-color css
<style>
a { background-color: #82E17D; }
a { background-color: rgb(130,225,125); }
div.DivClassName
{
background-color: #82E17D;
}
.BgClassName
{
background-color: #82E17D;
}
</style>
border-color css
<style>
span { border-color: #82E17D; }
span { border-color: rgb(130,225,125); }
td.TdClassName
{
border-color: #82E17D;
}
.TagClassName
{
border-color: #82E17D;
}
</style>