Shades of Chinook #8DD89E
Tints of Chinook #8DD89E
RGB
CMYK
RGB Variations
Color information
#8DD89E (or 0x8DD89E) is known color: Chinook. HEX triplet: 8D, D8 and 9E. RGB value is (141,216,158). Sum of RGB (Red+Green+Blue) = 141+216+158=515 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.38% from 515); Green value is 216 (84.77% from 255 or 41.94% from 515); Blue value is 158 (62.11% from 255 or 30.68% from 515); Max value from RGB is 216 - color contains mainly: green. Hex color #8DD89E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD89E is #722761. Grayscale: #BBBBBB. Windows color (decimal): -7481186 or 10410125. OLE color: 10410125.
HSL color Cylindrical-coordinate representation of color #8DD89E: hue angle of 133.6º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DD89E is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 216 | 158 | - |
| CMYK | 0.35 | 0 | 0.27 | 0.15 |
| HSL | 133.6º | 0.49% | 0.7% | - |
| HSV(B) | 133.6º | 0.35% | 0.85% | - |
| XYZ | 41.71 | 57.24 | 41.2 | - |
| YUV | 186.96 | 111.65 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 216 | 158 | 0.35 | 0 | 0.27 | 0.15 | 133.6 | 0.49 | 0.7 |
| Hex | 8D | D8 | 9E | 23 | 0 | 1B | F | 86 | 31 | 46 |
| Octal | 215 | 330 | 236 | 43 | 0 | 33 | 17 | 206 | 61 | 106 |
| Binary | 10001101 | 11011000 | 10011110 | 100011 | 0 | 11011 | 1111 | 10000110 | 110001 | 1000110 |
Color Harmonies of #8DD89E
Complementary color
Monochromatic Colors of #8DD89E
Black with #8DD89E
Text Example
Text Example
White with #8DD89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD89E; }
p { color: rgb(141,216,158); }
H1.HeaderClassName
{
color: #8DD89E;
}
.AnyTagClassName
{
color: #8DD89E;
}
</style>
background-color css
<style>
a { background-color: #8DD89E; }
a { background-color: rgb(141,216,158); }
div.DivClassName
{
background-color: #8DD89E;
}
.BgClassName
{
background-color: #8DD89E;
}
</style>
border-color css
<style>
span { border-color: #8DD89E; }
span { border-color: rgb(141,216,158); }
td.TdClassName
{
border-color: #8DD89E;
}
.TagClassName
{
border-color: #8DD89E;
}
</style>