Shades of Pastel Green #82EA73
Tints of Pastel Green #82EA73
RGB
CMYK
RGB Variations
Color information
#82EA73 (or 0x82EA73) is known color: Pastel Green. HEX triplet: 82, EA and 73. RGB value is (130,234,115). Sum of RGB (Red+Green+Blue) = 130+234+115=479 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.14% from 479); Green value is 234 (91.80% from 255 or 48.85% from 479); Blue value is 115 (45.31% from 255 or 24.01% from 479); Max value from RGB is 234 - color contains mainly: green. Hex color #82EA73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82EA73 is #7D158C. Grayscale: #BDBDBD. Windows color (decimal): -8197517 or 7596674. OLE color: 7596674.
HSL color Cylindrical-coordinate representation of color #82EA73: hue angle of 112.44º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #82EA73 is Cyan = 0.44, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 130 | 234 | 115 | - |
| CMYK | 0.44 | 0 | 0.51 | 0.08 |
| HSL | 112.44º | 0.74% | 0.68% | - |
| HSV(B) | 112.44º | 0.51% | 0.92% | - |
| XYZ | 41.72 | 64.83 | 26.53 | - |
| YUV | 189.34 | 86.04 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 234 | 115 | 0.44 | 0 | 0.51 | 0.08 | 112.44 | 0.74 | 0.68 |
| Hex | 82 | EA | 73 | 2C | 0 | 33 | 8 | 70 | 4A | 44 |
| Octal | 202 | 352 | 163 | 54 | 0 | 63 | 10 | 160 | 112 | 104 |
| Binary | 10000010 | 11101010 | 1110011 | 101100 | 0 | 110011 | 1000 | 1110000 | 1001010 | 1000100 |
Color Harmonies of #82EA73
Complementary color
Monochromatic Colors of #82EA73
Black with #82EA73
Text Example
Text Example
White with #82EA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82EA73; }
p { color: rgb(130,234,115); }
H1.HeaderClassName
{
color: #82EA73;
}
.AnyTagClassName
{
color: #82EA73;
}
</style>
background-color css
<style>
a { background-color: #82EA73; }
a { background-color: rgb(130,234,115); }
div.DivClassName
{
background-color: #82EA73;
}
.BgClassName
{
background-color: #82EA73;
}
</style>
border-color css
<style>
span { border-color: #82EA73; }
span { border-color: rgb(130,234,115); }
td.TdClassName
{
border-color: #82EA73;
}
.TagClassName
{
border-color: #82EA73;
}
</style>