Shades of Pastel Green #82EA72
Tints of Pastel Green #82EA72
RGB
CMYK
RGB Variations
Color information
#82EA72 (or 0x82EA72) is known color: Pastel Green. HEX triplet: 82, EA and 72. RGB value is (130,234,114). Sum of RGB (Red+Green+Blue) = 130+234+114=478 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.20% from 478); Green value is 234 (91.80% from 255 or 48.95% from 478); Blue value is 114 (44.92% from 255 or 23.85% from 478); Max value from RGB is 234 - color contains mainly: green. Hex color #82EA72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82EA72 is #7D158D. Grayscale: #BDBDBD. Windows color (decimal): -8197518 or 7531138. OLE color: 7531138.
HSL color Cylindrical-coordinate representation of color #82EA72: hue angle of 112º 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 #82EA72 is Cyan = 0.44, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 130 | 234 | 114 | - |
| CMYK | 0.44 | 0 | 0.51 | 0.08 |
| HSL | 112º | 0.74% | 0.68% | - |
| HSV(B) | 112º | 0.51% | 0.92% | - |
| XYZ | 41.67 | 64.81 | 26.23 | - |
| YUV | 189.22 | 85.54 | 85.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 234 | 114 | 0.44 | 0 | 0.51 | 0.08 | 112 | 0.74 | 0.68 |
| Hex | 82 | EA | 72 | 2C | 0 | 33 | 8 | 70 | 4A | 44 |
| Octal | 202 | 352 | 162 | 54 | 0 | 63 | 10 | 160 | 112 | 104 |
| Binary | 10000010 | 11101010 | 1110010 | 101100 | 0 | 110011 | 1000 | 1110000 | 1001010 | 1000100 |
Color Harmonies of #82EA72
Complementary color
Monochromatic Colors of #82EA72
Black with #82EA72
Text Example
Text Example
White with #82EA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82EA72; }
p { color: rgb(130,234,114); }
H1.HeaderClassName
{
color: #82EA72;
}
.AnyTagClassName
{
color: #82EA72;
}
</style>
background-color css
<style>
a { background-color: #82EA72; }
a { background-color: rgb(130,234,114); }
div.DivClassName
{
background-color: #82EA72;
}
.BgClassName
{
background-color: #82EA72;
}
</style>
border-color css
<style>
span { border-color: #82EA72; }
span { border-color: rgb(130,234,114); }
td.TdClassName
{
border-color: #82EA72;
}
.TagClassName
{
border-color: #82EA72;
}
</style>