Shades of Gossip #8FD179
Tints of Gossip #8FD179
RGB
CMYK
RGB Variations
Color information
#8FD179 (or 0x8FD179) is known color: Gossip. HEX triplet: 8F, D1 and 79. RGB value is (143,209,121). Sum of RGB (Red+Green+Blue) = 143+209+121=473 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.23% from 473); Green value is 209 (82.03% from 255 or 44.19% from 473); Blue value is 121 (47.66% from 255 or 25.58% from 473); Max value from RGB is 209 - color contains mainly: green. Hex color #8FD179 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD179 is #702E86. Grayscale: #B3B3B3. Windows color (decimal): -7351943 or 7983503. OLE color: 7983503.
HSL color Cylindrical-coordinate representation of color #8FD179: hue angle of 105º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FD179 is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 143 | 209 | 121 | - |
| CMYK | 0.32 | 0 | 0.42 | 0.18 |
| HSL | 105º | 0.49% | 0.65% | - |
| HSV(B) | 105º | 0.42% | 0.82% | - |
| XYZ | 37.58 | 52.82 | 26.3 | - |
| YUV | 179.23 | 95.13 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 209 | 121 | 0.32 | 0 | 0.42 | 0.18 | 105 | 0.49 | 0.65 |
| Hex | 8F | D1 | 79 | 20 | 0 | 2A | 12 | 69 | 31 | 41 |
| Octal | 217 | 321 | 171 | 40 | 0 | 52 | 22 | 151 | 61 | 101 |
| Binary | 10001111 | 11010001 | 1111001 | 100000 | 0 | 101010 | 10010 | 1101001 | 110001 | 1000001 |
Color Harmonies of #8FD179
Complementary color
Monochromatic Colors of #8FD179
Black with #8FD179
Text Example
Text Example
White with #8FD179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD179; }
p { color: rgb(143,209,121); }
H1.HeaderClassName
{
color: #8FD179;
}
.AnyTagClassName
{
color: #8FD179;
}
</style>
background-color css
<style>
a { background-color: #8FD179; }
a { background-color: rgb(143,209,121); }
div.DivClassName
{
background-color: #8FD179;
}
.BgClassName
{
background-color: #8FD179;
}
</style>
border-color css
<style>
span { border-color: #8FD179; }
span { border-color: rgb(143,209,121); }
td.TdClassName
{
border-color: #8FD179;
}
.TagClassName
{
border-color: #8FD179;
}
</style>