Shades of Gossip #8FD175
Tints of Gossip #8FD175
RGB
CMYK
RGB Variations
Color information
#8FD175 (or 0x8FD175) is known color: Gossip. HEX triplet: 8F, D1 and 75. RGB value is (143,209,117). Sum of RGB (Red+Green+Blue) = 143+209+117=469 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.49% from 469); Green value is 209 (82.03% from 255 or 44.56% from 469); Blue value is 117 (46.09% from 255 or 24.95% from 469); Max value from RGB is 209 - color contains mainly: green. Hex color #8FD175 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD175 is #702E8A. Grayscale: #B3B3B3. Windows color (decimal): -7351947 or 7721359. OLE color: 7721359.
HSL color Cylindrical-coordinate representation of color #8FD175: hue angle of 103.04º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FD175 is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 143 | 209 | 117 | - |
| CMYK | 0.32 | 0 | 0.44 | 0.18 |
| HSL | 103.04º | 0.5% | 0.64% | - |
| HSV(B) | 103.04º | 0.44% | 0.82% | - |
| XYZ | 37.34 | 52.72 | 25.04 | - |
| YUV | 178.78 | 93.13 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 209 | 117 | 0.32 | 0 | 0.44 | 0.18 | 103.04 | 0.5 | 0.64 |
| Hex | 8F | D1 | 75 | 20 | 0 | 2C | 12 | 67 | 32 | 40 |
| Octal | 217 | 321 | 165 | 40 | 0 | 54 | 22 | 147 | 62 | 100 |
| Binary | 10001111 | 11010001 | 1110101 | 100000 | 0 | 101100 | 10010 | 1100111 | 110010 | 1000000 |
Color Harmonies of #8FD175
Complementary color
Monochromatic Colors of #8FD175
Black with #8FD175
Text Example
Text Example
White with #8FD175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD175; }
p { color: rgb(143,209,117); }
H1.HeaderClassName
{
color: #8FD175;
}
.AnyTagClassName
{
color: #8FD175;
}
</style>
background-color css
<style>
a { background-color: #8FD175; }
a { background-color: rgb(143,209,117); }
div.DivClassName
{
background-color: #8FD175;
}
.BgClassName
{
background-color: #8FD175;
}
</style>
border-color css
<style>
span { border-color: #8FD175; }
span { border-color: rgb(143,209,117); }
td.TdClassName
{
border-color: #8FD175;
}
.TagClassName
{
border-color: #8FD175;
}
</style>