Shades of Summer Green #82D19B
Tints of Summer Green #82D19B
RGB
CMYK
RGB Variations
Color information
#82D19B (or 0x82D19B) is known color: Summer Green. HEX triplet: 82, D1 and 9B. RGB value is (130,209,155). Sum of RGB (Red+Green+Blue) = 130+209+155=494 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.32% from 494); Green value is 209 (82.03% from 255 or 42.31% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 209 - color contains mainly: green. Hex color #82D19B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D19B is #7D2E64. Grayscale: #B3B3B3. Windows color (decimal): -8203877 or 10211714. OLE color: 10211714.
HSL color Cylindrical-coordinate representation of color #82D19B: hue angle of 138.99º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82D19B is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 130 | 209 | 155 | - |
| CMYK | 0.38 | 0 | 0.26 | 0.18 |
| HSL | 138.99º | 0.46% | 0.66% | - |
| HSV(B) | 138.99º | 0.38% | 0.82% | - |
| XYZ | 37.92 | 52.71 | 39.19 | - |
| YUV | 179.22 | 114.33 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 209 | 155 | 0.38 | 0 | 0.26 | 0.18 | 138.99 | 0.46 | 0.66 |
| Hex | 82 | D1 | 9B | 26 | 0 | 1A | 12 | 8B | 2E | 42 |
| Octal | 202 | 321 | 233 | 46 | 0 | 32 | 22 | 213 | 56 | 102 |
| Binary | 10000010 | 11010001 | 10011011 | 100110 | 0 | 11010 | 10010 | 10001011 | 101110 | 1000010 |
Color Harmonies of #82D19B
Complementary color
Monochromatic Colors of #82D19B
Black with #82D19B
Text Example
Text Example
White with #82D19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D19B; }
p { color: rgb(130,209,155); }
H1.HeaderClassName
{
color: #82D19B;
}
.AnyTagClassName
{
color: #82D19B;
}
</style>
background-color css
<style>
a { background-color: #82D19B; }
a { background-color: rgb(130,209,155); }
div.DivClassName
{
background-color: #82D19B;
}
.BgClassName
{
background-color: #82D19B;
}
</style>
border-color css
<style>
span { border-color: #82D19B; }
span { border-color: rgb(130,209,155); }
td.TdClassName
{
border-color: #82D19B;
}
.TagClassName
{
border-color: #82D19B;
}
</style>