Shades of Chinook #84DD9E
Tints of Chinook #84DD9E
RGB
CMYK
RGB Variations
Color information
#84DD9E (or 0x84DD9E) is known color: Chinook. HEX triplet: 84, DD and 9E. RGB value is (132,221,158). Sum of RGB (Red+Green+Blue) = 132+221+158=511 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.83% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 158 (62.11% from 255 or 30.92% from 511); Max value from RGB is 221 - color contains mainly: green. Hex color #84DD9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DD9E is #7B2261. Grayscale: #BBBBBB. Windows color (decimal): -8069730 or 10411396. OLE color: 10411396.
HSL color Cylindrical-coordinate representation of color #84DD9E: hue angle of 137.53º 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 #84DD9E is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 221 | 158 | - |
| CMYK | 0.40 | 0 | 0.29 | 0.13 |
| HSL | 137.53º | 0.57% | 0.69% | - |
| HSV(B) | 137.53º | 0.4% | 0.87% | - |
| XYZ | 41.54 | 59.09 | 41.56 | - |
| YUV | 187.21 | 111.51 | 88.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 221 | 158 | 0.40 | 0 | 0.29 | 0.13 | 137.53 | 0.57 | 0.69 |
| Hex | 84 | DD | 9E | 28 | 0 | 1D | D | 8A | 39 | 45 |
| Octal | 204 | 335 | 236 | 50 | 0 | 35 | 15 | 212 | 71 | 105 |
| Binary | 10000100 | 11011101 | 10011110 | 101000 | 0 | 11101 | 1101 | 10001010 | 111001 | 1000101 |
Color Harmonies of #84DD9E
Complementary color
Monochromatic Colors of #84DD9E
Black with #84DD9E
Text Example
Text Example
White with #84DD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DD9E; }
p { color: rgb(132,221,158); }
H1.HeaderClassName
{
color: #84DD9E;
}
.AnyTagClassName
{
color: #84DD9E;
}
</style>
background-color css
<style>
a { background-color: #84DD9E; }
a { background-color: rgb(132,221,158); }
div.DivClassName
{
background-color: #84DD9E;
}
.BgClassName
{
background-color: #84DD9E;
}
</style>
border-color css
<style>
span { border-color: #84DD9E; }
span { border-color: rgb(132,221,158); }
td.TdClassName
{
border-color: #84DD9E;
}
.TagClassName
{
border-color: #84DD9E;
}
</style>