Shades of Chinook #95D39F
Tints of Chinook #95D39F
RGB
CMYK
RGB Variations
Color information
#95D39F (or 0x95D39F) is known color: Chinook. HEX triplet: 95, D3 and 9F. RGB value is (149,211,159). Sum of RGB (Red+Green+Blue) = 149+211+159=519 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.71% from 519); Green value is 211 (82.81% from 255 or 40.66% from 519); Blue value is 159 (62.5% from 255 or 30.64% from 519); Max value from RGB is 211 - color contains mainly: green. Hex color #95D39F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D39F is #6A2C60. Grayscale: #BABABA. Windows color (decimal): -6958177 or 10474389. OLE color: 10474389.
HSL color Cylindrical-coordinate representation of color #95D39F: hue angle of 129.68º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95D39F is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 149 | 211 | 159 | - |
| CMYK | 0.29 | 0 | 0.25 | 0.17 |
| HSL | 129.68º | 0.41% | 0.71% | - |
| HSV(B) | 129.68º | 0.29% | 0.83% | - |
| XYZ | 41.95 | 55.48 | 41.3 | - |
| YUV | 186.53 | 112.46 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 211 | 159 | 0.29 | 0 | 0.25 | 0.17 | 129.68 | 0.41 | 0.71 |
| Hex | 95 | D3 | 9F | 1D | 0 | 19 | 11 | 82 | 29 | 47 |
| Octal | 225 | 323 | 237 | 35 | 0 | 31 | 21 | 202 | 51 | 107 |
| Binary | 10010101 | 11010011 | 10011111 | 11101 | 0 | 11001 | 10001 | 10000010 | 101001 | 1000111 |
Color Harmonies of #95D39F
Complementary color
Monochromatic Colors of #95D39F
Black with #95D39F
Text Example
Text Example
White with #95D39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D39F; }
p { color: rgb(149,211,159); }
H1.HeaderClassName
{
color: #95D39F;
}
.AnyTagClassName
{
color: #95D39F;
}
</style>
background-color css
<style>
a { background-color: #95D39F; }
a { background-color: rgb(149,211,159); }
div.DivClassName
{
background-color: #95D39F;
}
.BgClassName
{
background-color: #95D39F;
}
</style>
border-color css
<style>
span { border-color: #95D39F; }
span { border-color: rgb(149,211,159); }
td.TdClassName
{
border-color: #95D39F;
}
.TagClassName
{
border-color: #95D39F;
}
</style>