Shades of Pastel Green #82D76C
Tints of Pastel Green #82D76C
RGB
CMYK
RGB Variations
Color information
#82D76C (or 0x82D76C) is known color: Pastel Green. HEX triplet: 82, D7 and 6C. RGB value is (130,215,108). Sum of RGB (Red+Green+Blue) = 130+215+108=453 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.70% from 453); Green value is 215 (84.38% from 255 or 47.46% from 453); Blue value is 108 (42.58% from 255 or 23.84% from 453); Max value from RGB is 215 - color contains mainly: green. Hex color #82D76C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D76C is #7D2893. Grayscale: #B1B1B1. Windows color (decimal): -8202388 or 7133058. OLE color: 7133058.
HSL color Cylindrical-coordinate representation of color #82D76C: hue angle of 107.66º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #82D76C is Cyan = 0.40, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 130 | 215 | 108 | - |
| CMYK | 0.40 | 0 | 0.50 | 0.16 |
| HSL | 107.66º | 0.57% | 0.63% | - |
| HSV(B) | 107.66º | 0.5% | 0.84% | - |
| XYZ | 36.21 | 54.43 | 22.78 | - |
| YUV | 177.39 | 88.84 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 215 | 108 | 0.40 | 0 | 0.50 | 0.16 | 107.66 | 0.57 | 0.63 |
| Hex | 82 | D7 | 6C | 28 | 0 | 32 | 10 | 6C | 39 | 3F |
| Octal | 202 | 327 | 154 | 50 | 0 | 62 | 20 | 154 | 71 | 77 |
| Binary | 10000010 | 11010111 | 1101100 | 101000 | 0 | 110010 | 10000 | 1101100 | 111001 | 111111 |
Color Harmonies of #82D76C
Complementary color
Monochromatic Colors of #82D76C
Black with #82D76C
Text Example
Text Example
White with #82D76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D76C; }
p { color: rgb(130,215,108); }
H1.HeaderClassName
{
color: #82D76C;
}
.AnyTagClassName
{
color: #82D76C;
}
</style>
background-color css
<style>
a { background-color: #82D76C; }
a { background-color: rgb(130,215,108); }
div.DivClassName
{
background-color: #82D76C;
}
.BgClassName
{
background-color: #82D76C;
}
</style>
border-color css
<style>
span { border-color: #82D76C; }
span { border-color: rgb(130,215,108); }
td.TdClassName
{
border-color: #82D76C;
}
.TagClassName
{
border-color: #82D76C;
}
</style>