Shades of Chinook #8DD997
Tints of Chinook #8DD997
RGB
CMYK
RGB Variations
Color information
#8DD997 (or 0x8DD997) is known color: Chinook. HEX triplet: 8D, D9 and 97. RGB value is (141,217,151). Sum of RGB (Red+Green+Blue) = 141+217+151=509 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.70% from 509); Green value is 217 (85.16% from 255 or 42.63% from 509); Blue value is 151 (59.38% from 255 or 29.67% from 509); Max value from RGB is 217 - color contains mainly: green. Hex color #8DD997 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD997 is #722668. Grayscale: #BABABA. Windows color (decimal): -7480937 or 9951629. OLE color: 9951629.
HSL color Cylindrical-coordinate representation of color #8DD997: hue angle of 127.89º degrees, saturation: 0.5, 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 #8DD997 is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 217 | 151 | - |
| CMYK | 0.35 | 0 | 0.30 | 0.15 |
| HSL | 127.89º | 0.5% | 0.7% | - |
| HSV(B) | 127.89º | 0.35% | 0.85% | - |
| XYZ | 41.38 | 57.52 | 38.2 | - |
| YUV | 186.75 | 107.82 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 217 | 151 | 0.35 | 0 | 0.30 | 0.15 | 127.89 | 0.5 | 0.7 |
| Hex | 8D | D9 | 97 | 23 | 0 | 1E | F | 80 | 32 | 46 |
| Octal | 215 | 331 | 227 | 43 | 0 | 36 | 17 | 200 | 62 | 106 |
| Binary | 10001101 | 11011001 | 10010111 | 100011 | 0 | 11110 | 1111 | 10000000 | 110010 | 1000110 |
Color Harmonies of #8DD997
Complementary color
Monochromatic Colors of #8DD997
Black with #8DD997
Text Example
Text Example
White with #8DD997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD997; }
p { color: rgb(141,217,151); }
H1.HeaderClassName
{
color: #8DD997;
}
.AnyTagClassName
{
color: #8DD997;
}
</style>
background-color css
<style>
a { background-color: #8DD997; }
a { background-color: rgb(141,217,151); }
div.DivClassName
{
background-color: #8DD997;
}
.BgClassName
{
background-color: #8DD997;
}
</style>
border-color css
<style>
span { border-color: #8DD997; }
span { border-color: rgb(141,217,151); }
td.TdClassName
{
border-color: #8DD997;
}
.TagClassName
{
border-color: #8DD997;
}
</style>