Shades of Gossip #8FC97C
Tints of Gossip #8FC97C
RGB
CMYK
RGB Variations
Color information
#8FC97C (or 0x8FC97C) is known color: Gossip. HEX triplet: 8F, C9 and 7C. RGB value is (143,201,124). Sum of RGB (Red+Green+Blue) = 143+201+124=468 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.56% from 468); Green value is 201 (78.91% from 255 or 42.95% from 468); Blue value is 124 (48.83% from 255 or 26.50% from 468); Max value from RGB is 201 - color contains mainly: green. Hex color #8FC97C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC97C is #703683. Grayscale: #AFAFAF. Windows color (decimal): -7353988 or 8178063. OLE color: 8178063.
HSL color Cylindrical-coordinate representation of color #8FC97C: hue angle of 105.19º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FC97C is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 201 | 124 | - |
| CMYK | 0.29 | 0 | 0.38 | 0.21 |
| HSL | 105.19º | 0.42% | 0.64% | - |
| HSV(B) | 105.19º | 0.38% | 0.79% | - |
| XYZ | 35.85 | 49.07 | 26.65 | - |
| YUV | 174.88 | 99.28 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 201 | 124 | 0.29 | 0 | 0.38 | 0.21 | 105.19 | 0.42 | 0.64 |
| Hex | 8F | C9 | 7C | 1D | 0 | 26 | 15 | 69 | 2A | 40 |
| Octal | 217 | 311 | 174 | 35 | 0 | 46 | 25 | 151 | 52 | 100 |
| Binary | 10001111 | 11001001 | 1111100 | 11101 | 0 | 100110 | 10101 | 1101001 | 101010 | 1000000 |
Color Harmonies of #8FC97C
Complementary color
Monochromatic Colors of #8FC97C
Black with #8FC97C
Text Example
Text Example
White with #8FC97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC97C; }
p { color: rgb(143,201,124); }
H1.HeaderClassName
{
color: #8FC97C;
}
.AnyTagClassName
{
color: #8FC97C;
}
</style>
background-color css
<style>
a { background-color: #8FC97C; }
a { background-color: rgb(143,201,124); }
div.DivClassName
{
background-color: #8FC97C;
}
.BgClassName
{
background-color: #8FC97C;
}
</style>
border-color css
<style>
span { border-color: #8FC97C; }
span { border-color: rgb(143,201,124); }
td.TdClassName
{
border-color: #8FC97C;
}
.TagClassName
{
border-color: #8FC97C;
}
</style>