Shades of Chinook #84DD9F
Tints of Chinook #84DD9F
RGB
CMYK
RGB Variations
Color information
#84DD9F (or 0x84DD9F) is known color: Chinook. HEX triplet: 84, DD and 9F. RGB value is (132,221,159). Sum of RGB (Red+Green+Blue) = 132+221+159=512 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.78% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 159 (62.5% from 255 or 31.05% from 512); Max value from RGB is 221 - color contains mainly: green. Hex color #84DD9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DD9F is #7B2260. Grayscale: #BBBBBB. Windows color (decimal): -8069729 or 10476932. OLE color: 10476932.
HSL color Cylindrical-coordinate representation of color #84DD9F: hue angle of 138.2º 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 #84DD9F is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 221 | 159 | - |
| CMYK | 0.40 | 0 | 0.28 | 0.13 |
| HSL | 138.2º | 0.57% | 0.69% | - |
| HSV(B) | 138.2º | 0.4% | 0.87% | - |
| XYZ | 41.63 | 59.12 | 42.02 | - |
| YUV | 187.32 | 112.01 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 221 | 159 | 0.40 | 0 | 0.28 | 0.13 | 138.2 | 0.57 | 0.69 |
| Hex | 84 | DD | 9F | 28 | 0 | 1C | D | 8A | 39 | 45 |
| Octal | 204 | 335 | 237 | 50 | 0 | 34 | 15 | 212 | 71 | 105 |
| Binary | 10000100 | 11011101 | 10011111 | 101000 | 0 | 11100 | 1101 | 10001010 | 111001 | 1000101 |
Color Harmonies of #84DD9F
Complementary color
Monochromatic Colors of #84DD9F
Black with #84DD9F
Text Example
Text Example
White with #84DD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DD9F; }
p { color: rgb(132,221,159); }
H1.HeaderClassName
{
color: #84DD9F;
}
.AnyTagClassName
{
color: #84DD9F;
}
</style>
background-color css
<style>
a { background-color: #84DD9F; }
a { background-color: rgb(132,221,159); }
div.DivClassName
{
background-color: #84DD9F;
}
.BgClassName
{
background-color: #84DD9F;
}
</style>
border-color css
<style>
span { border-color: #84DD9F; }
span { border-color: rgb(132,221,159); }
td.TdClassName
{
border-color: #84DD9F;
}
.TagClassName
{
border-color: #84DD9F;
}
</style>