Shades of Pastel Green #82DF84
Tints of Pastel Green #82DF84
RGB
CMYK
RGB Variations
Color information
#82DF84 (or 0x82DF84) is known color: Pastel Green. HEX triplet: 82, DF and 84. RGB value is (130,223,132). Sum of RGB (Red+Green+Blue) = 130+223+132=485 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.80% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 132 (51.95% from 255 or 27.22% from 485); Max value from RGB is 223 - color contains mainly: green. Hex color #82DF84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DF84 is #7D207B. Grayscale: #B9B9B9. Windows color (decimal): -8200316 or 8707970. OLE color: 8707970.
HSL color Cylindrical-coordinate representation of color #82DF84: hue angle of 121.29º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82DF84 is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 223 | 132 | - |
| CMYK | 0.42 | 0 | 0.41 | 0.13 |
| HSL | 121.29º | 0.59% | 0.69% | - |
| HSV(B) | 121.29º | 0.42% | 0.87% | - |
| XYZ | 39.76 | 59.19 | 31.16 | - |
| YUV | 184.82 | 98.19 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 223 | 132 | 0.42 | 0 | 0.41 | 0.13 | 121.29 | 0.59 | 0.69 |
| Hex | 82 | DF | 84 | 2A | 0 | 29 | D | 79 | 3B | 45 |
| Octal | 202 | 337 | 204 | 52 | 0 | 51 | 15 | 171 | 73 | 105 |
| Binary | 10000010 | 11011111 | 10000100 | 101010 | 0 | 101001 | 1101 | 1111001 | 111011 | 1000101 |
Color Harmonies of #82DF84
Complementary color
Monochromatic Colors of #82DF84
Black with #82DF84
Text Example
Text Example
White with #82DF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DF84; }
p { color: rgb(130,223,132); }
H1.HeaderClassName
{
color: #82DF84;
}
.AnyTagClassName
{
color: #82DF84;
}
</style>
background-color css
<style>
a { background-color: #82DF84; }
a { background-color: rgb(130,223,132); }
div.DivClassName
{
background-color: #82DF84;
}
.BgClassName
{
background-color: #82DF84;
}
</style>
border-color css
<style>
span { border-color: #82DF84; }
span { border-color: rgb(130,223,132); }
td.TdClassName
{
border-color: #82DF84;
}
.TagClassName
{
border-color: #82DF84;
}
</style>