Shades of Chinook #85DB9A
Tints of Chinook #85DB9A
RGB
CMYK
RGB Variations
Color information
#85DB9A (or 0x85DB9A) is known color: Chinook. HEX triplet: 85, DB and 9A. RGB value is (133,219,154). Sum of RGB (Red+Green+Blue) = 133+219+154=506 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.28% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 154 (60.55% from 255 or 30.43% from 506); Max value from RGB is 219 - color contains mainly: green. Hex color #85DB9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DB9A is #7A2465. Grayscale: #BABABA. Windows color (decimal): -8004710 or 10148741. OLE color: 10148741.
HSL color Cylindrical-coordinate representation of color #85DB9A: hue angle of 134.65º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85DB9A is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 219 | 154 | - |
| CMYK | 0.39 | 0 | 0.30 | 0.14 |
| HSL | 134.65º | 0.54% | 0.69% | - |
| HSV(B) | 134.65º | 0.39% | 0.86% | - |
| XYZ | 40.84 | 57.98 | 39.61 | - |
| YUV | 185.88 | 110.01 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 219 | 154 | 0.39 | 0 | 0.30 | 0.14 | 134.65 | 0.54 | 0.69 |
| Hex | 85 | DB | 9A | 27 | 0 | 1E | E | 87 | 36 | 45 |
| Octal | 205 | 333 | 232 | 47 | 0 | 36 | 16 | 207 | 66 | 105 |
| Binary | 10000101 | 11011011 | 10011010 | 100111 | 0 | 11110 | 1110 | 10000111 | 110110 | 1000101 |
Color Harmonies of #85DB9A
Complementary color
Monochromatic Colors of #85DB9A
Black with #85DB9A
Text Example
Text Example
White with #85DB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DB9A; }
p { color: rgb(133,219,154); }
H1.HeaderClassName
{
color: #85DB9A;
}
.AnyTagClassName
{
color: #85DB9A;
}
</style>
background-color css
<style>
a { background-color: #85DB9A; }
a { background-color: rgb(133,219,154); }
div.DivClassName
{
background-color: #85DB9A;
}
.BgClassName
{
background-color: #85DB9A;
}
</style>
border-color css
<style>
span { border-color: #85DB9A; }
span { border-color: rgb(133,219,154); }
td.TdClassName
{
border-color: #85DB9A;
}
.TagClassName
{
border-color: #85DB9A;
}
</style>