Shades of Pastel Green #82DD6A
Tints of Pastel Green #82DD6A
RGB
CMYK
RGB Variations
Color information
#82DD6A (or 0x82DD6A) is known color: Pastel Green. HEX triplet: 82, DD and 6A. RGB value is (130,221,106). Sum of RGB (Red+Green+Blue) = 130+221+106=457 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.45% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 106 (41.80% from 255 or 23.19% from 457); Max value from RGB is 221 - color contains mainly: green. Hex color #82DD6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82DD6A is #7D2295. Grayscale: #B5B5B5. Windows color (decimal): -8200854 or 7003522. OLE color: 7003522.
HSL color Cylindrical-coordinate representation of color #82DD6A: hue angle of 107.48º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #82DD6A is Cyan = 0.41, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 221 | 106 | - |
| CMYK | 0.41 | 0 | 0.52 | 0.13 |
| HSL | 107.48º | 0.63% | 0.64% | - |
| HSV(B) | 107.48º | 0.52% | 0.87% | - |
| XYZ | 37.66 | 57.5 | 22.75 | - |
| YUV | 180.68 | 85.85 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 221 | 106 | 0.41 | 0 | 0.52 | 0.13 | 107.48 | 0.63 | 0.64 |
| Hex | 82 | DD | 6A | 29 | 0 | 34 | D | 6B | 3F | 40 |
| Octal | 202 | 335 | 152 | 51 | 0 | 64 | 15 | 153 | 77 | 100 |
| Binary | 10000010 | 11011101 | 1101010 | 101001 | 0 | 110100 | 1101 | 1101011 | 111111 | 1000000 |
Color Harmonies of #82DD6A
Complementary color
Monochromatic Colors of #82DD6A
Black with #82DD6A
Text Example
Text Example
White with #82DD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DD6A; }
p { color: rgb(130,221,106); }
H1.HeaderClassName
{
color: #82DD6A;
}
.AnyTagClassName
{
color: #82DD6A;
}
</style>
background-color css
<style>
a { background-color: #82DD6A; }
a { background-color: rgb(130,221,106); }
div.DivClassName
{
background-color: #82DD6A;
}
.BgClassName
{
background-color: #82DD6A;
}
</style>
border-color css
<style>
span { border-color: #82DD6A; }
span { border-color: rgb(130,221,106); }
td.TdClassName
{
border-color: #82DD6A;
}
.TagClassName
{
border-color: #82DD6A;
}
</style>