Shades of Chinook #82DC9D
Tints of Chinook #82DC9D
RGB
CMYK
RGB Variations
Color information
#82DC9D (or 0x82DC9D) is known color: Chinook. HEX triplet: 82, DC and 9D. RGB value is (130,220,157). Sum of RGB (Red+Green+Blue) = 130+220+157=507 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.64% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 157 (61.72% from 255 or 30.97% from 507); Max value from RGB is 220 - color contains mainly: green. Hex color #82DC9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DC9D is #7D2362. Grayscale: #BABABA. Windows color (decimal): -8201059 or 10345602. OLE color: 10345602.
HSL color Cylindrical-coordinate representation of color #82DC9D: hue angle of 138º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82DC9D is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 220 | 157 | - |
| CMYK | 0.41 | 0 | 0.29 | 0.14 |
| HSL | 138º | 0.56% | 0.69% | - |
| HSV(B) | 138º | 0.41% | 0.86% | - |
| XYZ | 40.88 | 58.37 | 41.01 | - |
| YUV | 185.91 | 111.68 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 220 | 157 | 0.41 | 0 | 0.29 | 0.14 | 138 | 0.56 | 0.69 |
| Hex | 82 | DC | 9D | 29 | 0 | 1D | E | 8A | 38 | 45 |
| Octal | 202 | 334 | 235 | 51 | 0 | 35 | 16 | 212 | 70 | 105 |
| Binary | 10000010 | 11011100 | 10011101 | 101001 | 0 | 11101 | 1110 | 10001010 | 111000 | 1000101 |
Color Harmonies of #82DC9D
Complementary color
Monochromatic Colors of #82DC9D
Black with #82DC9D
Text Example
Text Example
White with #82DC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DC9D; }
p { color: rgb(130,220,157); }
H1.HeaderClassName
{
color: #82DC9D;
}
.AnyTagClassName
{
color: #82DC9D;
}
</style>
background-color css
<style>
a { background-color: #82DC9D; }
a { background-color: rgb(130,220,157); }
div.DivClassName
{
background-color: #82DC9D;
}
.BgClassName
{
background-color: #82DC9D;
}
</style>
border-color css
<style>
span { border-color: #82DC9D; }
span { border-color: rgb(130,220,157); }
td.TdClassName
{
border-color: #82DC9D;
}
.TagClassName
{
border-color: #82DC9D;
}
</style>