Shades of Pastel Green #82E37F
Tints of Pastel Green #82E37F
RGB
CMYK
RGB Variations
Color information
#82E37F (or 0x82E37F) is known color: Pastel Green. HEX triplet: 82, E3 and 7F. RGB value is (130,227,127). Sum of RGB (Red+Green+Blue) = 130+227+127=484 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.86% from 484); Green value is 227 (89.06% from 255 or 46.90% from 484); Blue value is 127 (50% from 255 or 26.24% from 484); Max value from RGB is 227 - color contains mainly: green. Hex color #82E37F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82E37F is #7D1C80. Grayscale: #BABABA. Windows color (decimal): -8199297 or 8381314. OLE color: 8381314.
HSL color Cylindrical-coordinate representation of color #82E37F: hue angle of 118.2º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82E37F is Cyan = 0.43, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 130 | 227 | 127 | - |
| CMYK | 0.43 | 0 | 0.44 | 0.11 |
| HSL | 118.2º | 0.64% | 0.69% | - |
| HSV(B) | 118.2º | 0.44% | 0.89% | - |
| XYZ | 40.51 | 61.22 | 29.76 | - |
| YUV | 186.6 | 94.36 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 227 | 127 | 0.43 | 0 | 0.44 | 0.11 | 118.2 | 0.64 | 0.69 |
| Hex | 82 | E3 | 7F | 2B | 0 | 2C | B | 76 | 40 | 45 |
| Octal | 202 | 343 | 177 | 53 | 0 | 54 | 13 | 166 | 100 | 105 |
| Binary | 10000010 | 11100011 | 1111111 | 101011 | 0 | 101100 | 1011 | 1110110 | 1000000 | 1000101 |
Color Harmonies of #82E37F
Complementary color
Monochromatic Colors of #82E37F
Black with #82E37F
Text Example
Text Example
White with #82E37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E37F; }
p { color: rgb(130,227,127); }
H1.HeaderClassName
{
color: #82E37F;
}
.AnyTagClassName
{
color: #82E37F;
}
</style>
background-color css
<style>
a { background-color: #82E37F; }
a { background-color: rgb(130,227,127); }
div.DivClassName
{
background-color: #82E37F;
}
.BgClassName
{
background-color: #82E37F;
}
</style>
border-color css
<style>
span { border-color: #82E37F; }
span { border-color: rgb(130,227,127); }
td.TdClassName
{
border-color: #82E37F;
}
.TagClassName
{
border-color: #82E37F;
}
</style>