Shades of Chinook #8FD89B
Tints of Chinook #8FD89B
RGB
CMYK
RGB Variations
Color information
#8FD89B (or 0x8FD89B) is known color: Chinook. HEX triplet: 8F, D8 and 9B. RGB value is (143,216,155). Sum of RGB (Red+Green+Blue) = 143+216+155=514 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.82% from 514); Green value is 216 (84.77% from 255 or 42.02% from 514); Blue value is 155 (60.94% from 255 or 30.16% from 514); Max value from RGB is 216 - color contains mainly: green. Hex color #8FD89B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD89B is #702764. Grayscale: #BBBBBB. Windows color (decimal): -7350117 or 10213519. OLE color: 10213519.
HSL color Cylindrical-coordinate representation of color #8FD89B: hue angle of 129.86º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FD89B is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 216 | 155 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.15 |
| HSL | 129.86º | 0.48% | 0.7% | - |
| HSV(B) | 129.86º | 0.34% | 0.85% | - |
| XYZ | 41.8 | 57.32 | 39.87 | - |
| YUV | 187.22 | 109.82 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 216 | 155 | 0.34 | 0 | 0.28 | 0.15 | 129.86 | 0.48 | 0.7 |
| Hex | 8F | D8 | 9B | 22 | 0 | 1C | F | 82 | 30 | 46 |
| Octal | 217 | 330 | 233 | 42 | 0 | 34 | 17 | 202 | 60 | 106 |
| Binary | 10001111 | 11011000 | 10011011 | 100010 | 0 | 11100 | 1111 | 10000010 | 110000 | 1000110 |
Color Harmonies of #8FD89B
Complementary color
Monochromatic Colors of #8FD89B
Black with #8FD89B
Text Example
Text Example
White with #8FD89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD89B; }
p { color: rgb(143,216,155); }
H1.HeaderClassName
{
color: #8FD89B;
}
.AnyTagClassName
{
color: #8FD89B;
}
</style>
background-color css
<style>
a { background-color: #8FD89B; }
a { background-color: rgb(143,216,155); }
div.DivClassName
{
background-color: #8FD89B;
}
.BgClassName
{
background-color: #8FD89B;
}
</style>
border-color css
<style>
span { border-color: #8FD89B; }
span { border-color: rgb(143,216,155); }
td.TdClassName
{
border-color: #8FD89B;
}
.TagClassName
{
border-color: #8FD89B;
}
</style>