Shades of Pastel Green #82DC6D
Tints of Pastel Green #82DC6D
RGB
CMYK
RGB Variations
Color information
#82DC6D (or 0x82DC6D) is known color: Pastel Green. HEX triplet: 82, DC and 6D. RGB value is (130,220,109). Sum of RGB (Red+Green+Blue) = 130+220+109=459 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.32% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 109 (42.97% from 255 or 23.75% from 459); Max value from RGB is 220 - color contains mainly: green. Hex color #82DC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82DC6D is #7D2392. Grayscale: #B4B4B4. Windows color (decimal): -8201107 or 7199874. OLE color: 7199874.
HSL color Cylindrical-coordinate representation of color #82DC6D: hue angle of 108.65º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #82DC6D is Cyan = 0.41, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 220 | 109 | - |
| CMYK | 0.41 | 0 | 0.50 | 0.14 |
| HSL | 108.65º | 0.61% | 0.65% | - |
| HSV(B) | 108.65º | 0.5% | 0.86% | - |
| XYZ | 37.56 | 57.04 | 23.5 | - |
| YUV | 180.44 | 87.68 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 220 | 109 | 0.41 | 0 | 0.50 | 0.14 | 108.65 | 0.61 | 0.65 |
| Hex | 82 | DC | 6D | 29 | 0 | 32 | E | 6D | 3D | 41 |
| Octal | 202 | 334 | 155 | 51 | 0 | 62 | 16 | 155 | 75 | 101 |
| Binary | 10000010 | 11011100 | 1101101 | 101001 | 0 | 110010 | 1110 | 1101101 | 111101 | 1000001 |
Color Harmonies of #82DC6D
Complementary color
Monochromatic Colors of #82DC6D
Black with #82DC6D
Text Example
Text Example
White with #82DC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DC6D; }
p { color: rgb(130,220,109); }
H1.HeaderClassName
{
color: #82DC6D;
}
.AnyTagClassName
{
color: #82DC6D;
}
</style>
background-color css
<style>
a { background-color: #82DC6D; }
a { background-color: rgb(130,220,109); }
div.DivClassName
{
background-color: #82DC6D;
}
.BgClassName
{
background-color: #82DC6D;
}
</style>
border-color css
<style>
span { border-color: #82DC6D; }
span { border-color: rgb(130,220,109); }
td.TdClassName
{
border-color: #82DC6D;
}
.TagClassName
{
border-color: #82DC6D;
}
</style>