Shades of Chinook #97DE9D
Tints of Chinook #97DE9D
RGB
CMYK
RGB Variations
Color information
#97DE9D (or 0x97DE9D) is known color: Chinook. HEX triplet: 97, DE and 9D. RGB value is (151,222,157). Sum of RGB (Red+Green+Blue) = 151+222+157=530 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.49% from 530); Green value is 222 (87.11% from 255 or 41.89% from 530); Blue value is 157 (61.72% from 255 or 29.62% from 530); Max value from RGB is 222 - color contains mainly: green. Hex color #97DE9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97DE9D is #682162. Grayscale: #C1C1C1. Windows color (decimal): -6824291 or 10346135. OLE color: 10346135.
HSL color Cylindrical-coordinate representation of color #97DE9D: hue angle of 125.07º degrees, saturation: 0.52, 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 #97DE9D is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 222 | 157 | - |
| CMYK | 0.32 | 0 | 0.29 | 0.13 |
| HSL | 125.07º | 0.52% | 0.73% | - |
| HSV(B) | 125.07º | 0.32% | 0.87% | - |
| XYZ | 44.97 | 61.26 | 41.35 | - |
| YUV | 193.36 | 107.48 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 222 | 157 | 0.32 | 0 | 0.29 | 0.13 | 125.07 | 0.52 | 0.73 |
| Hex | 97 | DE | 9D | 20 | 0 | 1D | D | 7D | 34 | 49 |
| Octal | 227 | 336 | 235 | 40 | 0 | 35 | 15 | 175 | 64 | 111 |
| Binary | 10010111 | 11011110 | 10011101 | 100000 | 0 | 11101 | 1101 | 1111101 | 110100 | 1001001 |
Color Harmonies of #97DE9D
Complementary color
Monochromatic Colors of #97DE9D
Black with #97DE9D
Text Example
Text Example
White with #97DE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97DE9D; }
p { color: rgb(151,222,157); }
H1.HeaderClassName
{
color: #97DE9D;
}
.AnyTagClassName
{
color: #97DE9D;
}
</style>
background-color css
<style>
a { background-color: #97DE9D; }
a { background-color: rgb(151,222,157); }
div.DivClassName
{
background-color: #97DE9D;
}
.BgClassName
{
background-color: #97DE9D;
}
</style>
border-color css
<style>
span { border-color: #97DE9D; }
span { border-color: rgb(151,222,157); }
td.TdClassName
{
border-color: #97DE9D;
}
.TagClassName
{
border-color: #97DE9D;
}
</style>