Shades of Chinook #85DF9F
Tints of Chinook #85DF9F
RGB
CMYK
RGB Variations
Color information
#85DF9F (or 0x85DF9F) is known color: Chinook. HEX triplet: 85, DF and 9F. RGB value is (133,223,159). Sum of RGB (Red+Green+Blue) = 133+223+159=515 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.83% from 515); Green value is 223 (87.5% from 255 or 43.30% from 515); Blue value is 159 (62.5% from 255 or 30.87% from 515); Max value from RGB is 223 - color contains mainly: green. Hex color #85DF9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DF9F is #7A2060. Grayscale: #BCBCBC. Windows color (decimal): -8003681 or 10477445. OLE color: 10477445.
HSL color Cylindrical-coordinate representation of color #85DF9F: hue angle of 137.33º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DF9F is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 223 | 159 | - |
| CMYK | 0.40 | 0 | 0.29 | 0.13 |
| HSL | 137.33º | 0.58% | 0.7% | - |
| HSV(B) | 137.33º | 0.4% | 0.87% | - |
| XYZ | 42.32 | 60.27 | 42.2 | - |
| YUV | 188.79 | 111.18 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 223 | 159 | 0.40 | 0 | 0.29 | 0.13 | 137.33 | 0.58 | 0.7 |
| Hex | 85 | DF | 9F | 28 | 0 | 1D | D | 89 | 3A | 46 |
| Octal | 205 | 337 | 237 | 50 | 0 | 35 | 15 | 211 | 72 | 106 |
| Binary | 10000101 | 11011111 | 10011111 | 101000 | 0 | 11101 | 1101 | 10001001 | 111010 | 1000110 |
Color Harmonies of #85DF9F
Complementary color
Monochromatic Colors of #85DF9F
Black with #85DF9F
Text Example
Text Example
White with #85DF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DF9F; }
p { color: rgb(133,223,159); }
H1.HeaderClassName
{
color: #85DF9F;
}
.AnyTagClassName
{
color: #85DF9F;
}
</style>
background-color css
<style>
a { background-color: #85DF9F; }
a { background-color: rgb(133,223,159); }
div.DivClassName
{
background-color: #85DF9F;
}
.BgClassName
{
background-color: #85DF9F;
}
</style>
border-color css
<style>
span { border-color: #85DF9F; }
span { border-color: rgb(133,223,159); }
td.TdClassName
{
border-color: #85DF9F;
}
.TagClassName
{
border-color: #85DF9F;
}
</style>