Shades of Chinook #80DF9D
Tints of Chinook #80DF9D
RGB
CMYK
RGB Variations
Color information
#80DF9D (or 0x80DF9D) is known color: Chinook. HEX triplet: 80, DF and 9D. RGB value is (128,223,157). Sum of RGB (Red+Green+Blue) = 128+223+157=508 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.20% from 508); Green value is 223 (87.5% from 255 or 43.90% from 508); Blue value is 157 (61.72% from 255 or 30.91% from 508); Max value from RGB is 223 - color contains mainly: green. Hex color #80DF9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DF9D is #7F2062. Grayscale: #BBBBBB. Windows color (decimal): -8331363 or 10346368. OLE color: 10346368.
HSL color Cylindrical-coordinate representation of color #80DF9D: hue angle of 138.32º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80DF9D is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 223 | 157 | - |
| CMYK | 0.43 | 0 | 0.30 | 0.13 |
| HSL | 138.32º | 0.6% | 0.69% | - |
| HSV(B) | 138.32º | 0.43% | 0.87% | - |
| XYZ | 41.38 | 59.8 | 41.26 | - |
| YUV | 187.07 | 111.03 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 223 | 157 | 0.43 | 0 | 0.30 | 0.13 | 138.32 | 0.6 | 0.69 |
| Hex | 80 | DF | 9D | 2B | 0 | 1E | D | 8A | 3C | 45 |
| Octal | 200 | 337 | 235 | 53 | 0 | 36 | 15 | 212 | 74 | 105 |
| Binary | 10000000 | 11011111 | 10011101 | 101011 | 0 | 11110 | 1101 | 10001010 | 111100 | 1000101 |
Color Harmonies of #80DF9D
Complementary color
Monochromatic Colors of #80DF9D
Black with #80DF9D
Text Example
Text Example
White with #80DF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DF9D; }
p { color: rgb(128,223,157); }
H1.HeaderClassName
{
color: #80DF9D;
}
.AnyTagClassName
{
color: #80DF9D;
}
</style>
background-color css
<style>
a { background-color: #80DF9D; }
a { background-color: rgb(128,223,157); }
div.DivClassName
{
background-color: #80DF9D;
}
.BgClassName
{
background-color: #80DF9D;
}
</style>
border-color css
<style>
span { border-color: #80DF9D; }
span { border-color: rgb(128,223,157); }
td.TdClassName
{
border-color: #80DF9D;
}
.TagClassName
{
border-color: #80DF9D;
}
</style>