Shades of Chinook #81DB9D
Tints of Chinook #81DB9D
RGB
CMYK
RGB Variations
Color information
#81DB9D (or 0x81DB9D) is known color: Chinook. HEX triplet: 81, DB and 9D. RGB value is (129,219,157). Sum of RGB (Red+Green+Blue) = 129+219+157=505 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.54% from 505); Green value is 219 (85.94% from 255 or 43.37% from 505); Blue value is 157 (61.72% from 255 or 31.09% from 505); Max value from RGB is 219 - color contains mainly: green. Hex color #81DB9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DB9D is #7E2462. Grayscale: #B9B9B9. Windows color (decimal): -8266851 or 10345345. OLE color: 10345345.
HSL color Cylindrical-coordinate representation of color #81DB9D: hue angle of 138.67º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81DB9D is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 219 | 157 | - |
| CMYK | 0.41 | 0 | 0.28 | 0.14 |
| HSL | 138.67º | 0.56% | 0.68% | - |
| HSV(B) | 138.67º | 0.41% | 0.86% | - |
| XYZ | 40.47 | 57.76 | 40.91 | - |
| YUV | 185.02 | 112.18 | 88.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 219 | 157 | 0.41 | 0 | 0.28 | 0.14 | 138.67 | 0.56 | 0.68 |
| Hex | 81 | DB | 9D | 29 | 0 | 1C | E | 8B | 38 | 44 |
| Octal | 201 | 333 | 235 | 51 | 0 | 34 | 16 | 213 | 70 | 104 |
| Binary | 10000001 | 11011011 | 10011101 | 101001 | 0 | 11100 | 1110 | 10001011 | 111000 | 1000100 |
Color Harmonies of #81DB9D
Complementary color
Monochromatic Colors of #81DB9D
Black with #81DB9D
Text Example
Text Example
White with #81DB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DB9D; }
p { color: rgb(129,219,157); }
H1.HeaderClassName
{
color: #81DB9D;
}
.AnyTagClassName
{
color: #81DB9D;
}
</style>
background-color css
<style>
a { background-color: #81DB9D; }
a { background-color: rgb(129,219,157); }
div.DivClassName
{
background-color: #81DB9D;
}
.BgClassName
{
background-color: #81DB9D;
}
</style>
border-color css
<style>
span { border-color: #81DB9D; }
span { border-color: rgb(129,219,157); }
td.TdClassName
{
border-color: #81DB9D;
}
.TagClassName
{
border-color: #81DB9D;
}
</style>