Shades of Chinook #8BDF9D
Tints of Chinook #8BDF9D
RGB
CMYK
RGB Variations
Color information
#8BDF9D (or 0x8BDF9D) is known color: Chinook. HEX triplet: 8B, DF and 9D. RGB value is (139,223,157). Sum of RGB (Red+Green+Blue) = 139+223+157=519 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.78% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 157 (61.72% from 255 or 30.25% from 519); Max value from RGB is 223 - color contains mainly: green. Hex color #8BDF9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDF9D is #742062. Grayscale: #BEBEBE. Windows color (decimal): -7610467 or 10346379. OLE color: 10346379.
HSL color Cylindrical-coordinate representation of color #8BDF9D: hue angle of 132.86º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BDF9D is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 223 | 157 | - |
| CMYK | 0.38 | 0 | 0.30 | 0.13 |
| HSL | 132.86º | 0.57% | 0.71% | - |
| HSV(B) | 132.86º | 0.38% | 0.87% | - |
| XYZ | 43.12 | 60.7 | 41.34 | - |
| YUV | 190.36 | 109.17 | 91.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 223 | 157 | 0.38 | 0 | 0.30 | 0.13 | 132.86 | 0.57 | 0.71 |
| Hex | 8B | DF | 9D | 26 | 0 | 1E | D | 85 | 39 | 47 |
| Octal | 213 | 337 | 235 | 46 | 0 | 36 | 15 | 205 | 71 | 107 |
| Binary | 10001011 | 11011111 | 10011101 | 100110 | 0 | 11110 | 1101 | 10000101 | 111001 | 1000111 |
Color Harmonies of #8BDF9D
Complementary color
Monochromatic Colors of #8BDF9D
Black with #8BDF9D
Text Example
Text Example
White with #8BDF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDF9D; }
p { color: rgb(139,223,157); }
H1.HeaderClassName
{
color: #8BDF9D;
}
.AnyTagClassName
{
color: #8BDF9D;
}
</style>
background-color css
<style>
a { background-color: #8BDF9D; }
a { background-color: rgb(139,223,157); }
div.DivClassName
{
background-color: #8BDF9D;
}
.BgClassName
{
background-color: #8BDF9D;
}
</style>
border-color css
<style>
span { border-color: #8BDF9D; }
span { border-color: rgb(139,223,157); }
td.TdClassName
{
border-color: #8BDF9D;
}
.TagClassName
{
border-color: #8BDF9D;
}
</style>