Shades of Pastel Green #82E96E
Tints of Pastel Green #82E96E
RGB
CMYK
RGB Variations
Color information
#82E96E (or 0x82E96E) is known color: Pastel Green. HEX triplet: 82, E9 and 6E. RGB value is (130,233,110). Sum of RGB (Red+Green+Blue) = 130+233+110=473 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.48% from 473); Green value is 233 (91.41% from 255 or 49.26% from 473); Blue value is 110 (43.36% from 255 or 23.26% from 473); Max value from RGB is 233 - color contains mainly: green. Hex color #82E96E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82E96E is #7D1691. Grayscale: #BCBCBC. Windows color (decimal): -8197778 or 7268738. OLE color: 7268738.
HSL color Cylindrical-coordinate representation of color #82E96E: hue angle of 110.24º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #82E96E is Cyan = 0.44, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 130 | 233 | 110 | - |
| CMYK | 0.44 | 0 | 0.53 | 0.09 |
| HSL | 110.24º | 0.74% | 0.67% | - |
| HSV(B) | 110.24º | 0.53% | 0.91% | - |
| XYZ | 41.16 | 64.15 | 24.96 | - |
| YUV | 188.18 | 83.88 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 233 | 110 | 0.44 | 0 | 0.53 | 0.09 | 110.24 | 0.74 | 0.67 |
| Hex | 82 | E9 | 6E | 2C | 0 | 35 | 9 | 6E | 4A | 43 |
| Octal | 202 | 351 | 156 | 54 | 0 | 65 | 11 | 156 | 112 | 103 |
| Binary | 10000010 | 11101001 | 1101110 | 101100 | 0 | 110101 | 1001 | 1101110 | 1001010 | 1000011 |
Color Harmonies of #82E96E
Complementary color
Monochromatic Colors of #82E96E
Black with #82E96E
Text Example
Text Example
White with #82E96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E96E; }
p { color: rgb(130,233,110); }
H1.HeaderClassName
{
color: #82E96E;
}
.AnyTagClassName
{
color: #82E96E;
}
</style>
background-color css
<style>
a { background-color: #82E96E; }
a { background-color: rgb(130,233,110); }
div.DivClassName
{
background-color: #82E96E;
}
.BgClassName
{
background-color: #82E96E;
}
</style>
border-color css
<style>
span { border-color: #82E96E; }
span { border-color: rgb(130,233,110); }
td.TdClassName
{
border-color: #82E96E;
}
.TagClassName
{
border-color: #82E96E;
}
</style>