Shades of Chinook #84D69F
Tints of Chinook #84D69F
RGB
CMYK
RGB Variations
Color information
#84D69F (or 0x84D69F) is known color: Chinook. HEX triplet: 84, D6 and 9F. RGB value is (132,214,159). Sum of RGB (Red+Green+Blue) = 132+214+159=505 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.14% from 505); Green value is 214 (83.98% from 255 or 42.38% from 505); Blue value is 159 (62.5% from 255 or 31.49% from 505); Max value from RGB is 214 - color contains mainly: green. Hex color #84D69F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D69F is #7B2960. Grayscale: #B7B7B7. Windows color (decimal): -8071521 or 10475140. OLE color: 10475140.
HSL color Cylindrical-coordinate representation of color #84D69F: hue angle of 139.76º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84D69F is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 214 | 159 | - |
| CMYK | 0.38 | 0 | 0.26 | 0.16 |
| HSL | 139.76º | 0.5% | 0.68% | - |
| HSV(B) | 139.76º | 0.38% | 0.84% | - |
| XYZ | 39.82 | 55.5 | 41.42 | - |
| YUV | 183.21 | 114.33 | 91.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 214 | 159 | 0.38 | 0 | 0.26 | 0.16 | 139.76 | 0.5 | 0.68 |
| Hex | 84 | D6 | 9F | 26 | 0 | 1A | 10 | 8C | 32 | 44 |
| Octal | 204 | 326 | 237 | 46 | 0 | 32 | 20 | 214 | 62 | 104 |
| Binary | 10000100 | 11010110 | 10011111 | 100110 | 0 | 11010 | 10000 | 10001100 | 110010 | 1000100 |
Color Harmonies of #84D69F
Complementary color
Monochromatic Colors of #84D69F
Black with #84D69F
Text Example
Text Example
White with #84D69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D69F; }
p { color: rgb(132,214,159); }
H1.HeaderClassName
{
color: #84D69F;
}
.AnyTagClassName
{
color: #84D69F;
}
</style>
background-color css
<style>
a { background-color: #84D69F; }
a { background-color: rgb(132,214,159); }
div.DivClassName
{
background-color: #84D69F;
}
.BgClassName
{
background-color: #84D69F;
}
</style>
border-color css
<style>
span { border-color: #84D69F; }
span { border-color: rgb(132,214,159); }
td.TdClassName
{
border-color: #84D69F;
}
.TagClassName
{
border-color: #84D69F;
}
</style>