Shades of Chinook #84DDA0
Tints of Chinook #84DDA0
RGB
CMYK
RGB Variations
Color information
#84DDA0 (or 0x84DDA0) is known color: Chinook. HEX triplet: 84, DD and A0. RGB value is (132,221,160). Sum of RGB (Red+Green+Blue) = 132+221+160=513 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.73% from 513); Green value is 221 (86.72% from 255 or 43.08% from 513); Blue value is 160 (62.89% from 255 or 31.19% from 513); Max value from RGB is 221 - color contains mainly: green. Hex color #84DDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DDA0 is #7B225F. Grayscale: #BBBBBB. Windows color (decimal): -8069728 or 10542468. OLE color: 10542468.
HSL color Cylindrical-coordinate representation of color #84DDA0: hue angle of 138.88º 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 #84DDA0 is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 221 | 160 | - |
| CMYK | 0.40 | 0 | 0.28 | 0.13 |
| HSL | 138.88º | 0.57% | 0.69% | - |
| HSV(B) | 138.88º | 0.4% | 0.87% | - |
| XYZ | 41.72 | 59.16 | 42.48 | - |
| YUV | 187.44 | 112.51 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 221 | 160 | 0.40 | 0 | 0.28 | 0.13 | 138.88 | 0.57 | 0.69 |
| Hex | 84 | DD | A0 | 28 | 0 | 1C | D | 8B | 39 | 45 |
| Octal | 204 | 335 | 240 | 50 | 0 | 34 | 15 | 213 | 71 | 105 |
| Binary | 10000100 | 11011101 | 10100000 | 101000 | 0 | 11100 | 1101 | 10001011 | 111001 | 1000101 |
Color Harmonies of #84DDA0
Complementary color
Monochromatic Colors of #84DDA0
Black with #84DDA0
Text Example
Text Example
White with #84DDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DDA0; }
p { color: rgb(132,221,160); }
H1.HeaderClassName
{
color: #84DDA0;
}
.AnyTagClassName
{
color: #84DDA0;
}
</style>
background-color css
<style>
a { background-color: #84DDA0; }
a { background-color: rgb(132,221,160); }
div.DivClassName
{
background-color: #84DDA0;
}
.BgClassName
{
background-color: #84DDA0;
}
</style>
border-color css
<style>
span { border-color: #84DDA0; }
span { border-color: rgb(132,221,160); }
td.TdClassName
{
border-color: #84DDA0;
}
.TagClassName
{
border-color: #84DDA0;
}
</style>