Shades of Pastel Green #82D66B
Tints of Pastel Green #82D66B
RGB
CMYK
RGB Variations
Color information
#82D66B (or 0x82D66B) is known color: Pastel Green. HEX triplet: 82, D6 and 6B. RGB value is (130,214,107). Sum of RGB (Red+Green+Blue) = 130+214+107=451 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.82% from 451); Green value is 214 (83.98% from 255 or 47.45% from 451); Blue value is 107 (42.19% from 255 or 23.73% from 451); Max value from RGB is 214 - color contains mainly: green. Hex color #82D66B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D66B is #7D2994. Grayscale: #B1B1B1. Windows color (decimal): -8202645 or 7067266. OLE color: 7067266.
HSL color Cylindrical-coordinate representation of color #82D66B: hue angle of 107.1º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #82D66B is Cyan = 0.39, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 130 | 214 | 107 | - |
| CMYK | 0.39 | 0 | 0.50 | 0.16 |
| HSL | 107.1º | 0.57% | 0.63% | - |
| HSV(B) | 107.1º | 0.5% | 0.84% | - |
| XYZ | 35.91 | 53.9 | 22.42 | - |
| YUV | 176.69 | 88.67 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 214 | 107 | 0.39 | 0 | 0.50 | 0.16 | 107.1 | 0.57 | 0.63 |
| Hex | 82 | D6 | 6B | 27 | 0 | 32 | 10 | 6B | 39 | 3F |
| Octal | 202 | 326 | 153 | 47 | 0 | 62 | 20 | 153 | 71 | 77 |
| Binary | 10000010 | 11010110 | 1101011 | 100111 | 0 | 110010 | 10000 | 1101011 | 111001 | 111111 |
Color Harmonies of #82D66B
Complementary color
Monochromatic Colors of #82D66B
Black with #82D66B
Text Example
Text Example
White with #82D66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D66B; }
p { color: rgb(130,214,107); }
H1.HeaderClassName
{
color: #82D66B;
}
.AnyTagClassName
{
color: #82D66B;
}
</style>
background-color css
<style>
a { background-color: #82D66B; }
a { background-color: rgb(130,214,107); }
div.DivClassName
{
background-color: #82D66B;
}
.BgClassName
{
background-color: #82D66B;
}
</style>
border-color css
<style>
span { border-color: #82D66B; }
span { border-color: rgb(130,214,107); }
td.TdClassName
{
border-color: #82D66B;
}
.TagClassName
{
border-color: #82D66B;
}
</style>