Shades of Gossip #8FD971
Tints of Gossip #8FD971
RGB
CMYK
RGB Variations
Color information
#8FD971 (or 0x8FD971) is known color: Gossip. HEX triplet: 8F, D9 and 71. RGB value is (143,217,113). Sum of RGB (Red+Green+Blue) = 143+217+113=473 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.23% from 473); Green value is 217 (85.16% from 255 or 45.88% from 473); Blue value is 113 (44.53% from 255 or 23.89% from 473); Max value from RGB is 217 - color contains mainly: green. Hex color #8FD971 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD971 is #70268E. Grayscale: #B7B7B7. Windows color (decimal): -7349903 or 7461263. OLE color: 7461263.
HSL color Cylindrical-coordinate representation of color #8FD971: hue angle of 102.69º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8FD971 is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 217 | 113 | - |
| CMYK | 0.34 | 0 | 0.48 | 0.15 |
| HSL | 102.69º | 0.58% | 0.65% | - |
| HSV(B) | 102.69º | 0.48% | 0.85% | - |
| XYZ | 39.12 | 56.66 | 24.5 | - |
| YUV | 183.02 | 88.48 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 217 | 113 | 0.34 | 0 | 0.48 | 0.15 | 102.69 | 0.58 | 0.65 |
| Hex | 8F | D9 | 71 | 22 | 0 | 30 | F | 67 | 3A | 41 |
| Octal | 217 | 331 | 161 | 42 | 0 | 60 | 17 | 147 | 72 | 101 |
| Binary | 10001111 | 11011001 | 1110001 | 100010 | 0 | 110000 | 1111 | 1100111 | 111010 | 1000001 |
Color Harmonies of #8FD971
Complementary color
Monochromatic Colors of #8FD971
Black with #8FD971
Text Example
Text Example
White with #8FD971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD971; }
p { color: rgb(143,217,113); }
H1.HeaderClassName
{
color: #8FD971;
}
.AnyTagClassName
{
color: #8FD971;
}
</style>
background-color css
<style>
a { background-color: #8FD971; }
a { background-color: rgb(143,217,113); }
div.DivClassName
{
background-color: #8FD971;
}
.BgClassName
{
background-color: #8FD971;
}
</style>
border-color css
<style>
span { border-color: #8FD971; }
span { border-color: rgb(143,217,113); }
td.TdClassName
{
border-color: #8FD971;
}
.TagClassName
{
border-color: #8FD971;
}
</style>