Shades of Chinook #81D99D
Tints of Chinook #81D99D
RGB
CMYK
RGB Variations
Color information
#81D99D (or 0x81D99D) is known color: Chinook. HEX triplet: 81, D9 and 9D. RGB value is (129,217,157). Sum of RGB (Red+Green+Blue) = 129+217+157=503 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.65% from 503); Green value is 217 (85.16% from 255 or 43.14% from 503); Blue value is 157 (61.72% from 255 or 31.21% from 503); Max value from RGB is 217 - color contains mainly: green. Hex color #81D99D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D99D is #7E2662. Grayscale: #B8B8B8. Windows color (decimal): -8267363 or 10344833. OLE color: 10344833.
HSL color Cylindrical-coordinate representation of color #81D99D: hue angle of 139.09º degrees, saturation: 0.54, 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 #81D99D is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 217 | 157 | - |
| CMYK | 0.41 | 0 | 0.28 | 0.15 |
| HSL | 139.09º | 0.54% | 0.68% | - |
| HSV(B) | 139.09º | 0.41% | 0.85% | - |
| XYZ | 39.95 | 56.73 | 40.74 | - |
| YUV | 183.85 | 112.85 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 217 | 157 | 0.41 | 0 | 0.28 | 0.15 | 139.09 | 0.54 | 0.68 |
| Hex | 81 | D9 | 9D | 29 | 0 | 1C | F | 8B | 36 | 44 |
| Octal | 201 | 331 | 235 | 51 | 0 | 34 | 17 | 213 | 66 | 104 |
| Binary | 10000001 | 11011001 | 10011101 | 101001 | 0 | 11100 | 1111 | 10001011 | 110110 | 1000100 |
Color Harmonies of #81D99D
Complementary color
Monochromatic Colors of #81D99D
Black with #81D99D
Text Example
Text Example
White with #81D99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D99D; }
p { color: rgb(129,217,157); }
H1.HeaderClassName
{
color: #81D99D;
}
.AnyTagClassName
{
color: #81D99D;
}
</style>
background-color css
<style>
a { background-color: #81D99D; }
a { background-color: rgb(129,217,157); }
div.DivClassName
{
background-color: #81D99D;
}
.BgClassName
{
background-color: #81D99D;
}
</style>
border-color css
<style>
span { border-color: #81D99D; }
span { border-color: rgb(129,217,157); }
td.TdClassName
{
border-color: #81D99D;
}
.TagClassName
{
border-color: #81D99D;
}
</style>