Shades of Chinook #96DF9D
Tints of Chinook #96DF9D
RGB
CMYK
RGB Variations
Color information
#96DF9D (or 0x96DF9D) is known color: Chinook. HEX triplet: 96, DF and 9D. RGB value is (150,223,157). Sum of RGB (Red+Green+Blue) = 150+223+157=530 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.30% from 530); Green value is 223 (87.5% from 255 or 42.08% from 530); Blue value is 157 (61.72% from 255 or 29.62% from 530); Max value from RGB is 223 - color contains mainly: green. Hex color #96DF9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DF9D is #692062. Grayscale: #C1C1C1. Windows color (decimal): -6889571 or 10346390. OLE color: 10346390.
HSL color Cylindrical-coordinate representation of color #96DF9D: hue angle of 125.75º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96DF9D is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 223 | 157 | - |
| CMYK | 0.33 | 0 | 0.30 | 0.13 |
| HSL | 125.75º | 0.53% | 0.73% | - |
| HSV(B) | 125.75º | 0.33% | 0.87% | - |
| XYZ | 45.05 | 61.69 | 41.43 | - |
| YUV | 193.65 | 107.32 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 223 | 157 | 0.33 | 0 | 0.30 | 0.13 | 125.75 | 0.53 | 0.73 |
| Hex | 96 | DF | 9D | 21 | 0 | 1E | D | 7E | 35 | 49 |
| Octal | 226 | 337 | 235 | 41 | 0 | 36 | 15 | 176 | 65 | 111 |
| Binary | 10010110 | 11011111 | 10011101 | 100001 | 0 | 11110 | 1101 | 1111110 | 110101 | 1001001 |
Color Harmonies of #96DF9D
Complementary color
Monochromatic Colors of #96DF9D
Black with #96DF9D
Text Example
Text Example
White with #96DF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DF9D; }
p { color: rgb(150,223,157); }
H1.HeaderClassName
{
color: #96DF9D;
}
.AnyTagClassName
{
color: #96DF9D;
}
</style>
background-color css
<style>
a { background-color: #96DF9D; }
a { background-color: rgb(150,223,157); }
div.DivClassName
{
background-color: #96DF9D;
}
.BgClassName
{
background-color: #96DF9D;
}
</style>
border-color css
<style>
span { border-color: #96DF9D; }
span { border-color: rgb(150,223,157); }
td.TdClassName
{
border-color: #96DF9D;
}
.TagClassName
{
border-color: #96DF9D;
}
</style>