Shades of Chinook #82D79D
Tints of Chinook #82D79D
RGB
CMYK
RGB Variations
Color information
#82D79D (or 0x82D79D) is known color: Chinook. HEX triplet: 82, D7 and 9D. RGB value is (130,215,157). Sum of RGB (Red+Green+Blue) = 130+215+157=502 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.90% from 502); Green value is 215 (84.38% from 255 or 42.83% from 502); Blue value is 157 (61.72% from 255 or 31.27% from 502); Max value from RGB is 215 - color contains mainly: green. Hex color #82D79D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D79D is #7D2862. Grayscale: #B7B7B7. Windows color (decimal): -8202339 or 10344322. OLE color: 10344322.
HSL color Cylindrical-coordinate representation of color #82D79D: hue angle of 139.06º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82D79D is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 130 | 215 | 157 | - |
| CMYK | 0.40 | 0 | 0.27 | 0.16 |
| HSL | 139.06º | 0.52% | 0.68% | - |
| HSV(B) | 139.06º | 0.4% | 0.84% | - |
| XYZ | 39.59 | 55.78 | 40.58 | - |
| YUV | 182.97 | 113.34 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 215 | 157 | 0.40 | 0 | 0.27 | 0.16 | 139.06 | 0.52 | 0.68 |
| Hex | 82 | D7 | 9D | 28 | 0 | 1B | 10 | 8B | 34 | 44 |
| Octal | 202 | 327 | 235 | 50 | 0 | 33 | 20 | 213 | 64 | 104 |
| Binary | 10000010 | 11010111 | 10011101 | 101000 | 0 | 11011 | 10000 | 10001011 | 110100 | 1000100 |
Color Harmonies of #82D79D
Complementary color
Monochromatic Colors of #82D79D
Black with #82D79D
Text Example
Text Example
White with #82D79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D79D; }
p { color: rgb(130,215,157); }
H1.HeaderClassName
{
color: #82D79D;
}
.AnyTagClassName
{
color: #82D79D;
}
</style>
background-color css
<style>
a { background-color: #82D79D; }
a { background-color: rgb(130,215,157); }
div.DivClassName
{
background-color: #82D79D;
}
.BgClassName
{
background-color: #82D79D;
}
</style>
border-color css
<style>
span { border-color: #82D79D; }
span { border-color: rgb(130,215,157); }
td.TdClassName
{
border-color: #82D79D;
}
.TagClassName
{
border-color: #82D79D;
}
</style>