Shades of Chinook #85DC9D
Tints of Chinook #85DC9D
RGB
CMYK
RGB Variations
Color information
#85DC9D (or 0x85DC9D) is known color: Chinook. HEX triplet: 85, DC and 9D. RGB value is (133,220,157). Sum of RGB (Red+Green+Blue) = 133+220+157=510 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.08% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 157 (61.72% from 255 or 30.78% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #85DC9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DC9D is #7A2362. Grayscale: #BABABA. Windows color (decimal): -8004451 or 10345605. OLE color: 10345605.
HSL color Cylindrical-coordinate representation of color #85DC9D: hue angle of 136.55º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DC9D is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 220 | 157 | - |
| CMYK | 0.40 | 0 | 0.29 | 0.14 |
| HSL | 136.55º | 0.55% | 0.69% | - |
| HSV(B) | 136.55º | 0.4% | 0.86% | - |
| XYZ | 41.35 | 58.61 | 41.03 | - |
| YUV | 186.81 | 111.18 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 220 | 157 | 0.40 | 0 | 0.29 | 0.14 | 136.55 | 0.55 | 0.69 |
| Hex | 85 | DC | 9D | 28 | 0 | 1D | E | 89 | 37 | 45 |
| Octal | 205 | 334 | 235 | 50 | 0 | 35 | 16 | 211 | 67 | 105 |
| Binary | 10000101 | 11011100 | 10011101 | 101000 | 0 | 11101 | 1110 | 10001001 | 110111 | 1000101 |
Color Harmonies of #85DC9D
Complementary color
Monochromatic Colors of #85DC9D
Black with #85DC9D
Text Example
Text Example
White with #85DC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DC9D; }
p { color: rgb(133,220,157); }
H1.HeaderClassName
{
color: #85DC9D;
}
.AnyTagClassName
{
color: #85DC9D;
}
</style>
background-color css
<style>
a { background-color: #85DC9D; }
a { background-color: rgb(133,220,157); }
div.DivClassName
{
background-color: #85DC9D;
}
.BgClassName
{
background-color: #85DC9D;
}
</style>
border-color css
<style>
span { border-color: #85DC9D; }
span { border-color: rgb(133,220,157); }
td.TdClassName
{
border-color: #85DC9D;
}
.TagClassName
{
border-color: #85DC9D;
}
</style>