Shades of Pastel Green #82EA7C
Tints of Pastel Green #82EA7C
RGB
CMYK
RGB Variations
Color information
#82EA7C (or 0x82EA7C) is known color: Pastel Green. HEX triplet: 82, EA and 7C. RGB value is (130,234,124). Sum of RGB (Red+Green+Blue) = 130+234+124=488 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.64% from 488); Green value is 234 (91.80% from 255 or 47.95% from 488); Blue value is 124 (48.83% from 255 or 25.41% from 488); Max value from RGB is 234 - color contains mainly: green. Hex color #82EA7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82EA7C is #7D1583. Grayscale: #BEBEBE. Windows color (decimal): -8197508 or 8186498. OLE color: 8186498.
HSL color Cylindrical-coordinate representation of color #82EA7C: hue angle of 116.73º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82EA7C is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 130 | 234 | 124 | - |
| CMYK | 0.44 | 0 | 0.47 | 0.08 |
| HSL | 116.73º | 0.72% | 0.7% | - |
| HSV(B) | 116.73º | 0.47% | 0.92% | - |
| XYZ | 42.27 | 65.05 | 29.4 | - |
| YUV | 190.36 | 90.54 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 234 | 124 | 0.44 | 0 | 0.47 | 0.08 | 116.73 | 0.72 | 0.7 |
| Hex | 82 | EA | 7C | 2C | 0 | 2F | 8 | 75 | 48 | 46 |
| Octal | 202 | 352 | 174 | 54 | 0 | 57 | 10 | 165 | 110 | 106 |
| Binary | 10000010 | 11101010 | 1111100 | 101100 | 0 | 101111 | 1000 | 1110101 | 1001000 | 1000110 |
Color Harmonies of #82EA7C
Complementary color
Monochromatic Colors of #82EA7C
Black with #82EA7C
Text Example
Text Example
White with #82EA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82EA7C; }
p { color: rgb(130,234,124); }
H1.HeaderClassName
{
color: #82EA7C;
}
.AnyTagClassName
{
color: #82EA7C;
}
</style>
background-color css
<style>
a { background-color: #82EA7C; }
a { background-color: rgb(130,234,124); }
div.DivClassName
{
background-color: #82EA7C;
}
.BgClassName
{
background-color: #82EA7C;
}
</style>
border-color css
<style>
span { border-color: #82EA7C; }
span { border-color: rgb(130,234,124); }
td.TdClassName
{
border-color: #82EA7C;
}
.TagClassName
{
border-color: #82EA7C;
}
</style>