Shades of Gossip #8FE971
Tints of Gossip #8FE971
RGB
CMYK
RGB Variations
Color information
#8FE971 (or 0x8FE971) is known color: Gossip. HEX triplet: 8F, E9 and 71. RGB value is (143,233,113). Sum of RGB (Red+Green+Blue) = 143+233+113=489 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.24% from 489); Green value is 233 (91.41% from 255 or 47.65% from 489); Blue value is 113 (44.53% from 255 or 23.11% from 489); Max value from RGB is 233 - color contains mainly: green. Hex color #8FE971 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8FE971 is #70168E. Grayscale: #C0C0C0. Windows color (decimal): -7345807 or 7465359. OLE color: 7465359.
HSL color Cylindrical-coordinate representation of color #8FE971: hue angle of 105º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8FE971 is Cyan = 0.39, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 143 | 233 | 113 | - |
| CMYK | 0.39 | 0 | 0.52 | 0.09 |
| HSL | 105º | 0.73% | 0.68% | - |
| HSV(B) | 105º | 0.52% | 0.91% | - |
| XYZ | 43.45 | 65.31 | 25.94 | - |
| YUV | 192.41 | 83.18 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 233 | 113 | 0.39 | 0 | 0.52 | 0.09 | 105 | 0.73 | 0.68 |
| Hex | 8F | E9 | 71 | 27 | 0 | 34 | 9 | 69 | 49 | 44 |
| Octal | 217 | 351 | 161 | 47 | 0 | 64 | 11 | 151 | 111 | 104 |
| Binary | 10001111 | 11101001 | 1110001 | 100111 | 0 | 110100 | 1001 | 1101001 | 1001001 | 1000100 |
Color Harmonies of #8FE971
Complementary color
Monochromatic Colors of #8FE971
Black with #8FE971
Text Example
Text Example
White with #8FE971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE971; }
p { color: rgb(143,233,113); }
H1.HeaderClassName
{
color: #8FE971;
}
.AnyTagClassName
{
color: #8FE971;
}
</style>
background-color css
<style>
a { background-color: #8FE971; }
a { background-color: rgb(143,233,113); }
div.DivClassName
{
background-color: #8FE971;
}
.BgClassName
{
background-color: #8FE971;
}
</style>
border-color css
<style>
span { border-color: #8FE971; }
span { border-color: rgb(143,233,113); }
td.TdClassName
{
border-color: #8FE971;
}
.TagClassName
{
border-color: #8FE971;
}
</style>