Shades of Pastel Green #82E17C
Tints of Pastel Green #82E17C
RGB
CMYK
RGB Variations
Color information
#82E17C (or 0x82E17C) is known color: Pastel Green. HEX triplet: 82, E1 and 7C. RGB value is (130,225,124). Sum of RGB (Red+Green+Blue) = 130+225+124=479 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.14% from 479); Green value is 225 (88.28% from 255 or 46.97% from 479); Blue value is 124 (48.83% from 255 or 25.89% from 479); Max value from RGB is 225 - color contains mainly: green. Hex color #82E17C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82E17C is #7D1E83. Grayscale: #B9B9B9. Windows color (decimal): -8199812 or 8184194. OLE color: 8184194.
HSL color Cylindrical-coordinate representation of color #82E17C: hue angle of 116.44º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82E17C is Cyan = 0.42, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 130 | 225 | 124 | - |
| CMYK | 0.42 | 0 | 0.45 | 0.12 |
| HSL | 116.44º | 0.63% | 0.68% | - |
| HSV(B) | 116.44º | 0.45% | 0.88% | - |
| XYZ | 39.77 | 60.05 | 28.56 | - |
| YUV | 185.08 | 93.53 | 88.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 225 | 124 | 0.42 | 0 | 0.45 | 0.12 | 116.44 | 0.63 | 0.68 |
| Hex | 82 | E1 | 7C | 2A | 0 | 2D | C | 74 | 3F | 44 |
| Octal | 202 | 341 | 174 | 52 | 0 | 55 | 14 | 164 | 77 | 104 |
| Binary | 10000010 | 11100001 | 1111100 | 101010 | 0 | 101101 | 1100 | 1110100 | 111111 | 1000100 |
Color Harmonies of #82E17C
Complementary color
Monochromatic Colors of #82E17C
Black with #82E17C
Text Example
Text Example
White with #82E17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E17C; }
p { color: rgb(130,225,124); }
H1.HeaderClassName
{
color: #82E17C;
}
.AnyTagClassName
{
color: #82E17C;
}
</style>
background-color css
<style>
a { background-color: #82E17C; }
a { background-color: rgb(130,225,124); }
div.DivClassName
{
background-color: #82E17C;
}
.BgClassName
{
background-color: #82E17C;
}
</style>
border-color css
<style>
span { border-color: #82E17C; }
span { border-color: rgb(130,225,124); }
td.TdClassName
{
border-color: #82E17C;
}
.TagClassName
{
border-color: #82E17C;
}
</style>