Shades of Chinook #85DF9E
Tints of Chinook #85DF9E
RGB
CMYK
RGB Variations
Color information
#85DF9E (or 0x85DF9E) is known color: Chinook. HEX triplet: 85, DF and 9E. RGB value is (133,223,158). Sum of RGB (Red+Green+Blue) = 133+223+158=514 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.88% from 514); Green value is 223 (87.5% from 255 or 43.39% from 514); Blue value is 158 (62.11% from 255 or 30.74% from 514); Max value from RGB is 223 - color contains mainly: green. Hex color #85DF9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DF9E is #7A2061. Grayscale: #BCBCBC. Windows color (decimal): -8003682 or 10411909. OLE color: 10411909.
HSL color Cylindrical-coordinate representation of color #85DF9E: hue angle of 136.67º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DF9E is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 223 | 158 | - |
| CMYK | 0.40 | 0 | 0.29 | 0.13 |
| HSL | 136.67º | 0.58% | 0.7% | - |
| HSV(B) | 136.67º | 0.4% | 0.87% | - |
| XYZ | 42.23 | 60.23 | 41.75 | - |
| YUV | 188.68 | 110.68 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 223 | 158 | 0.40 | 0 | 0.29 | 0.13 | 136.67 | 0.58 | 0.7 |
| Hex | 85 | DF | 9E | 28 | 0 | 1D | D | 89 | 3A | 46 |
| Octal | 205 | 337 | 236 | 50 | 0 | 35 | 15 | 211 | 72 | 106 |
| Binary | 10000101 | 11011111 | 10011110 | 101000 | 0 | 11101 | 1101 | 10001001 | 111010 | 1000110 |
Color Harmonies of #85DF9E
Complementary color
Monochromatic Colors of #85DF9E
Black with #85DF9E
Text Example
Text Example
White with #85DF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DF9E; }
p { color: rgb(133,223,158); }
H1.HeaderClassName
{
color: #85DF9E;
}
.AnyTagClassName
{
color: #85DF9E;
}
</style>
background-color css
<style>
a { background-color: #85DF9E; }
a { background-color: rgb(133,223,158); }
div.DivClassName
{
background-color: #85DF9E;
}
.BgClassName
{
background-color: #85DF9E;
}
</style>
border-color css
<style>
span { border-color: #85DF9E; }
span { border-color: rgb(133,223,158); }
td.TdClassName
{
border-color: #85DF9E;
}
.TagClassName
{
border-color: #85DF9E;
}
</style>