Shades of Pastel Green #82DF6D
Tints of Pastel Green #82DF6D
RGB
CMYK
RGB Variations
Color information
#82DF6D (or 0x82DF6D) is known color: Pastel Green. HEX triplet: 82, DF and 6D. RGB value is (130,223,109). Sum of RGB (Red+Green+Blue) = 130+223+109=462 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.14% from 462); Green value is 223 (87.5% from 255 or 48.27% from 462); Blue value is 109 (42.97% from 255 or 23.59% from 462); Max value from RGB is 223 - color contains mainly: green. Hex color #82DF6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82DF6D is #7D2092. Grayscale: #B6B6B6. Windows color (decimal): -8200339 or 7200642. OLE color: 7200642.
HSL color Cylindrical-coordinate representation of color #82DF6D: hue angle of 108.95º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #82DF6D is Cyan = 0.42, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 223 | 109 | - |
| CMYK | 0.42 | 0 | 0.51 | 0.13 |
| HSL | 108.95º | 0.64% | 0.65% | - |
| HSV(B) | 108.95º | 0.51% | 0.87% | - |
| XYZ | 38.35 | 58.63 | 23.76 | - |
| YUV | 182.2 | 86.69 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 223 | 109 | 0.42 | 0 | 0.51 | 0.13 | 108.95 | 0.64 | 0.65 |
| Hex | 82 | DF | 6D | 2A | 0 | 33 | D | 6D | 40 | 41 |
| Octal | 202 | 337 | 155 | 52 | 0 | 63 | 15 | 155 | 100 | 101 |
| Binary | 10000010 | 11011111 | 1101101 | 101010 | 0 | 110011 | 1101 | 1101101 | 1000000 | 1000001 |
Color Harmonies of #82DF6D
Complementary color
Monochromatic Colors of #82DF6D
Black with #82DF6D
Text Example
Text Example
White with #82DF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DF6D; }
p { color: rgb(130,223,109); }
H1.HeaderClassName
{
color: #82DF6D;
}
.AnyTagClassName
{
color: #82DF6D;
}
</style>
background-color css
<style>
a { background-color: #82DF6D; }
a { background-color: rgb(130,223,109); }
div.DivClassName
{
background-color: #82DF6D;
}
.BgClassName
{
background-color: #82DF6D;
}
</style>
border-color css
<style>
span { border-color: #82DF6D; }
span { border-color: rgb(130,223,109); }
td.TdClassName
{
border-color: #82DF6D;
}
.TagClassName
{
border-color: #82DF6D;
}
</style>