Shades of Chinook #85DC9A
Tints of Chinook #85DC9A
RGB
CMYK
RGB Variations
Color information
#85DC9A (or 0x85DC9A) is known color: Chinook. HEX triplet: 85, DC and 9A. RGB value is (133,220,154). Sum of RGB (Red+Green+Blue) = 133+220+154=507 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.23% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 154 (60.55% from 255 or 30.37% from 507); Max value from RGB is 220 - color contains mainly: green. Hex color #85DC9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DC9A is #7A2365. Grayscale: #BABABA. Windows color (decimal): -8004454 or 10148997. OLE color: 10148997.
HSL color Cylindrical-coordinate representation of color #85DC9A: hue angle of 134.48º 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 #85DC9A is Cyan = 0.40, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 220 | 154 | - |
| CMYK | 0.40 | 0 | 0.3 | 0.14 |
| HSL | 134.48º | 0.55% | 0.69% | - |
| HSV(B) | 134.48º | 0.4% | 0.86% | - |
| XYZ | 41.1 | 58.51 | 39.7 | - |
| YUV | 186.46 | 109.68 | 89.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 220 | 154 | 0.40 | 0 | 0.3 | 0.14 | 134.48 | 0.55 | 0.69 |
| Hex | 85 | DC | 9A | 28 | 0 | 1E | E | 86 | 37 | 45 |
| Octal | 205 | 334 | 232 | 50 | 0 | 36 | 16 | 206 | 67 | 105 |
| Binary | 10000101 | 11011100 | 10011010 | 101000 | 0 | 11110 | 1110 | 10000110 | 110111 | 1000101 |
Color Harmonies of #85DC9A
Complementary color
Monochromatic Colors of #85DC9A
Black with #85DC9A
Text Example
Text Example
White with #85DC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DC9A; }
p { color: rgb(133,220,154); }
H1.HeaderClassName
{
color: #85DC9A;
}
.AnyTagClassName
{
color: #85DC9A;
}
</style>
background-color css
<style>
a { background-color: #85DC9A; }
a { background-color: rgb(133,220,154); }
div.DivClassName
{
background-color: #85DC9A;
}
.BgClassName
{
background-color: #85DC9A;
}
</style>
border-color css
<style>
span { border-color: #85DC9A; }
span { border-color: rgb(133,220,154); }
td.TdClassName
{
border-color: #85DC9A;
}
.TagClassName
{
border-color: #85DC9A;
}
</style>