Shades of Chinook #95D99E
Tints of Chinook #95D99E
RGB
CMYK
RGB Variations
Color information
#95D99E (or 0x95D99E) is known color: Chinook. HEX triplet: 95, D9 and 9E. RGB value is (149,217,158). Sum of RGB (Red+Green+Blue) = 149+217+158=524 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.44% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 158 (62.11% from 255 or 30.15% from 524); Max value from RGB is 217 - color contains mainly: green. Hex color #95D99E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D99E is #6A2661. Grayscale: #BEBEBE. Windows color (decimal): -6956642 or 10410389. OLE color: 10410389.
HSL color Cylindrical-coordinate representation of color #95D99E: hue angle of 127.94º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95D99E is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 217 | 158 | - |
| CMYK | 0.31 | 0 | 0.27 | 0.15 |
| HSL | 127.94º | 0.47% | 0.72% | - |
| HSV(B) | 127.94º | 0.31% | 0.85% | - |
| XYZ | 43.38 | 58.48 | 41.35 | - |
| YUV | 189.94 | 109.97 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 217 | 158 | 0.31 | 0 | 0.27 | 0.15 | 127.94 | 0.47 | 0.72 |
| Hex | 95 | D9 | 9E | 1F | 0 | 1B | F | 80 | 2F | 48 |
| Octal | 225 | 331 | 236 | 37 | 0 | 33 | 17 | 200 | 57 | 110 |
| Binary | 10010101 | 11011001 | 10011110 | 11111 | 0 | 11011 | 1111 | 10000000 | 101111 | 1001000 |
Color Harmonies of #95D99E
Complementary color
Monochromatic Colors of #95D99E
Black with #95D99E
Text Example
Text Example
White with #95D99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D99E; }
p { color: rgb(149,217,158); }
H1.HeaderClassName
{
color: #95D99E;
}
.AnyTagClassName
{
color: #95D99E;
}
</style>
background-color css
<style>
a { background-color: #95D99E; }
a { background-color: rgb(149,217,158); }
div.DivClassName
{
background-color: #95D99E;
}
.BgClassName
{
background-color: #95D99E;
}
</style>
border-color css
<style>
span { border-color: #95D99E; }
span { border-color: rgb(149,217,158); }
td.TdClassName
{
border-color: #95D99E;
}
.TagClassName
{
border-color: #95D99E;
}
</style>