Shades of Chinook #95DD9B
Tints of Chinook #95DD9B
RGB
CMYK
RGB Variations
Color information
#95DD9B (or 0x95DD9B) is known color: Chinook. HEX triplet: 95, DD and 9B. RGB value is (149,221,155). Sum of RGB (Red+Green+Blue) = 149+221+155=525 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.38% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 155 (60.94% from 255 or 29.52% from 525); Max value from RGB is 221 - color contains mainly: green. Hex color #95DD9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DD9B is #6A2264. Grayscale: #C0C0C0. Windows color (decimal): -6955621 or 10214805. OLE color: 10214805.
HSL color Cylindrical-coordinate representation of color #95DD9B: hue angle of 125º degrees, saturation: 0.51, 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 #95DD9B is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 221 | 155 | - |
| CMYK | 0.33 | 0 | 0.30 | 0.13 |
| HSL | 125º | 0.51% | 0.73% | - |
| HSV(B) | 125º | 0.33% | 0.87% | - |
| XYZ | 44.17 | 60.47 | 40.35 | - |
| YUV | 191.95 | 107.15 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 221 | 155 | 0.33 | 0 | 0.30 | 0.13 | 125 | 0.51 | 0.73 |
| Hex | 95 | DD | 9B | 21 | 0 | 1E | D | 7D | 33 | 49 |
| Octal | 225 | 335 | 233 | 41 | 0 | 36 | 15 | 175 | 63 | 111 |
| Binary | 10010101 | 11011101 | 10011011 | 100001 | 0 | 11110 | 1101 | 1111101 | 110011 | 1001001 |
Color Harmonies of #95DD9B
Complementary color
Monochromatic Colors of #95DD9B
Black with #95DD9B
Text Example
Text Example
White with #95DD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DD9B; }
p { color: rgb(149,221,155); }
H1.HeaderClassName
{
color: #95DD9B;
}
.AnyTagClassName
{
color: #95DD9B;
}
</style>
background-color css
<style>
a { background-color: #95DD9B; }
a { background-color: rgb(149,221,155); }
div.DivClassName
{
background-color: #95DD9B;
}
.BgClassName
{
background-color: #95DD9B;
}
</style>
border-color css
<style>
span { border-color: #95DD9B; }
span { border-color: rgb(149,221,155); }
td.TdClassName
{
border-color: #95DD9B;
}
.TagClassName
{
border-color: #95DD9B;
}
</style>