Shades of Chinook #8FD59B
Tints of Chinook #8FD59B
RGB
CMYK
RGB Variations
Color information
#8FD59B (or 0x8FD59B) is known color: Chinook. HEX triplet: 8F, D5 and 9B. RGB value is (143,213,155). Sum of RGB (Red+Green+Blue) = 143+213+155=511 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.98% from 511); Green value is 213 (83.59% from 255 or 41.68% from 511); Blue value is 155 (60.94% from 255 or 30.33% from 511); Max value from RGB is 213 - color contains mainly: green. Hex color #8FD59B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD59B is #702A64. Grayscale: #B9B9B9. Windows color (decimal): -7350885 or 10212751. OLE color: 10212751.
HSL color Cylindrical-coordinate representation of color #8FD59B: hue angle of 130.29º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8FD59B is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 213 | 155 | - |
| CMYK | 0.33 | 0 | 0.27 | 0.16 |
| HSL | 130.29º | 0.45% | 0.7% | - |
| HSV(B) | 130.29º | 0.33% | 0.84% | - |
| XYZ | 41.04 | 55.79 | 39.62 | - |
| YUV | 185.46 | 110.81 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 213 | 155 | 0.33 | 0 | 0.27 | 0.16 | 130.29 | 0.45 | 0.7 |
| Hex | 8F | D5 | 9B | 21 | 0 | 1B | 10 | 82 | 2D | 46 |
| Octal | 217 | 325 | 233 | 41 | 0 | 33 | 20 | 202 | 55 | 106 |
| Binary | 10001111 | 11010101 | 10011011 | 100001 | 0 | 11011 | 10000 | 10000010 | 101101 | 1000110 |
Color Harmonies of #8FD59B
Complementary color
Monochromatic Colors of #8FD59B
Black with #8FD59B
Text Example
Text Example
White with #8FD59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD59B; }
p { color: rgb(143,213,155); }
H1.HeaderClassName
{
color: #8FD59B;
}
.AnyTagClassName
{
color: #8FD59B;
}
</style>
background-color css
<style>
a { background-color: #8FD59B; }
a { background-color: rgb(143,213,155); }
div.DivClassName
{
background-color: #8FD59B;
}
.BgClassName
{
background-color: #8FD59B;
}
</style>
border-color css
<style>
span { border-color: #8FD59B; }
span { border-color: rgb(143,213,155); }
td.TdClassName
{
border-color: #8FD59B;
}
.TagClassName
{
border-color: #8FD59B;
}
</style>