Shades of Chinook #91DF9F
Tints of Chinook #91DF9F
RGB
CMYK
RGB Variations
Color information
#91DF9F (or 0x91DF9F) is known color: Chinook. HEX triplet: 91, DF and 9F. RGB value is (145,223,159). Sum of RGB (Red+Green+Blue) = 145+223+159=527 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.51% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 159 (62.5% from 255 or 30.17% from 527); Max value from RGB is 223 - color contains mainly: green. Hex color #91DF9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91DF9F is #6E2060. Grayscale: #C0C0C0. Windows color (decimal): -7217249 or 10477457. OLE color: 10477457.
HSL color Cylindrical-coordinate representation of color #91DF9F: hue angle of 130.77º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #91DF9F is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 223 | 159 | - |
| CMYK | 0.35 | 0 | 0.29 | 0.13 |
| HSL | 130.77º | 0.55% | 0.72% | - |
| HSV(B) | 130.77º | 0.35% | 0.87% | - |
| XYZ | 44.32 | 61.3 | 42.3 | - |
| YUV | 192.38 | 109.16 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 223 | 159 | 0.35 | 0 | 0.29 | 0.13 | 130.77 | 0.55 | 0.72 |
| Hex | 91 | DF | 9F | 23 | 0 | 1D | D | 83 | 37 | 48 |
| Octal | 221 | 337 | 237 | 43 | 0 | 35 | 15 | 203 | 67 | 110 |
| Binary | 10010001 | 11011111 | 10011111 | 100011 | 0 | 11101 | 1101 | 10000011 | 110111 | 1001000 |
Color Harmonies of #91DF9F
Complementary color
Monochromatic Colors of #91DF9F
Black with #91DF9F
Text Example
Text Example
White with #91DF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DF9F; }
p { color: rgb(145,223,159); }
H1.HeaderClassName
{
color: #91DF9F;
}
.AnyTagClassName
{
color: #91DF9F;
}
</style>
background-color css
<style>
a { background-color: #91DF9F; }
a { background-color: rgb(145,223,159); }
div.DivClassName
{
background-color: #91DF9F;
}
.BgClassName
{
background-color: #91DF9F;
}
</style>
border-color css
<style>
span { border-color: #91DF9F; }
span { border-color: rgb(145,223,159); }
td.TdClassName
{
border-color: #91DF9F;
}
.TagClassName
{
border-color: #91DF9F;
}
</style>