Shades of Chinook #84D99D
Tints of Chinook #84D99D
RGB
CMYK
RGB Variations
Color information
#84D99D (or 0x84D99D) is known color: Chinook. HEX triplet: 84, D9 and 9D. RGB value is (132,217,157). Sum of RGB (Red+Green+Blue) = 132+217+157=506 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.09% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 157 (61.72% from 255 or 31.03% from 506); Max value from RGB is 217 - color contains mainly: green. Hex color #84D99D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D99D is #7B2662. Grayscale: #B8B8B8. Windows color (decimal): -8070755 or 10344836. OLE color: 10344836.
HSL color Cylindrical-coordinate representation of color #84D99D: hue angle of 137.65º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84D99D is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 217 | 157 | - |
| CMYK | 0.39 | 0 | 0.28 | 0.15 |
| HSL | 137.65º | 0.53% | 0.68% | - |
| HSV(B) | 137.65º | 0.39% | 0.85% | - |
| XYZ | 40.41 | 56.97 | 40.76 | - |
| YUV | 184.75 | 112.34 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 217 | 157 | 0.39 | 0 | 0.28 | 0.15 | 137.65 | 0.53 | 0.68 |
| Hex | 84 | D9 | 9D | 27 | 0 | 1C | F | 8A | 35 | 44 |
| Octal | 204 | 331 | 235 | 47 | 0 | 34 | 17 | 212 | 65 | 104 |
| Binary | 10000100 | 11011001 | 10011101 | 100111 | 0 | 11100 | 1111 | 10001010 | 110101 | 1000100 |
Color Harmonies of #84D99D
Complementary color
Monochromatic Colors of #84D99D
Black with #84D99D
Text Example
Text Example
White with #84D99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D99D; }
p { color: rgb(132,217,157); }
H1.HeaderClassName
{
color: #84D99D;
}
.AnyTagClassName
{
color: #84D99D;
}
</style>
background-color css
<style>
a { background-color: #84D99D; }
a { background-color: rgb(132,217,157); }
div.DivClassName
{
background-color: #84D99D;
}
.BgClassName
{
background-color: #84D99D;
}
</style>
border-color css
<style>
span { border-color: #84D99D; }
span { border-color: rgb(132,217,157); }
td.TdClassName
{
border-color: #84D99D;
}
.TagClassName
{
border-color: #84D99D;
}
</style>