Shades of Gossip #8FD976
Tints of Gossip #8FD976
RGB
CMYK
RGB Variations
Color information
#8FD976 (or 0x8FD976) is known color: Gossip. HEX triplet: 8F, D9 and 76. RGB value is (143,217,118). Sum of RGB (Red+Green+Blue) = 143+217+118=478 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.92% from 478); Green value is 217 (85.16% from 255 or 45.40% from 478); Blue value is 118 (46.48% from 255 or 24.69% from 478); Max value from RGB is 217 - color contains mainly: green. Hex color #8FD976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD976 is #702689. Grayscale: #B7B7B7. Windows color (decimal): -7349898 or 7788943. OLE color: 7788943.
HSL color Cylindrical-coordinate representation of color #8FD976: hue angle of 104.85º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8FD976 is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 217 | 118 | - |
| CMYK | 0.34 | 0 | 0.46 | 0.15 |
| HSL | 104.85º | 0.57% | 0.66% | - |
| HSV(B) | 104.85º | 0.46% | 0.85% | - |
| XYZ | 39.41 | 56.77 | 26.02 | - |
| YUV | 183.59 | 90.98 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 217 | 118 | 0.34 | 0 | 0.46 | 0.15 | 104.85 | 0.57 | 0.66 |
| Hex | 8F | D9 | 76 | 22 | 0 | 2E | F | 69 | 39 | 42 |
| Octal | 217 | 331 | 166 | 42 | 0 | 56 | 17 | 151 | 71 | 102 |
| Binary | 10001111 | 11011001 | 1110110 | 100010 | 0 | 101110 | 1111 | 1101001 | 111001 | 1000010 |
Color Harmonies of #8FD976
Complementary color
Monochromatic Colors of #8FD976
Black with #8FD976
Text Example
Text Example
White with #8FD976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD976; }
p { color: rgb(143,217,118); }
H1.HeaderClassName
{
color: #8FD976;
}
.AnyTagClassName
{
color: #8FD976;
}
</style>
background-color css
<style>
a { background-color: #8FD976; }
a { background-color: rgb(143,217,118); }
div.DivClassName
{
background-color: #8FD976;
}
.BgClassName
{
background-color: #8FD976;
}
</style>
border-color css
<style>
span { border-color: #8FD976; }
span { border-color: rgb(143,217,118); }
td.TdClassName
{
border-color: #8FD976;
}
.TagClassName
{
border-color: #8FD976;
}
</style>