Shades of Summer Green #82D29D
Tints of Summer Green #82D29D
RGB
CMYK
RGB Variations
Color information
#82D29D (or 0x82D29D) is known color: Summer Green. HEX triplet: 82, D2 and 9D. RGB value is (130,210,157). Sum of RGB (Red+Green+Blue) = 130+210+157=497 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.16% from 497); Green value is 210 (82.42% from 255 or 42.25% from 497); Blue value is 157 (61.72% from 255 or 31.59% from 497); Max value from RGB is 210 - color contains mainly: green. Hex color #82D29D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D29D is #7D2D62. Grayscale: #B4B4B4. Windows color (decimal): -8203619 or 10343042. OLE color: 10343042.
HSL color Cylindrical-coordinate representation of color #82D29D: hue angle of 140.25º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82D29D is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 130 | 210 | 157 | - |
| CMYK | 0.38 | 0 | 0.25 | 0.18 |
| HSL | 140.25º | 0.47% | 0.67% | - |
| HSV(B) | 140.25º | 0.38% | 0.82% | - |
| XYZ | 38.34 | 53.27 | 40.16 | - |
| YUV | 180.04 | 115 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 210 | 157 | 0.38 | 0 | 0.25 | 0.18 | 140.25 | 0.47 | 0.67 |
| Hex | 82 | D2 | 9D | 26 | 0 | 19 | 12 | 8C | 2F | 43 |
| Octal | 202 | 322 | 235 | 46 | 0 | 31 | 22 | 214 | 57 | 103 |
| Binary | 10000010 | 11010010 | 10011101 | 100110 | 0 | 11001 | 10010 | 10001100 | 101111 | 1000011 |
Color Harmonies of #82D29D
Complementary color
Monochromatic Colors of #82D29D
Black with #82D29D
Text Example
Text Example
White with #82D29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D29D; }
p { color: rgb(130,210,157); }
H1.HeaderClassName
{
color: #82D29D;
}
.AnyTagClassName
{
color: #82D29D;
}
</style>
background-color css
<style>
a { background-color: #82D29D; }
a { background-color: rgb(130,210,157); }
div.DivClassName
{
background-color: #82D29D;
}
.BgClassName
{
background-color: #82D29D;
}
</style>
border-color css
<style>
span { border-color: #82D29D; }
span { border-color: rgb(130,210,157); }
td.TdClassName
{
border-color: #82D29D;
}
.TagClassName
{
border-color: #82D29D;
}
</style>