Shades of Pastel Green #82DE82
Tints of Pastel Green #82DE82
RGB
CMYK
RGB Variations
Color information
#82DE82 (or 0x82DE82) is known color: Pastel Green. HEX triplet: 82, DE and 82. RGB value is (130,222,130). Sum of RGB (Red+Green+Blue) = 130+222+130=482 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.97% from 482); Green value is 222 (87.11% from 255 or 46.06% from 482); Blue value is 130 (51.17% from 255 or 26.97% from 482); Max value from RGB is 222 - color contains mainly: green. Hex color #82DE82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DE82 is #7D217D. Grayscale: #B8B8B8. Windows color (decimal): -8200574 or 8576642. OLE color: 8576642.
HSL color Cylindrical-coordinate representation of color #82DE82: hue angle of 120º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82DE82 is Cyan = 0.41, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 222 | 130 | - |
| CMYK | 0.41 | 0 | 0.41 | 0.13 |
| HSL | 120º | 0.58% | 0.69% | - |
| HSV(B) | 120º | 0.41% | 0.87% | - |
| XYZ | 39.36 | 58.6 | 30.36 | - |
| YUV | 184 | 97.52 | 89.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 222 | 130 | 0.41 | 0 | 0.41 | 0.13 | 120 | 0.58 | 0.69 |
| Hex | 82 | DE | 82 | 29 | 0 | 29 | D | 78 | 3A | 45 |
| Octal | 202 | 336 | 202 | 51 | 0 | 51 | 15 | 170 | 72 | 105 |
| Binary | 10000010 | 11011110 | 10000010 | 101001 | 0 | 101001 | 1101 | 1111000 | 111010 | 1000101 |
Color Harmonies of #82DE82
Complementary color
Monochromatic Colors of #82DE82
Black with #82DE82
Text Example
Text Example
White with #82DE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DE82; }
p { color: rgb(130,222,130); }
H1.HeaderClassName
{
color: #82DE82;
}
.AnyTagClassName
{
color: #82DE82;
}
</style>
background-color css
<style>
a { background-color: #82DE82; }
a { background-color: rgb(130,222,130); }
div.DivClassName
{
background-color: #82DE82;
}
.BgClassName
{
background-color: #82DE82;
}
</style>
border-color css
<style>
span { border-color: #82DE82; }
span { border-color: rgb(130,222,130); }
td.TdClassName
{
border-color: #82DE82;
}
.TagClassName
{
border-color: #82DE82;
}
</style>