Shades of Chinook #8DE19F
Tints of Chinook #8DE19F
RGB
CMYK
RGB Variations
Color information
#8DE19F (or 0x8DE19F) is known color: Chinook. HEX triplet: 8D, E1 and 9F. RGB value is (141,225,159). Sum of RGB (Red+Green+Blue) = 141+225+159=525 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.86% from 525); Green value is 225 (88.28% from 255 or 42.86% from 525); Blue value is 159 (62.5% from 255 or 30.29% from 525); Max value from RGB is 225 - color contains mainly: green. Hex color #8DE19F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DE19F is #721E60. Grayscale: #C0C0C0. Windows color (decimal): -7478881 or 10477965. OLE color: 10477965.
HSL color Cylindrical-coordinate representation of color #8DE19F: hue angle of 132.86º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DE19F is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 141 | 225 | 159 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.12 |
| HSL | 132.86º | 0.58% | 0.72% | - |
| HSV(B) | 132.86º | 0.37% | 0.88% | - |
| XYZ | 44.17 | 62.02 | 42.44 | - |
| YUV | 192.36 | 109.17 | 91.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 225 | 159 | 0.37 | 0 | 0.29 | 0.12 | 132.86 | 0.58 | 0.72 |
| Hex | 8D | E1 | 9F | 25 | 0 | 1D | C | 85 | 3A | 48 |
| Octal | 215 | 341 | 237 | 45 | 0 | 35 | 14 | 205 | 72 | 110 |
| Binary | 10001101 | 11100001 | 10011111 | 100101 | 0 | 11101 | 1100 | 10000101 | 111010 | 1001000 |
Color Harmonies of #8DE19F
Complementary color
Monochromatic Colors of #8DE19F
Black with #8DE19F
Text Example
Text Example
White with #8DE19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE19F; }
p { color: rgb(141,225,159); }
H1.HeaderClassName
{
color: #8DE19F;
}
.AnyTagClassName
{
color: #8DE19F;
}
</style>
background-color css
<style>
a { background-color: #8DE19F; }
a { background-color: rgb(141,225,159); }
div.DivClassName
{
background-color: #8DE19F;
}
.BgClassName
{
background-color: #8DE19F;
}
</style>
border-color css
<style>
span { border-color: #8DE19F; }
span { border-color: rgb(141,225,159); }
td.TdClassName
{
border-color: #8DE19F;
}
.TagClassName
{
border-color: #8DE19F;
}
</style>