Shades of Chinook #97DF9E
Tints of Chinook #97DF9E
RGB
CMYK
RGB Variations
Color information
#97DF9E (or 0x97DF9E) is known color: Chinook. HEX triplet: 97, DF and 9E. RGB value is (151,223,158). Sum of RGB (Red+Green+Blue) = 151+223+158=532 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.38% from 532); Green value is 223 (87.5% from 255 or 41.92% from 532); Blue value is 158 (62.11% from 255 or 29.70% from 532); Max value from RGB is 223 - color contains mainly: green. Hex color #97DF9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97DF9E is #682061. Grayscale: #C2C2C2. Windows color (decimal): -6824034 or 10411927. OLE color: 10411927.
HSL color Cylindrical-coordinate representation of color #97DF9E: hue angle of 125.83º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #97DF9E is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 223 | 158 | - |
| CMYK | 0.32 | 0 | 0.29 | 0.13 |
| HSL | 125.83º | 0.53% | 0.73% | - |
| HSV(B) | 125.83º | 0.32% | 0.87% | - |
| XYZ | 45.32 | 61.82 | 41.89 | - |
| YUV | 194.06 | 107.65 | 97.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 223 | 158 | 0.32 | 0 | 0.29 | 0.13 | 125.83 | 0.53 | 0.73 |
| Hex | 97 | DF | 9E | 20 | 0 | 1D | D | 7E | 35 | 49 |
| Octal | 227 | 337 | 236 | 40 | 0 | 35 | 15 | 176 | 65 | 111 |
| Binary | 10010111 | 11011111 | 10011110 | 100000 | 0 | 11101 | 1101 | 1111110 | 110101 | 1001001 |
Color Harmonies of #97DF9E
Complementary color
Monochromatic Colors of #97DF9E
Black with #97DF9E
Text Example
Text Example
White with #97DF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97DF9E; }
p { color: rgb(151,223,158); }
H1.HeaderClassName
{
color: #97DF9E;
}
.AnyTagClassName
{
color: #97DF9E;
}
</style>
background-color css
<style>
a { background-color: #97DF9E; }
a { background-color: rgb(151,223,158); }
div.DivClassName
{
background-color: #97DF9E;
}
.BgClassName
{
background-color: #97DF9E;
}
</style>
border-color css
<style>
span { border-color: #97DF9E; }
span { border-color: rgb(151,223,158); }
td.TdClassName
{
border-color: #97DF9E;
}
.TagClassName
{
border-color: #97DF9E;
}
</style>