Shades of Chinook #84DD9A
Tints of Chinook #84DD9A
RGB
CMYK
RGB Variations
Color information
#84DD9A (or 0x84DD9A) is known color: Chinook. HEX triplet: 84, DD and 9A. RGB value is (132,221,154). Sum of RGB (Red+Green+Blue) = 132+221+154=507 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.04% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 154 (60.55% from 255 or 30.37% from 507); Max value from RGB is 221 - color contains mainly: green. Hex color #84DD9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DD9A is #7B2265. Grayscale: #BABABA. Windows color (decimal): -8069734 or 10149252. OLE color: 10149252.
HSL color Cylindrical-coordinate representation of color #84DD9A: hue angle of 134.83º 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 #84DD9A is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 221 | 154 | - |
| CMYK | 0.40 | 0 | 0.30 | 0.13 |
| HSL | 134.83º | 0.57% | 0.69% | - |
| HSV(B) | 134.83º | 0.4% | 0.87% | - |
| XYZ | 41.2 | 58.95 | 39.78 | - |
| YUV | 186.75 | 109.51 | 88.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 221 | 154 | 0.40 | 0 | 0.30 | 0.13 | 134.83 | 0.57 | 0.69 |
| Hex | 84 | DD | 9A | 28 | 0 | 1E | D | 87 | 39 | 45 |
| Octal | 204 | 335 | 232 | 50 | 0 | 36 | 15 | 207 | 71 | 105 |
| Binary | 10000100 | 11011101 | 10011010 | 101000 | 0 | 11110 | 1101 | 10000111 | 111001 | 1000101 |
Color Harmonies of #84DD9A
Complementary color
Monochromatic Colors of #84DD9A
Black with #84DD9A
Text Example
Text Example
White with #84DD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DD9A; }
p { color: rgb(132,221,154); }
H1.HeaderClassName
{
color: #84DD9A;
}
.AnyTagClassName
{
color: #84DD9A;
}
</style>
background-color css
<style>
a { background-color: #84DD9A; }
a { background-color: rgb(132,221,154); }
div.DivClassName
{
background-color: #84DD9A;
}
.BgClassName
{
background-color: #84DD9A;
}
</style>
border-color css
<style>
span { border-color: #84DD9A; }
span { border-color: rgb(132,221,154); }
td.TdClassName
{
border-color: #84DD9A;
}
.TagClassName
{
border-color: #84DD9A;
}
</style>