Shades of Chinook #85D49F
Tints of Chinook #85D49F
RGB
CMYK
RGB Variations
Color information
#85D49F (or 0x85D49F) is known color: Chinook. HEX triplet: 85, D4 and 9F. RGB value is (133,212,159). Sum of RGB (Red+Green+Blue) = 133+212+159=504 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.39% from 504); Green value is 212 (83.20% from 255 or 42.06% from 504); Blue value is 159 (62.5% from 255 or 31.55% from 504); Max value from RGB is 212 - color contains mainly: green. Hex color #85D49F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D49F is #7A2B60. Grayscale: #B6B6B6. Windows color (decimal): -8006497 or 10474629. OLE color: 10474629.
HSL color Cylindrical-coordinate representation of color #85D49F: hue angle of 139.75º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #85D49F is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 133 | 212 | 159 | - |
| CMYK | 0.37 | 0 | 0.25 | 0.17 |
| HSL | 139.75º | 0.48% | 0.68% | - |
| HSV(B) | 139.75º | 0.37% | 0.83% | - |
| XYZ | 39.47 | 54.58 | 41.25 | - |
| YUV | 182.34 | 114.83 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 212 | 159 | 0.37 | 0 | 0.25 | 0.17 | 139.75 | 0.48 | 0.68 |
| Hex | 85 | D4 | 9F | 25 | 0 | 19 | 11 | 8C | 30 | 44 |
| Octal | 205 | 324 | 237 | 45 | 0 | 31 | 21 | 214 | 60 | 104 |
| Binary | 10000101 | 11010100 | 10011111 | 100101 | 0 | 11001 | 10001 | 10001100 | 110000 | 1000100 |
Color Harmonies of #85D49F
Complementary color
Monochromatic Colors of #85D49F
Black with #85D49F
Text Example
Text Example
White with #85D49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D49F; }
p { color: rgb(133,212,159); }
H1.HeaderClassName
{
color: #85D49F;
}
.AnyTagClassName
{
color: #85D49F;
}
</style>
background-color css
<style>
a { background-color: #85D49F; }
a { background-color: rgb(133,212,159); }
div.DivClassName
{
background-color: #85D49F;
}
.BgClassName
{
background-color: #85D49F;
}
</style>
border-color css
<style>
span { border-color: #85D49F; }
span { border-color: rgb(133,212,159); }
td.TdClassName
{
border-color: #85D49F;
}
.TagClassName
{
border-color: #85D49F;
}
</style>