Shades of Chinook #81DA9B
Tints of Chinook #81DA9B
RGB
CMYK
RGB Variations
Color information
#81DA9B (or 0x81DA9B) is known color: Chinook. HEX triplet: 81, DA and 9B. RGB value is (129,218,155). Sum of RGB (Red+Green+Blue) = 129+218+155=502 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.70% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 155 (60.94% from 255 or 30.88% from 502); Max value from RGB is 218 - color contains mainly: green. Hex color #81DA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DA9B is #7E2564. Grayscale: #B8B8B8. Windows color (decimal): -8267109 or 10214017. OLE color: 10214017.
HSL color Cylindrical-coordinate representation of color #81DA9B: hue angle of 137.53º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81DA9B is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 218 | 155 | - |
| CMYK | 0.41 | 0 | 0.29 | 0.15 |
| HSL | 137.53º | 0.55% | 0.68% | - |
| HSV(B) | 137.53º | 0.41% | 0.85% | - |
| XYZ | 40.04 | 57.18 | 39.94 | - |
| YUV | 184.21 | 111.51 | 88.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 218 | 155 | 0.41 | 0 | 0.29 | 0.15 | 137.53 | 0.55 | 0.68 |
| Hex | 81 | DA | 9B | 29 | 0 | 1D | F | 8A | 37 | 44 |
| Octal | 201 | 332 | 233 | 51 | 0 | 35 | 17 | 212 | 67 | 104 |
| Binary | 10000001 | 11011010 | 10011011 | 101001 | 0 | 11101 | 1111 | 10001010 | 110111 | 1000100 |
Color Harmonies of #81DA9B
Complementary color
Monochromatic Colors of #81DA9B
Black with #81DA9B
Text Example
Text Example
White with #81DA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DA9B; }
p { color: rgb(129,218,155); }
H1.HeaderClassName
{
color: #81DA9B;
}
.AnyTagClassName
{
color: #81DA9B;
}
</style>
background-color css
<style>
a { background-color: #81DA9B; }
a { background-color: rgb(129,218,155); }
div.DivClassName
{
background-color: #81DA9B;
}
.BgClassName
{
background-color: #81DA9B;
}
</style>
border-color css
<style>
span { border-color: #81DA9B; }
span { border-color: rgb(129,218,155); }
td.TdClassName
{
border-color: #81DA9B;
}
.TagClassName
{
border-color: #81DA9B;
}
</style>