Shades of Pastel Green #82E671
Tints of Pastel Green #82E671
RGB
CMYK
RGB Variations
Color information
#82E671 (or 0x82E671) is known color: Pastel Green. HEX triplet: 82, E6 and 71. RGB value is (130,230,113). Sum of RGB (Red+Green+Blue) = 130+230+113=473 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.48% from 473); Green value is 230 (90.23% from 255 or 48.63% from 473); Blue value is 113 (44.53% from 255 or 23.89% from 473); Max value from RGB is 230 - color contains mainly: green. Hex color #82E671 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82E671 is #7D198E. Grayscale: #BBBBBB. Windows color (decimal): -8198543 or 7464578. OLE color: 7464578.
HSL color Cylindrical-coordinate representation of color #82E671: hue angle of 111.28º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #82E671 is Cyan = 0.43, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 130 | 230 | 113 | - |
| CMYK | 0.43 | 0 | 0.51 | 0.10 |
| HSL | 111.28º | 0.7% | 0.67% | - |
| HSV(B) | 111.28º | 0.51% | 0.9% | - |
| XYZ | 40.48 | 62.53 | 25.56 | - |
| YUV | 186.76 | 86.37 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 230 | 113 | 0.43 | 0 | 0.51 | 0.10 | 111.28 | 0.7 | 0.67 |
| Hex | 82 | E6 | 71 | 2B | 0 | 33 | A | 6F | 46 | 43 |
| Octal | 202 | 346 | 161 | 53 | 0 | 63 | 12 | 157 | 106 | 103 |
| Binary | 10000010 | 11100110 | 1110001 | 101011 | 0 | 110011 | 1010 | 1101111 | 1000110 | 1000011 |
Color Harmonies of #82E671
Complementary color
Monochromatic Colors of #82E671
Black with #82E671
Text Example
Text Example
White with #82E671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E671; }
p { color: rgb(130,230,113); }
H1.HeaderClassName
{
color: #82E671;
}
.AnyTagClassName
{
color: #82E671;
}
</style>
background-color css
<style>
a { background-color: #82E671; }
a { background-color: rgb(130,230,113); }
div.DivClassName
{
background-color: #82E671;
}
.BgClassName
{
background-color: #82E671;
}
</style>
border-color css
<style>
span { border-color: #82E671; }
span { border-color: rgb(130,230,113); }
td.TdClassName
{
border-color: #82E671;
}
.TagClassName
{
border-color: #82E671;
}
</style>