Shades of Chinook #84DD9C
Tints of Chinook #84DD9C
RGB
CMYK
RGB Variations
Color information
#84DD9C (or 0x84DD9C) is known color: Chinook. HEX triplet: 84, DD and 9C. RGB value is (132,221,156). Sum of RGB (Red+Green+Blue) = 132+221+156=509 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.93% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 156 (61.33% from 255 or 30.65% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #84DD9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DD9C is #7B2263. Grayscale: #BBBBBB. Windows color (decimal): -8069732 or 10280324. OLE color: 10280324.
HSL color Cylindrical-coordinate representation of color #84DD9C: hue angle of 136.18º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84DD9C is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 221 | 156 | - |
| CMYK | 0.40 | 0 | 0.29 | 0.13 |
| HSL | 136.18º | 0.57% | 0.69% | - |
| HSV(B) | 136.18º | 0.4% | 0.87% | - |
| XYZ | 41.37 | 59.02 | 40.66 | - |
| YUV | 186.98 | 110.51 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 221 | 156 | 0.40 | 0 | 0.29 | 0.13 | 136.18 | 0.57 | 0.69 |
| Hex | 84 | DD | 9C | 28 | 0 | 1D | D | 88 | 39 | 45 |
| Octal | 204 | 335 | 234 | 50 | 0 | 35 | 15 | 210 | 71 | 105 |
| Binary | 10000100 | 11011101 | 10011100 | 101000 | 0 | 11101 | 1101 | 10001000 | 111001 | 1000101 |
Color Harmonies of #84DD9C
Complementary color
Monochromatic Colors of #84DD9C
Black with #84DD9C
Text Example
Text Example
White with #84DD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DD9C; }
p { color: rgb(132,221,156); }
H1.HeaderClassName
{
color: #84DD9C;
}
.AnyTagClassName
{
color: #84DD9C;
}
</style>
background-color css
<style>
a { background-color: #84DD9C; }
a { background-color: rgb(132,221,156); }
div.DivClassName
{
background-color: #84DD9C;
}
.BgClassName
{
background-color: #84DD9C;
}
</style>
border-color css
<style>
span { border-color: #84DD9C; }
span { border-color: rgb(132,221,156); }
td.TdClassName
{
border-color: #84DD9C;
}
.TagClassName
{
border-color: #84DD9C;
}
</style>