Shades of Gossip #8DC97B
Tints of Gossip #8DC97B
RGB
CMYK
RGB Variations
Color information
#8DC97B (or 0x8DC97B) is known color: Gossip. HEX triplet: 8D, C9 and 7B. RGB value is (141,201,123). Sum of RGB (Red+Green+Blue) = 141+201+123=465 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.32% from 465); Green value is 201 (78.91% from 255 or 43.23% from 465); Blue value is 123 (48.44% from 255 or 26.45% from 465); Max value from RGB is 201 - color contains mainly: green. Hex color #8DC97B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC97B is #723684. Grayscale: #AEAEAE. Windows color (decimal): -7485061 or 8112525. OLE color: 8112525.
HSL color Cylindrical-coordinate representation of color #8DC97B: hue angle of 106.15º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DC97B is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 201 | 123 | - |
| CMYK | 0.30 | 0 | 0.39 | 0.21 |
| HSL | 106.15º | 0.42% | 0.64% | - |
| HSV(B) | 106.15º | 0.39% | 0.79% | - |
| XYZ | 35.45 | 48.87 | 26.3 | - |
| YUV | 174.17 | 99.12 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 201 | 123 | 0.30 | 0 | 0.39 | 0.21 | 106.15 | 0.42 | 0.64 |
| Hex | 8D | C9 | 7B | 1E | 0 | 27 | 15 | 6A | 2A | 40 |
| Octal | 215 | 311 | 173 | 36 | 0 | 47 | 25 | 152 | 52 | 100 |
| Binary | 10001101 | 11001001 | 1111011 | 11110 | 0 | 100111 | 10101 | 1101010 | 101010 | 1000000 |
Color Harmonies of #8DC97B
Complementary color
Monochromatic Colors of #8DC97B
Black with #8DC97B
Text Example
Text Example
White with #8DC97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC97B; }
p { color: rgb(141,201,123); }
H1.HeaderClassName
{
color: #8DC97B;
}
.AnyTagClassName
{
color: #8DC97B;
}
</style>
background-color css
<style>
a { background-color: #8DC97B; }
a { background-color: rgb(141,201,123); }
div.DivClassName
{
background-color: #8DC97B;
}
.BgClassName
{
background-color: #8DC97B;
}
</style>
border-color css
<style>
span { border-color: #8DC97B; }
span { border-color: rgb(141,201,123); }
td.TdClassName
{
border-color: #8DC97B;
}
.TagClassName
{
border-color: #8DC97B;
}
</style>