Shades of Chinook #95DF9E
Tints of Chinook #95DF9E
RGB
CMYK
RGB Variations
Color information
#95DF9E (or 0x95DF9E) is known color: Chinook. HEX triplet: 95, DF and 9E. RGB value is (149,223,158). Sum of RGB (Red+Green+Blue) = 149+223+158=530 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.11% from 530); Green value is 223 (87.5% from 255 or 42.08% from 530); Blue value is 158 (62.11% from 255 or 29.81% from 530); Max value from RGB is 223 - color contains mainly: green. Hex color #95DF9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DF9E is #6A2061. Grayscale: #C1C1C1. Windows color (decimal): -6955106 or 10411925. OLE color: 10411925.
HSL color Cylindrical-coordinate representation of color #95DF9E: hue angle of 127.3º degrees, saturation: 0.54, 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 #95DF9E is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 223 | 158 | - |
| CMYK | 0.33 | 0 | 0.29 | 0.13 |
| HSL | 127.3º | 0.54% | 0.73% | - |
| HSV(B) | 127.3º | 0.33% | 0.87% | - |
| XYZ | 44.95 | 61.63 | 41.87 | - |
| YUV | 193.46 | 107.98 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 223 | 158 | 0.33 | 0 | 0.29 | 0.13 | 127.3 | 0.54 | 0.73 |
| Hex | 95 | DF | 9E | 21 | 0 | 1D | D | 7F | 36 | 49 |
| Octal | 225 | 337 | 236 | 41 | 0 | 35 | 15 | 177 | 66 | 111 |
| Binary | 10010101 | 11011111 | 10011110 | 100001 | 0 | 11101 | 1101 | 1111111 | 110110 | 1001001 |
Color Harmonies of #95DF9E
Complementary color
Monochromatic Colors of #95DF9E
Black with #95DF9E
Text Example
Text Example
White with #95DF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DF9E; }
p { color: rgb(149,223,158); }
H1.HeaderClassName
{
color: #95DF9E;
}
.AnyTagClassName
{
color: #95DF9E;
}
</style>
background-color css
<style>
a { background-color: #95DF9E; }
a { background-color: rgb(149,223,158); }
div.DivClassName
{
background-color: #95DF9E;
}
.BgClassName
{
background-color: #95DF9E;
}
</style>
border-color css
<style>
span { border-color: #95DF9E; }
span { border-color: rgb(149,223,158); }
td.TdClassName
{
border-color: #95DF9E;
}
.TagClassName
{
border-color: #95DF9E;
}
</style>