Shades of Chinook #83DA9D
Tints of Chinook #83DA9D
RGB
CMYK
RGB Variations
Color information
#83DA9D (or 0x83DA9D) is known color: Chinook. HEX triplet: 83, DA and 9D. RGB value is (131,218,157). Sum of RGB (Red+Green+Blue) = 131+218+157=506 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.89% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 157 (61.72% from 255 or 31.03% from 506); Max value from RGB is 218 - color contains mainly: green. Hex color #83DA9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DA9D is #7C2562. Grayscale: #B9B9B9. Windows color (decimal): -8136035 or 10345091. OLE color: 10345091.
HSL color Cylindrical-coordinate representation of color #83DA9D: hue angle of 137.93º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83DA9D is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 218 | 157 | - |
| CMYK | 0.40 | 0 | 0.28 | 0.15 |
| HSL | 137.93º | 0.54% | 0.68% | - |
| HSV(B) | 137.93º | 0.4% | 0.85% | - |
| XYZ | 40.52 | 57.4 | 40.84 | - |
| YUV | 185.03 | 112.18 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 218 | 157 | 0.40 | 0 | 0.28 | 0.15 | 137.93 | 0.54 | 0.68 |
| Hex | 83 | DA | 9D | 28 | 0 | 1C | F | 8A | 36 | 44 |
| Octal | 203 | 332 | 235 | 50 | 0 | 34 | 17 | 212 | 66 | 104 |
| Binary | 10000011 | 11011010 | 10011101 | 101000 | 0 | 11100 | 1111 | 10001010 | 110110 | 1000100 |
Color Harmonies of #83DA9D
Complementary color
Monochromatic Colors of #83DA9D
Black with #83DA9D
Text Example
Text Example
White with #83DA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DA9D; }
p { color: rgb(131,218,157); }
H1.HeaderClassName
{
color: #83DA9D;
}
.AnyTagClassName
{
color: #83DA9D;
}
</style>
background-color css
<style>
a { background-color: #83DA9D; }
a { background-color: rgb(131,218,157); }
div.DivClassName
{
background-color: #83DA9D;
}
.BgClassName
{
background-color: #83DA9D;
}
</style>
border-color css
<style>
span { border-color: #83DA9D; }
span { border-color: rgb(131,218,157); }
td.TdClassName
{
border-color: #83DA9D;
}
.TagClassName
{
border-color: #83DA9D;
}
</style>