Shades of Chinook #85DB9D
Tints of Chinook #85DB9D
RGB
CMYK
RGB Variations
Color information
#85DB9D (or 0x85DB9D) is known color: Chinook. HEX triplet: 85, DB and 9D. RGB value is (133,219,157). Sum of RGB (Red+Green+Blue) = 133+219+157=509 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.13% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 157 (61.72% from 255 or 30.84% from 509); Max value from RGB is 219 - color contains mainly: green. Hex color #85DB9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DB9D is #7A2462. Grayscale: #BABABA. Windows color (decimal): -8004707 or 10345349. OLE color: 10345349.
HSL color Cylindrical-coordinate representation of color #85DB9D: hue angle of 136.74º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85DB9D is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 219 | 157 | - |
| CMYK | 0.39 | 0 | 0.28 | 0.14 |
| HSL | 136.74º | 0.54% | 0.69% | - |
| HSV(B) | 136.74º | 0.39% | 0.86% | - |
| XYZ | 41.09 | 58.08 | 40.94 | - |
| YUV | 186.22 | 111.51 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 219 | 157 | 0.39 | 0 | 0.28 | 0.14 | 136.74 | 0.54 | 0.69 |
| Hex | 85 | DB | 9D | 27 | 0 | 1C | E | 89 | 36 | 45 |
| Octal | 205 | 333 | 235 | 47 | 0 | 34 | 16 | 211 | 66 | 105 |
| Binary | 10000101 | 11011011 | 10011101 | 100111 | 0 | 11100 | 1110 | 10001001 | 110110 | 1000101 |
Color Harmonies of #85DB9D
Complementary color
Monochromatic Colors of #85DB9D
Black with #85DB9D
Text Example
Text Example
White with #85DB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DB9D; }
p { color: rgb(133,219,157); }
H1.HeaderClassName
{
color: #85DB9D;
}
.AnyTagClassName
{
color: #85DB9D;
}
</style>
background-color css
<style>
a { background-color: #85DB9D; }
a { background-color: rgb(133,219,157); }
div.DivClassName
{
background-color: #85DB9D;
}
.BgClassName
{
background-color: #85DB9D;
}
</style>
border-color css
<style>
span { border-color: #85DB9D; }
span { border-color: rgb(133,219,157); }
td.TdClassName
{
border-color: #85DB9D;
}
.TagClassName
{
border-color: #85DB9D;
}
</style>