Shades of Chinook #81DF9D
Tints of Chinook #81DF9D
RGB
CMYK
RGB Variations
Color information
#81DF9D (or 0x81DF9D) is known color: Chinook. HEX triplet: 81, DF and 9D. RGB value is (129,223,157). Sum of RGB (Red+Green+Blue) = 129+223+157=509 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.34% from 509); Green value is 223 (87.5% from 255 or 43.81% from 509); Blue value is 157 (61.72% from 255 or 30.84% from 509); Max value from RGB is 223 - color contains mainly: green. Hex color #81DF9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DF9D is #7E2062. Grayscale: #BBBBBB. Windows color (decimal): -8265827 or 10346369. OLE color: 10346369.
HSL color Cylindrical-coordinate representation of color #81DF9D: hue angle of 137.87º degrees, saturation: 0.59, 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 #81DF9D is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 223 | 157 | - |
| CMYK | 0.42 | 0 | 0.30 | 0.13 |
| HSL | 137.87º | 0.59% | 0.69% | - |
| HSV(B) | 137.87º | 0.42% | 0.87% | - |
| XYZ | 41.53 | 59.88 | 41.27 | - |
| YUV | 187.37 | 110.86 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 223 | 157 | 0.42 | 0 | 0.30 | 0.13 | 137.87 | 0.59 | 0.69 |
| Hex | 81 | DF | 9D | 2A | 0 | 1E | D | 8A | 3B | 45 |
| Octal | 201 | 337 | 235 | 52 | 0 | 36 | 15 | 212 | 73 | 105 |
| Binary | 10000001 | 11011111 | 10011101 | 101010 | 0 | 11110 | 1101 | 10001010 | 111011 | 1000101 |
Color Harmonies of #81DF9D
Complementary color
Monochromatic Colors of #81DF9D
Black with #81DF9D
Text Example
Text Example
White with #81DF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DF9D; }
p { color: rgb(129,223,157); }
H1.HeaderClassName
{
color: #81DF9D;
}
.AnyTagClassName
{
color: #81DF9D;
}
</style>
background-color css
<style>
a { background-color: #81DF9D; }
a { background-color: rgb(129,223,157); }
div.DivClassName
{
background-color: #81DF9D;
}
.BgClassName
{
background-color: #81DF9D;
}
</style>
border-color css
<style>
span { border-color: #81DF9D; }
span { border-color: rgb(129,223,157); }
td.TdClassName
{
border-color: #81DF9D;
}
.TagClassName
{
border-color: #81DF9D;
}
</style>