Shades of Chinook #95DE9F
Tints of Chinook #95DE9F
RGB
CMYK
RGB Variations
Color information
#95DE9F (or 0x95DE9F) is known color: Chinook. HEX triplet: 95, DE and 9F. RGB value is (149,222,159). Sum of RGB (Red+Green+Blue) = 149+222+159=530 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.11% from 530); Green value is 222 (87.11% from 255 or 41.89% from 530); Blue value is 159 (62.5% from 255 or 30% from 530); Max value from RGB is 222 - color contains mainly: green. Hex color #95DE9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DE9F is #6A2160. Grayscale: #C1C1C1. Windows color (decimal): -6955361 or 10477205. OLE color: 10477205.
HSL color Cylindrical-coordinate representation of color #95DE9F: hue angle of 128.22º degrees, saturation: 0.53, 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 #95DE9F is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 222 | 159 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.13 |
| HSL | 128.22º | 0.53% | 0.73% | - |
| HSV(B) | 128.22º | 0.33% | 0.87% | - |
| XYZ | 44.77 | 61.14 | 42.24 | - |
| YUV | 192.99 | 108.82 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 222 | 159 | 0.33 | 0 | 0.28 | 0.13 | 128.22 | 0.53 | 0.73 |
| Hex | 95 | DE | 9F | 21 | 0 | 1C | D | 80 | 35 | 49 |
| Octal | 225 | 336 | 237 | 41 | 0 | 34 | 15 | 200 | 65 | 111 |
| Binary | 10010101 | 11011110 | 10011111 | 100001 | 0 | 11100 | 1101 | 10000000 | 110101 | 1001001 |
Color Harmonies of #95DE9F
Complementary color
Monochromatic Colors of #95DE9F
Black with #95DE9F
Text Example
Text Example
White with #95DE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DE9F; }
p { color: rgb(149,222,159); }
H1.HeaderClassName
{
color: #95DE9F;
}
.AnyTagClassName
{
color: #95DE9F;
}
</style>
background-color css
<style>
a { background-color: #95DE9F; }
a { background-color: rgb(149,222,159); }
div.DivClassName
{
background-color: #95DE9F;
}
.BgClassName
{
background-color: #95DE9F;
}
</style>
border-color css
<style>
span { border-color: #95DE9F; }
span { border-color: rgb(149,222,159); }
td.TdClassName
{
border-color: #95DE9F;
}
.TagClassName
{
border-color: #95DE9F;
}
</style>