Shades of Chinook #83DF9E
Tints of Chinook #83DF9E
RGB
CMYK
RGB Variations
Color information
#83DF9E (or 0x83DF9E) is known color: Chinook. HEX triplet: 83, DF and 9E. RGB value is (131,223,158). Sum of RGB (Red+Green+Blue) = 131+223+158=512 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.59% from 512); Green value is 223 (87.5% from 255 or 43.55% from 512); Blue value is 158 (62.11% from 255 or 30.86% from 512); Max value from RGB is 223 - color contains mainly: green. Hex color #83DF9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DF9E is #7C2061. Grayscale: #BCBCBC. Windows color (decimal): -8134754 or 10411907. OLE color: 10411907.
HSL color Cylindrical-coordinate representation of color #83DF9E: hue angle of 137.61º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83DF9E is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 223 | 158 | - |
| CMYK | 0.41 | 0 | 0.29 | 0.13 |
| HSL | 137.61º | 0.59% | 0.69% | - |
| HSV(B) | 137.61º | 0.41% | 0.87% | - |
| XYZ | 41.92 | 60.07 | 41.73 | - |
| YUV | 188.08 | 111.02 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 223 | 158 | 0.41 | 0 | 0.29 | 0.13 | 137.61 | 0.59 | 0.69 |
| Hex | 83 | DF | 9E | 29 | 0 | 1D | D | 8A | 3B | 45 |
| Octal | 203 | 337 | 236 | 51 | 0 | 35 | 15 | 212 | 73 | 105 |
| Binary | 10000011 | 11011111 | 10011110 | 101001 | 0 | 11101 | 1101 | 10001010 | 111011 | 1000101 |
Color Harmonies of #83DF9E
Complementary color
Monochromatic Colors of #83DF9E
Black with #83DF9E
Text Example
Text Example
White with #83DF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DF9E; }
p { color: rgb(131,223,158); }
H1.HeaderClassName
{
color: #83DF9E;
}
.AnyTagClassName
{
color: #83DF9E;
}
</style>
background-color css
<style>
a { background-color: #83DF9E; }
a { background-color: rgb(131,223,158); }
div.DivClassName
{
background-color: #83DF9E;
}
.BgClassName
{
background-color: #83DF9E;
}
</style>
border-color css
<style>
span { border-color: #83DF9E; }
span { border-color: rgb(131,223,158); }
td.TdClassName
{
border-color: #83DF9E;
}
.TagClassName
{
border-color: #83DF9E;
}
</style>