Shades of Chinook #95DB9F
Tints of Chinook #95DB9F
RGB
CMYK
RGB Variations
Color information
#95DB9F (or 0x95DB9F) is known color: Chinook. HEX triplet: 95, DB and 9F. RGB value is (149,219,159). Sum of RGB (Red+Green+Blue) = 149+219+159=527 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.27% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 159 (62.5% from 255 or 30.17% from 527); Max value from RGB is 219 - color contains mainly: green. Hex color #95DB9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DB9F is #6A2460. Grayscale: #BFBFBF. Windows color (decimal): -6956129 or 10476437. OLE color: 10476437.
HSL color Cylindrical-coordinate representation of color #95DB9F: hue angle of 128.57º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95DB9F is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 219 | 159 | - |
| CMYK | 0.32 | 0 | 0.27 | 0.14 |
| HSL | 128.57º | 0.49% | 0.72% | - |
| HSV(B) | 128.57º | 0.32% | 0.86% | - |
| XYZ | 43.98 | 59.56 | 41.98 | - |
| YUV | 191.23 | 109.81 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 219 | 159 | 0.32 | 0 | 0.27 | 0.14 | 128.57 | 0.49 | 0.72 |
| Hex | 95 | DB | 9F | 20 | 0 | 1B | E | 81 | 31 | 48 |
| Octal | 225 | 333 | 237 | 40 | 0 | 33 | 16 | 201 | 61 | 110 |
| Binary | 10010101 | 11011011 | 10011111 | 100000 | 0 | 11011 | 1110 | 10000001 | 110001 | 1001000 |
Color Harmonies of #95DB9F
Complementary color
Monochromatic Colors of #95DB9F
Black with #95DB9F
Text Example
Text Example
White with #95DB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DB9F; }
p { color: rgb(149,219,159); }
H1.HeaderClassName
{
color: #95DB9F;
}
.AnyTagClassName
{
color: #95DB9F;
}
</style>
background-color css
<style>
a { background-color: #95DB9F; }
a { background-color: rgb(149,219,159); }
div.DivClassName
{
background-color: #95DB9F;
}
.BgClassName
{
background-color: #95DB9F;
}
</style>
border-color css
<style>
span { border-color: #95DB9F; }
span { border-color: rgb(149,219,159); }
td.TdClassName
{
border-color: #95DB9F;
}
.TagClassName
{
border-color: #95DB9F;
}
</style>