Shades of Chinook #95DB9D
Tints of Chinook #95DB9D
RGB
CMYK
RGB Variations
Color information
#95DB9D (or 0x95DB9D) is known color: Chinook. HEX triplet: 95, DB and 9D. RGB value is (149,219,157). Sum of RGB (Red+Green+Blue) = 149+219+157=525 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.38% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 157 (61.72% from 255 or 29.90% from 525); Max value from RGB is 219 - color contains mainly: green. Hex color #95DB9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DB9D is #6A2462. Grayscale: #BFBFBF. Windows color (decimal): -6956131 or 10345365. OLE color: 10345365.
HSL color Cylindrical-coordinate representation of color #95DB9D: hue angle of 126.86º 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 #95DB9D is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 219 | 157 | - |
| CMYK | 0.32 | 0 | 0.28 | 0.14 |
| HSL | 126.86º | 0.49% | 0.72% | - |
| HSV(B) | 126.86º | 0.32% | 0.86% | - |
| XYZ | 43.81 | 59.49 | 41.07 | - |
| YUV | 191 | 108.81 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 219 | 157 | 0.32 | 0 | 0.28 | 0.14 | 126.86 | 0.49 | 0.72 |
| Hex | 95 | DB | 9D | 20 | 0 | 1C | E | 7F | 31 | 48 |
| Octal | 225 | 333 | 235 | 40 | 0 | 34 | 16 | 177 | 61 | 110 |
| Binary | 10010101 | 11011011 | 10011101 | 100000 | 0 | 11100 | 1110 | 1111111 | 110001 | 1001000 |
Color Harmonies of #95DB9D
Complementary color
Monochromatic Colors of #95DB9D
Black with #95DB9D
Text Example
Text Example
White with #95DB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DB9D; }
p { color: rgb(149,219,157); }
H1.HeaderClassName
{
color: #95DB9D;
}
.AnyTagClassName
{
color: #95DB9D;
}
</style>
background-color css
<style>
a { background-color: #95DB9D; }
a { background-color: rgb(149,219,157); }
div.DivClassName
{
background-color: #95DB9D;
}
.BgClassName
{
background-color: #95DB9D;
}
</style>
border-color css
<style>
span { border-color: #95DB9D; }
span { border-color: rgb(149,219,157); }
td.TdClassName
{
border-color: #95DB9D;
}
.TagClassName
{
border-color: #95DB9D;
}
</style>