Shades of Pastel Green #82EA79
Tints of Pastel Green #82EA79
RGB
CMYK
RGB Variations
Color information
#82EA79 (or 0x82EA79) is known color: Pastel Green. HEX triplet: 82, EA and 79. RGB value is (130,234,121). Sum of RGB (Red+Green+Blue) = 130+234+121=485 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.80% from 485); Green value is 234 (91.80% from 255 or 48.25% from 485); Blue value is 121 (47.66% from 255 or 24.95% from 485); Max value from RGB is 234 - color contains mainly: green. Hex color #82EA79 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82EA79 is #7D1586. Grayscale: #BEBEBE. Windows color (decimal): -8197511 or 7989890. OLE color: 7989890.
HSL color Cylindrical-coordinate representation of color #82EA79: hue angle of 115.22º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82EA79 is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 130 | 234 | 121 | - |
| CMYK | 0.44 | 0 | 0.48 | 0.08 |
| HSL | 115.22º | 0.73% | 0.7% | - |
| HSV(B) | 115.22º | 0.48% | 0.92% | - |
| XYZ | 42.08 | 64.97 | 28.41 | - |
| YUV | 190.02 | 89.04 | 85.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 234 | 121 | 0.44 | 0 | 0.48 | 0.08 | 115.22 | 0.73 | 0.7 |
| Hex | 82 | EA | 79 | 2C | 0 | 30 | 8 | 73 | 49 | 46 |
| Octal | 202 | 352 | 171 | 54 | 0 | 60 | 10 | 163 | 111 | 106 |
| Binary | 10000010 | 11101010 | 1111001 | 101100 | 0 | 110000 | 1000 | 1110011 | 1001001 | 1000110 |
Color Harmonies of #82EA79
Complementary color
Monochromatic Colors of #82EA79
Black with #82EA79
Text Example
Text Example
White with #82EA79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82EA79; }
p { color: rgb(130,234,121); }
H1.HeaderClassName
{
color: #82EA79;
}
.AnyTagClassName
{
color: #82EA79;
}
</style>
background-color css
<style>
a { background-color: #82EA79; }
a { background-color: rgb(130,234,121); }
div.DivClassName
{
background-color: #82EA79;
}
.BgClassName
{
background-color: #82EA79;
}
</style>
border-color css
<style>
span { border-color: #82EA79; }
span { border-color: rgb(130,234,121); }
td.TdClassName
{
border-color: #82EA79;
}
.TagClassName
{
border-color: #82EA79;
}
</style>