Shades of Chinook #8DDC9D
Tints of Chinook #8DDC9D
RGB
CMYK
RGB Variations
Color information
#8DDC9D (or 0x8DDC9D) is known color: Chinook. HEX triplet: 8D, DC and 9D. RGB value is (141,220,157). Sum of RGB (Red+Green+Blue) = 141+220+157=518 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.22% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 157 (61.72% from 255 or 30.31% from 518); Max value from RGB is 220 - color contains mainly: green. Hex color #8DDC9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDC9D is #722362. Grayscale: #BDBDBD. Windows color (decimal): -7480163 or 10345613. OLE color: 10345613.
HSL color Cylindrical-coordinate representation of color #8DDC9D: hue angle of 132.15º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DDC9D is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 220 | 157 | - |
| CMYK | 0.36 | 0 | 0.29 | 0.14 |
| HSL | 132.15º | 0.53% | 0.71% | - |
| HSV(B) | 132.15º | 0.36% | 0.86% | - |
| XYZ | 42.66 | 59.28 | 41.09 | - |
| YUV | 189.2 | 109.83 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 220 | 157 | 0.36 | 0 | 0.29 | 0.14 | 132.15 | 0.53 | 0.71 |
| Hex | 8D | DC | 9D | 24 | 0 | 1D | E | 84 | 35 | 47 |
| Octal | 215 | 334 | 235 | 44 | 0 | 35 | 16 | 204 | 65 | 107 |
| Binary | 10001101 | 11011100 | 10011101 | 100100 | 0 | 11101 | 1110 | 10000100 | 110101 | 1000111 |
Color Harmonies of #8DDC9D
Complementary color
Monochromatic Colors of #8DDC9D
Black with #8DDC9D
Text Example
Text Example
White with #8DDC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDC9D; }
p { color: rgb(141,220,157); }
H1.HeaderClassName
{
color: #8DDC9D;
}
.AnyTagClassName
{
color: #8DDC9D;
}
</style>
background-color css
<style>
a { background-color: #8DDC9D; }
a { background-color: rgb(141,220,157); }
div.DivClassName
{
background-color: #8DDC9D;
}
.BgClassName
{
background-color: #8DDC9D;
}
</style>
border-color css
<style>
span { border-color: #8DDC9D; }
span { border-color: rgb(141,220,157); }
td.TdClassName
{
border-color: #8DDC9D;
}
.TagClassName
{
border-color: #8DDC9D;
}
</style>