Shades of Chinook #97DF9F
Tints of Chinook #97DF9F
RGB
CMYK
RGB Variations
Color information
#97DF9F (or 0x97DF9F) is known color: Chinook. HEX triplet: 97, DF and 9F. RGB value is (151,223,159). Sum of RGB (Red+Green+Blue) = 151+223+159=533 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.33% from 533); Green value is 223 (87.5% from 255 or 41.84% from 533); Blue value is 159 (62.5% from 255 or 29.83% from 533); Max value from RGB is 223 - color contains mainly: green. Hex color #97DF9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97DF9F is #682060. Grayscale: #C2C2C2. Windows color (decimal): -6824033 or 10477463. OLE color: 10477463.
HSL color Cylindrical-coordinate representation of color #97DF9F: hue angle of 126.67º 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 #97DF9F is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 223 | 159 | - |
| CMYK | 0.32 | 0 | 0.29 | 0.13 |
| HSL | 126.67º | 0.53% | 0.73% | - |
| HSV(B) | 126.67º | 0.32% | 0.87% | - |
| XYZ | 45.41 | 61.86 | 42.35 | - |
| YUV | 194.18 | 108.15 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 223 | 159 | 0.32 | 0 | 0.29 | 0.13 | 126.67 | 0.53 | 0.73 |
| Hex | 97 | DF | 9F | 20 | 0 | 1D | D | 7F | 35 | 49 |
| Octal | 227 | 337 | 237 | 40 | 0 | 35 | 15 | 177 | 65 | 111 |
| Binary | 10010111 | 11011111 | 10011111 | 100000 | 0 | 11101 | 1101 | 1111111 | 110101 | 1001001 |
Color Harmonies of #97DF9F
Complementary color
Monochromatic Colors of #97DF9F
Black with #97DF9F
Text Example
Text Example
White with #97DF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97DF9F; }
p { color: rgb(151,223,159); }
H1.HeaderClassName
{
color: #97DF9F;
}
.AnyTagClassName
{
color: #97DF9F;
}
</style>
background-color css
<style>
a { background-color: #97DF9F; }
a { background-color: rgb(151,223,159); }
div.DivClassName
{
background-color: #97DF9F;
}
.BgClassName
{
background-color: #97DF9F;
}
</style>
border-color css
<style>
span { border-color: #97DF9F; }
span { border-color: rgb(151,223,159); }
td.TdClassName
{
border-color: #97DF9F;
}
.TagClassName
{
border-color: #97DF9F;
}
</style>