Shades of Chinook #8DD79A
Tints of Chinook #8DD79A
RGB
CMYK
RGB Variations
Color information
#8DD79A (or 0x8DD79A) is known color: Chinook. HEX triplet: 8D, D7 and 9A. RGB value is (141,215,154). Sum of RGB (Red+Green+Blue) = 141+215+154=510 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.65% from 510); Green value is 215 (84.38% from 255 or 42.16% from 510); Blue value is 154 (60.55% from 255 or 30.20% from 510); Max value from RGB is 215 - color contains mainly: green. Hex color #8DD79A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD79A is #722865. Grayscale: #BABABA. Windows color (decimal): -7481446 or 10147725. OLE color: 10147725.
HSL color Cylindrical-coordinate representation of color #8DD79A: hue angle of 130.54º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8DD79A is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 141 | 215 | 154 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.16 |
| HSL | 130.54º | 0.48% | 0.7% | - |
| HSV(B) | 130.54º | 0.34% | 0.84% | - |
| XYZ | 41.12 | 56.6 | 39.33 | - |
| YUV | 185.92 | 109.98 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 215 | 154 | 0.34 | 0 | 0.28 | 0.16 | 130.54 | 0.48 | 0.7 |
| Hex | 8D | D7 | 9A | 22 | 0 | 1C | 10 | 83 | 30 | 46 |
| Octal | 215 | 327 | 232 | 42 | 0 | 34 | 20 | 203 | 60 | 106 |
| Binary | 10001101 | 11010111 | 10011010 | 100010 | 0 | 11100 | 10000 | 10000011 | 110000 | 1000110 |
Color Harmonies of #8DD79A
Complementary color
Monochromatic Colors of #8DD79A
Black with #8DD79A
Text Example
Text Example
White with #8DD79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD79A; }
p { color: rgb(141,215,154); }
H1.HeaderClassName
{
color: #8DD79A;
}
.AnyTagClassName
{
color: #8DD79A;
}
</style>
background-color css
<style>
a { background-color: #8DD79A; }
a { background-color: rgb(141,215,154); }
div.DivClassName
{
background-color: #8DD79A;
}
.BgClassName
{
background-color: #8DD79A;
}
</style>
border-color css
<style>
span { border-color: #8DD79A; }
span { border-color: rgb(141,215,154); }
td.TdClassName
{
border-color: #8DD79A;
}
.TagClassName
{
border-color: #8DD79A;
}
</style>