Shades of Chinook #85DD9E
Tints of Chinook #85DD9E
RGB
CMYK
RGB Variations
Color information
#85DD9E (or 0x85DD9E) is known color: Chinook. HEX triplet: 85, DD and 9E. RGB value is (133,221,158). Sum of RGB (Red+Green+Blue) = 133+221+158=512 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.98% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 158 (62.11% from 255 or 30.86% from 512); Max value from RGB is 221 - color contains mainly: green. Hex color #85DD9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DD9E is #7A2261. Grayscale: #BBBBBB. Windows color (decimal): -8004194 or 10411397. OLE color: 10411397.
HSL color Cylindrical-coordinate representation of color #85DD9E: hue angle of 137.05º degrees, saturation: 0.56, 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 #85DD9E is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 221 | 158 | - |
| CMYK | 0.40 | 0 | 0.29 | 0.13 |
| HSL | 137.05º | 0.56% | 0.69% | - |
| HSV(B) | 137.05º | 0.4% | 0.87% | - |
| XYZ | 41.7 | 59.17 | 41.57 | - |
| YUV | 187.51 | 111.35 | 89.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 221 | 158 | 0.40 | 0 | 0.29 | 0.13 | 137.05 | 0.56 | 0.69 |
| Hex | 85 | DD | 9E | 28 | 0 | 1D | D | 89 | 38 | 45 |
| Octal | 205 | 335 | 236 | 50 | 0 | 35 | 15 | 211 | 70 | 105 |
| Binary | 10000101 | 11011101 | 10011110 | 101000 | 0 | 11101 | 1101 | 10001001 | 111000 | 1000101 |
Color Harmonies of #85DD9E
Complementary color
Monochromatic Colors of #85DD9E
Black with #85DD9E
Text Example
Text Example
White with #85DD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DD9E; }
p { color: rgb(133,221,158); }
H1.HeaderClassName
{
color: #85DD9E;
}
.AnyTagClassName
{
color: #85DD9E;
}
</style>
background-color css
<style>
a { background-color: #85DD9E; }
a { background-color: rgb(133,221,158); }
div.DivClassName
{
background-color: #85DD9E;
}
.BgClassName
{
background-color: #85DD9E;
}
</style>
border-color css
<style>
span { border-color: #85DD9E; }
span { border-color: rgb(133,221,158); }
td.TdClassName
{
border-color: #85DD9E;
}
.TagClassName
{
border-color: #85DD9E;
}
</style>