Shades of Chinook #81DD9B
Tints of Chinook #81DD9B
RGB
CMYK
RGB Variations
Color information
#81DD9B (or 0x81DD9B) is known color: Chinook. HEX triplet: 81, DD and 9B. RGB value is (129,221,155). Sum of RGB (Red+Green+Blue) = 129+221+155=505 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.54% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 155 (60.94% from 255 or 30.69% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #81DD9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DD9B is #7E2264. Grayscale: #BABABA. Windows color (decimal): -8266341 or 10214785. OLE color: 10214785.
HSL color Cylindrical-coordinate representation of color #81DD9B: hue angle of 136.96º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81DD9B is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 221 | 155 | - |
| CMYK | 0.42 | 0 | 0.30 | 0.13 |
| HSL | 136.96º | 0.58% | 0.69% | - |
| HSV(B) | 136.96º | 0.42% | 0.87% | - |
| XYZ | 40.83 | 58.75 | 40.2 | - |
| YUV | 185.97 | 110.52 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 221 | 155 | 0.42 | 0 | 0.30 | 0.13 | 136.96 | 0.58 | 0.69 |
| Hex | 81 | DD | 9B | 2A | 0 | 1E | D | 89 | 3A | 45 |
| Octal | 201 | 335 | 233 | 52 | 0 | 36 | 15 | 211 | 72 | 105 |
| Binary | 10000001 | 11011101 | 10011011 | 101010 | 0 | 11110 | 1101 | 10001001 | 111010 | 1000101 |
Color Harmonies of #81DD9B
Complementary color
Monochromatic Colors of #81DD9B
Black with #81DD9B
Text Example
Text Example
White with #81DD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DD9B; }
p { color: rgb(129,221,155); }
H1.HeaderClassName
{
color: #81DD9B;
}
.AnyTagClassName
{
color: #81DD9B;
}
</style>
background-color css
<style>
a { background-color: #81DD9B; }
a { background-color: rgb(129,221,155); }
div.DivClassName
{
background-color: #81DD9B;
}
.BgClassName
{
background-color: #81DD9B;
}
</style>
border-color css
<style>
span { border-color: #81DD9B; }
span { border-color: rgb(129,221,155); }
td.TdClassName
{
border-color: #81DD9B;
}
.TagClassName
{
border-color: #81DD9B;
}
</style>