Shades of Chinook #85D99D
Tints of Chinook #85D99D
RGB
CMYK
RGB Variations
Color information
#85D99D (or 0x85D99D) is known color: Chinook. HEX triplet: 85, D9 and 9D. RGB value is (133,217,157). Sum of RGB (Red+Green+Blue) = 133+217+157=507 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.23% from 507); Green value is 217 (85.16% from 255 or 42.80% from 507); Blue value is 157 (61.72% from 255 or 30.97% from 507); Max value from RGB is 217 - color contains mainly: green. Hex color #85D99D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D99D is #7A2662. Grayscale: #B9B9B9. Windows color (decimal): -8005219 or 10344837. OLE color: 10344837.
HSL color Cylindrical-coordinate representation of color #85D99D: hue angle of 137.14º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85D99D is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 217 | 157 | - |
| CMYK | 0.39 | 0 | 0.28 | 0.15 |
| HSL | 137.14º | 0.53% | 0.69% | - |
| HSV(B) | 137.14º | 0.39% | 0.85% | - |
| XYZ | 40.57 | 57.05 | 40.77 | - |
| YUV | 185.04 | 112.17 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 217 | 157 | 0.39 | 0 | 0.28 | 0.15 | 137.14 | 0.53 | 0.69 |
| Hex | 85 | D9 | 9D | 27 | 0 | 1C | F | 89 | 34 | 45 |
| Octal | 205 | 331 | 235 | 47 | 0 | 34 | 17 | 211 | 64 | 105 |
| Binary | 10000101 | 11011001 | 10011101 | 100111 | 0 | 11100 | 1111 | 10001001 | 110100 | 1000101 |
Color Harmonies of #85D99D
Complementary color
Monochromatic Colors of #85D99D
Black with #85D99D
Text Example
Text Example
White with #85D99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D99D; }
p { color: rgb(133,217,157); }
H1.HeaderClassName
{
color: #85D99D;
}
.AnyTagClassName
{
color: #85D99D;
}
</style>
background-color css
<style>
a { background-color: #85D99D; }
a { background-color: rgb(133,217,157); }
div.DivClassName
{
background-color: #85D99D;
}
.BgClassName
{
background-color: #85D99D;
}
</style>
border-color css
<style>
span { border-color: #85D99D; }
span { border-color: rgb(133,217,157); }
td.TdClassName
{
border-color: #85D99D;
}
.TagClassName
{
border-color: #85D99D;
}
</style>