Shades of Chinook #81DD9D
Tints of Chinook #81DD9D
RGB
CMYK
RGB Variations
Color information
#81DD9D (or 0x81DD9D) is known color: Chinook. HEX triplet: 81, DD and 9D. RGB value is (129,221,157). Sum of RGB (Red+Green+Blue) = 129+221+157=507 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.44% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 157 (61.72% from 255 or 30.97% from 507); Max value from RGB is 221 - color contains mainly: green. Hex color #81DD9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DD9D is #7E2262. Grayscale: #BABABA. Windows color (decimal): -8266339 or 10345857. OLE color: 10345857.
HSL color Cylindrical-coordinate representation of color #81DD9D: hue angle of 138.26º 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 #81DD9D is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 221 | 157 | - |
| CMYK | 0.42 | 0 | 0.29 | 0.13 |
| HSL | 138.26º | 0.58% | 0.69% | - |
| HSV(B) | 138.26º | 0.42% | 0.87% | - |
| XYZ | 41 | 58.81 | 41.09 | - |
| YUV | 186.2 | 111.52 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 221 | 157 | 0.42 | 0 | 0.29 | 0.13 | 138.26 | 0.58 | 0.69 |
| Hex | 81 | DD | 9D | 2A | 0 | 1D | D | 8A | 3A | 45 |
| Octal | 201 | 335 | 235 | 52 | 0 | 35 | 15 | 212 | 72 | 105 |
| Binary | 10000001 | 11011101 | 10011101 | 101010 | 0 | 11101 | 1101 | 10001010 | 111010 | 1000101 |
Color Harmonies of #81DD9D
Complementary color
Monochromatic Colors of #81DD9D
Black with #81DD9D
Text Example
Text Example
White with #81DD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DD9D; }
p { color: rgb(129,221,157); }
H1.HeaderClassName
{
color: #81DD9D;
}
.AnyTagClassName
{
color: #81DD9D;
}
</style>
background-color css
<style>
a { background-color: #81DD9D; }
a { background-color: rgb(129,221,157); }
div.DivClassName
{
background-color: #81DD9D;
}
.BgClassName
{
background-color: #81DD9D;
}
</style>
border-color css
<style>
span { border-color: #81DD9D; }
span { border-color: rgb(129,221,157); }
td.TdClassName
{
border-color: #81DD9D;
}
.TagClassName
{
border-color: #81DD9D;
}
</style>