Shades of Chinook #81DC9C
Tints of Chinook #81DC9C
RGB
CMYK
RGB Variations
Color information
#81DC9C (or 0x81DC9C) is known color: Chinook. HEX triplet: 81, DC and 9C. RGB value is (129,220,156). Sum of RGB (Red+Green+Blue) = 129+220+156=505 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.54% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 156 (61.33% from 255 or 30.89% from 505); Max value from RGB is 220 - color contains mainly: green. Hex color #81DC9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DC9C is #7E2363. Grayscale: #B9B9B9. Windows color (decimal): -8266596 or 10280065. OLE color: 10280065.
HSL color Cylindrical-coordinate representation of color #81DC9C: hue angle of 137.8º degrees, saturation: 0.57, 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 #81DC9C is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 220 | 156 | - |
| CMYK | 0.41 | 0 | 0.29 | 0.14 |
| HSL | 137.8º | 0.57% | 0.68% | - |
| HSV(B) | 137.8º | 0.41% | 0.86% | - |
| XYZ | 40.65 | 58.25 | 40.55 | - |
| YUV | 185.5 | 111.35 | 87.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 220 | 156 | 0.41 | 0 | 0.29 | 0.14 | 137.8 | 0.57 | 0.68 |
| Hex | 81 | DC | 9C | 29 | 0 | 1D | E | 8A | 39 | 44 |
| Octal | 201 | 334 | 234 | 51 | 0 | 35 | 16 | 212 | 71 | 104 |
| Binary | 10000001 | 11011100 | 10011100 | 101001 | 0 | 11101 | 1110 | 10001010 | 111001 | 1000100 |
Color Harmonies of #81DC9C
Complementary color
Monochromatic Colors of #81DC9C
Black with #81DC9C
Text Example
Text Example
White with #81DC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DC9C; }
p { color: rgb(129,220,156); }
H1.HeaderClassName
{
color: #81DC9C;
}
.AnyTagClassName
{
color: #81DC9C;
}
</style>
background-color css
<style>
a { background-color: #81DC9C; }
a { background-color: rgb(129,220,156); }
div.DivClassName
{
background-color: #81DC9C;
}
.BgClassName
{
background-color: #81DC9C;
}
</style>
border-color css
<style>
span { border-color: #81DC9C; }
span { border-color: rgb(129,220,156); }
td.TdClassName
{
border-color: #81DC9C;
}
.TagClassName
{
border-color: #81DC9C;
}
</style>