Shades of Pastel Green #82E681
Tints of Pastel Green #82E681
RGB
CMYK
RGB Variations
Color information
#82E681 (or 0x82E681) is known color: Pastel Green. HEX triplet: 82, E6 and 81. RGB value is (130,230,129). Sum of RGB (Red+Green+Blue) = 130+230+129=489 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.58% from 489); Green value is 230 (90.23% from 255 or 47.03% from 489); Blue value is 129 (50.78% from 255 or 26.38% from 489); Max value from RGB is 230 - color contains mainly: green. Hex color #82E681 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82E681 is #7D197E. Grayscale: #BCBCBC. Windows color (decimal): -8198527 or 8513154. OLE color: 8513154.
HSL color Cylindrical-coordinate representation of color #82E681: hue angle of 119.41º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82E681 is Cyan = 0.43, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 130 | 230 | 129 | - |
| CMYK | 0.43 | 0 | 0.44 | 0.10 |
| HSL | 119.41º | 0.67% | 0.7% | - |
| HSV(B) | 119.41º | 0.44% | 0.9% | - |
| XYZ | 41.47 | 62.92 | 30.73 | - |
| YUV | 188.59 | 94.37 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 230 | 129 | 0.43 | 0 | 0.44 | 0.10 | 119.41 | 0.67 | 0.7 |
| Hex | 82 | E6 | 81 | 2B | 0 | 2C | A | 77 | 43 | 46 |
| Octal | 202 | 346 | 201 | 53 | 0 | 54 | 12 | 167 | 103 | 106 |
| Binary | 10000010 | 11100110 | 10000001 | 101011 | 0 | 101100 | 1010 | 1110111 | 1000011 | 1000110 |
Color Harmonies of #82E681
Complementary color
Monochromatic Colors of #82E681
Black with #82E681
Text Example
Text Example
White with #82E681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E681; }
p { color: rgb(130,230,129); }
H1.HeaderClassName
{
color: #82E681;
}
.AnyTagClassName
{
color: #82E681;
}
</style>
background-color css
<style>
a { background-color: #82E681; }
a { background-color: rgb(130,230,129); }
div.DivClassName
{
background-color: #82E681;
}
.BgClassName
{
background-color: #82E681;
}
</style>
border-color css
<style>
span { border-color: #82E681; }
span { border-color: rgb(130,230,129); }
td.TdClassName
{
border-color: #82E681;
}
.TagClassName
{
border-color: #82E681;
}
</style>