Shades of Gossip #8DC975
Tints of Gossip #8DC975
RGB
CMYK
RGB Variations
Color information
#8DC975 (or 0x8DC975) is known color: Gossip. HEX triplet: 8D, C9 and 75. RGB value is (141,201,117). Sum of RGB (Red+Green+Blue) = 141+201+117=459 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.72% from 459); Green value is 201 (78.91% from 255 or 43.79% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 201 - color contains mainly: green. Hex color #8DC975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC975 is #72368A. Grayscale: #ADADAD. Windows color (decimal): -7485067 or 7719309. OLE color: 7719309.
HSL color Cylindrical-coordinate representation of color #8DC975: hue angle of 102.86º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DC975 is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 201 | 117 | - |
| CMYK | 0.30 | 0 | 0.42 | 0.21 |
| HSL | 102.86º | 0.44% | 0.62% | - |
| HSV(B) | 102.86º | 0.42% | 0.79% | - |
| XYZ | 35.08 | 48.72 | 24.38 | - |
| YUV | 173.48 | 96.12 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 201 | 117 | 0.30 | 0 | 0.42 | 0.21 | 102.86 | 0.44 | 0.62 |
| Hex | 8D | C9 | 75 | 1E | 0 | 2A | 15 | 67 | 2C | 3E |
| Octal | 215 | 311 | 165 | 36 | 0 | 52 | 25 | 147 | 54 | 76 |
| Binary | 10001101 | 11001001 | 1110101 | 11110 | 0 | 101010 | 10101 | 1100111 | 101100 | 111110 |
Color Harmonies of #8DC975
Complementary color
Monochromatic Colors of #8DC975
Black with #8DC975
Text Example
Text Example
White with #8DC975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC975; }
p { color: rgb(141,201,117); }
H1.HeaderClassName
{
color: #8DC975;
}
.AnyTagClassName
{
color: #8DC975;
}
</style>
background-color css
<style>
a { background-color: #8DC975; }
a { background-color: rgb(141,201,117); }
div.DivClassName
{
background-color: #8DC975;
}
.BgClassName
{
background-color: #8DC975;
}
</style>
border-color css
<style>
span { border-color: #8DC975; }
span { border-color: rgb(141,201,117); }
td.TdClassName
{
border-color: #8DC975;
}
.TagClassName
{
border-color: #8DC975;
}
</style>