Shades of Chinook #85DC9E
Tints of Chinook #85DC9E
RGB
CMYK
RGB Variations
Color information
#85DC9E (or 0x85DC9E) is known color: Chinook. HEX triplet: 85, DC and 9E. RGB value is (133,220,158). Sum of RGB (Red+Green+Blue) = 133+220+158=511 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.03% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 158 (62.11% from 255 or 30.92% from 511); Max value from RGB is 220 - color contains mainly: green. Hex color #85DC9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DC9E is #7A2361. Grayscale: #BBBBBB. Windows color (decimal): -8004450 or 10411141. OLE color: 10411141.
HSL color Cylindrical-coordinate representation of color #85DC9E: hue angle of 137.24º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DC9E is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 220 | 158 | - |
| CMYK | 0.40 | 0 | 0.28 | 0.14 |
| HSL | 137.24º | 0.55% | 0.69% | - |
| HSV(B) | 137.24º | 0.4% | 0.86% | - |
| XYZ | 41.44 | 58.64 | 41.48 | - |
| YUV | 186.92 | 111.68 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 220 | 158 | 0.40 | 0 | 0.28 | 0.14 | 137.24 | 0.55 | 0.69 |
| Hex | 85 | DC | 9E | 28 | 0 | 1C | E | 89 | 37 | 45 |
| Octal | 205 | 334 | 236 | 50 | 0 | 34 | 16 | 211 | 67 | 105 |
| Binary | 10000101 | 11011100 | 10011110 | 101000 | 0 | 11100 | 1110 | 10001001 | 110111 | 1000101 |
Color Harmonies of #85DC9E
Complementary color
Monochromatic Colors of #85DC9E
Black with #85DC9E
Text Example
Text Example
White with #85DC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DC9E; }
p { color: rgb(133,220,158); }
H1.HeaderClassName
{
color: #85DC9E;
}
.AnyTagClassName
{
color: #85DC9E;
}
</style>
background-color css
<style>
a { background-color: #85DC9E; }
a { background-color: rgb(133,220,158); }
div.DivClassName
{
background-color: #85DC9E;
}
.BgClassName
{
background-color: #85DC9E;
}
</style>
border-color css
<style>
span { border-color: #85DC9E; }
span { border-color: rgb(133,220,158); }
td.TdClassName
{
border-color: #85DC9E;
}
.TagClassName
{
border-color: #85DC9E;
}
</style>