Shades of Chinook #82D49B
Tints of Chinook #82D49B
RGB
CMYK
RGB Variations
Color information
#82D49B (or 0x82D49B) is known color: Chinook. HEX triplet: 82, D4 and 9B. RGB value is (130,212,155). Sum of RGB (Red+Green+Blue) = 130+212+155=497 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.16% from 497); Green value is 212 (83.20% from 255 or 42.66% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 212 - color contains mainly: green. Hex color #82D49B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D49B is #7D2B64. Grayscale: #B5B5B5. Windows color (decimal): -8203109 or 10212482. OLE color: 10212482.
HSL color Cylindrical-coordinate representation of color #82D49B: hue angle of 138.29º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82D49B is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 130 | 212 | 155 | - |
| CMYK | 0.39 | 0 | 0.27 | 0.17 |
| HSL | 138.29º | 0.49% | 0.67% | - |
| HSV(B) | 138.29º | 0.39% | 0.83% | - |
| XYZ | 38.67 | 54.2 | 39.43 | - |
| YUV | 180.98 | 113.33 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 212 | 155 | 0.39 | 0 | 0.27 | 0.17 | 138.29 | 0.49 | 0.67 |
| Hex | 82 | D4 | 9B | 27 | 0 | 1B | 11 | 8A | 31 | 43 |
| Octal | 202 | 324 | 233 | 47 | 0 | 33 | 21 | 212 | 61 | 103 |
| Binary | 10000010 | 11010100 | 10011011 | 100111 | 0 | 11011 | 10001 | 10001010 | 110001 | 1000011 |
Color Harmonies of #82D49B
Complementary color
Monochromatic Colors of #82D49B
Black with #82D49B
Text Example
Text Example
White with #82D49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D49B; }
p { color: rgb(130,212,155); }
H1.HeaderClassName
{
color: #82D49B;
}
.AnyTagClassName
{
color: #82D49B;
}
</style>
background-color css
<style>
a { background-color: #82D49B; }
a { background-color: rgb(130,212,155); }
div.DivClassName
{
background-color: #82D49B;
}
.BgClassName
{
background-color: #82D49B;
}
</style>
border-color css
<style>
span { border-color: #82D49B; }
span { border-color: rgb(130,212,155); }
td.TdClassName
{
border-color: #82D49B;
}
.TagClassName
{
border-color: #82D49B;
}
</style>