Shades of Pastel Green #82E281
Tints of Pastel Green #82E281
RGB
CMYK
RGB Variations
Color information
#82E281 (or 0x82E281) is known color: Pastel Green. HEX triplet: 82, E2 and 81. RGB value is (130,226,129). Sum of RGB (Red+Green+Blue) = 130+226+129=485 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.80% from 485); Green value is 226 (88.67% from 255 or 46.60% from 485); Blue value is 129 (50.78% from 255 or 26.60% from 485); Max value from RGB is 226 - color contains mainly: green. Hex color #82E281 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82E281 is #7D1D7E. Grayscale: #BABABA. Windows color (decimal): -8199551 or 8512130. OLE color: 8512130.
HSL color Cylindrical-coordinate representation of color #82E281: hue angle of 119.38º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82E281 is Cyan = 0.42, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 130 | 226 | 129 | - |
| CMYK | 0.42 | 0 | 0.43 | 0.11 |
| HSL | 119.38º | 0.63% | 0.7% | - |
| HSV(B) | 119.38º | 0.43% | 0.89% | - |
| XYZ | 40.36 | 60.72 | 30.36 | - |
| YUV | 186.24 | 95.7 | 87.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 226 | 129 | 0.42 | 0 | 0.43 | 0.11 | 119.38 | 0.63 | 0.7 |
| Hex | 82 | E2 | 81 | 2A | 0 | 2B | B | 77 | 3F | 46 |
| Octal | 202 | 342 | 201 | 52 | 0 | 53 | 13 | 167 | 77 | 106 |
| Binary | 10000010 | 11100010 | 10000001 | 101010 | 0 | 101011 | 1011 | 1110111 | 111111 | 1000110 |
Color Harmonies of #82E281
Complementary color
Monochromatic Colors of #82E281
Black with #82E281
Text Example
Text Example
White with #82E281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E281; }
p { color: rgb(130,226,129); }
H1.HeaderClassName
{
color: #82E281;
}
.AnyTagClassName
{
color: #82E281;
}
</style>
background-color css
<style>
a { background-color: #82E281; }
a { background-color: rgb(130,226,129); }
div.DivClassName
{
background-color: #82E281;
}
.BgClassName
{
background-color: #82E281;
}
</style>
border-color css
<style>
span { border-color: #82E281; }
span { border-color: rgb(130,226,129); }
td.TdClassName
{
border-color: #82E281;
}
.TagClassName
{
border-color: #82E281;
}
</style>