Shades of Chinook #85DE9D
Tints of Chinook #85DE9D
RGB
CMYK
RGB Variations
Color information
#85DE9D (or 0x85DE9D) is known color: Chinook. HEX triplet: 85, DE and 9D. RGB value is (133,222,157). Sum of RGB (Red+Green+Blue) = 133+222+157=512 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.98% from 512); Green value is 222 (87.11% from 255 or 43.36% from 512); Blue value is 157 (61.72% from 255 or 30.66% from 512); Max value from RGB is 222 - color contains mainly: green. Hex color #85DE9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DE9D is #7A2162. Grayscale: #BCBCBC. Windows color (decimal): -8003939 or 10346117. OLE color: 10346117.
HSL color Cylindrical-coordinate representation of color #85DE9D: hue angle of 136.18º degrees, saturation: 0.57, 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 #85DE9D is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 222 | 157 | - |
| CMYK | 0.40 | 0 | 0.29 | 0.13 |
| HSL | 136.18º | 0.57% | 0.7% | - |
| HSV(B) | 136.18º | 0.4% | 0.87% | - |
| XYZ | 41.88 | 59.66 | 41.21 | - |
| YUV | 187.98 | 110.51 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 222 | 157 | 0.40 | 0 | 0.29 | 0.13 | 136.18 | 0.57 | 0.7 |
| Hex | 85 | DE | 9D | 28 | 0 | 1D | D | 88 | 39 | 46 |
| Octal | 205 | 336 | 235 | 50 | 0 | 35 | 15 | 210 | 71 | 106 |
| Binary | 10000101 | 11011110 | 10011101 | 101000 | 0 | 11101 | 1101 | 10001000 | 111001 | 1000110 |
Color Harmonies of #85DE9D
Complementary color
Monochromatic Colors of #85DE9D
Black with #85DE9D
Text Example
Text Example
White with #85DE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DE9D; }
p { color: rgb(133,222,157); }
H1.HeaderClassName
{
color: #85DE9D;
}
.AnyTagClassName
{
color: #85DE9D;
}
</style>
background-color css
<style>
a { background-color: #85DE9D; }
a { background-color: rgb(133,222,157); }
div.DivClassName
{
background-color: #85DE9D;
}
.BgClassName
{
background-color: #85DE9D;
}
</style>
border-color css
<style>
span { border-color: #85DE9D; }
span { border-color: rgb(133,222,157); }
td.TdClassName
{
border-color: #85DE9D;
}
.TagClassName
{
border-color: #85DE9D;
}
</style>