Shades of Pastel Green #82E970
Tints of Pastel Green #82E970
RGB
CMYK
RGB Variations
Color information
#82E970 (or 0x82E970) is known color: Pastel Green. HEX triplet: 82, E9 and 70. RGB value is (130,233,112). Sum of RGB (Red+Green+Blue) = 130+233+112=475 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.37% from 475); Green value is 233 (91.41% from 255 or 49.05% from 475); Blue value is 112 (44.14% from 255 or 23.58% from 475); Max value from RGB is 233 - color contains mainly: green. Hex color #82E970 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82E970 is #7D168F. Grayscale: #BCBCBC. Windows color (decimal): -8197776 or 7399810. OLE color: 7399810.
HSL color Cylindrical-coordinate representation of color #82E970: hue angle of 111.07º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #82E970 is Cyan = 0.44, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 130 | 233 | 112 | - |
| CMYK | 0.44 | 0 | 0.52 | 0.09 |
| HSL | 111.07º | 0.73% | 0.68% | - |
| HSV(B) | 111.07º | 0.52% | 0.91% | - |
| XYZ | 41.27 | 64.19 | 25.54 | - |
| YUV | 188.41 | 84.88 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 233 | 112 | 0.44 | 0 | 0.52 | 0.09 | 111.07 | 0.73 | 0.68 |
| Hex | 82 | E9 | 70 | 2C | 0 | 34 | 9 | 6F | 49 | 44 |
| Octal | 202 | 351 | 160 | 54 | 0 | 64 | 11 | 157 | 111 | 104 |
| Binary | 10000010 | 11101001 | 1110000 | 101100 | 0 | 110100 | 1001 | 1101111 | 1001001 | 1000100 |
Color Harmonies of #82E970
Complementary color
Monochromatic Colors of #82E970
Black with #82E970
Text Example
Text Example
White with #82E970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E970; }
p { color: rgb(130,233,112); }
H1.HeaderClassName
{
color: #82E970;
}
.AnyTagClassName
{
color: #82E970;
}
</style>
background-color css
<style>
a { background-color: #82E970; }
a { background-color: rgb(130,233,112); }
div.DivClassName
{
background-color: #82E970;
}
.BgClassName
{
background-color: #82E970;
}
</style>
border-color css
<style>
span { border-color: #82E970; }
span { border-color: rgb(130,233,112); }
td.TdClassName
{
border-color: #82E970;
}
.TagClassName
{
border-color: #82E970;
}
</style>