Shades of Gossip #8FC97B
Tints of Gossip #8FC97B
RGB
CMYK
RGB Variations
Color information
#8FC97B (or 0x8FC97B) is known color: Gossip. HEX triplet: 8F, C9 and 7B. RGB value is (143,201,123). Sum of RGB (Red+Green+Blue) = 143+201+123=467 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.62% from 467); Green value is 201 (78.91% from 255 or 43.04% from 467); Blue value is 123 (48.44% from 255 or 26.34% from 467); Max value from RGB is 201 - color contains mainly: green. Hex color #8FC97B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC97B is #703684. Grayscale: #AFAFAF. Windows color (decimal): -7353989 or 8112527. OLE color: 8112527.
HSL color Cylindrical-coordinate representation of color #8FC97B: hue angle of 104.62º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FC97B is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 201 | 123 | - |
| CMYK | 0.29 | 0 | 0.39 | 0.21 |
| HSL | 104.62º | 0.42% | 0.64% | - |
| HSV(B) | 104.62º | 0.39% | 0.79% | - |
| XYZ | 35.79 | 49.04 | 26.32 | - |
| YUV | 174.77 | 98.78 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 201 | 123 | 0.29 | 0 | 0.39 | 0.21 | 104.62 | 0.42 | 0.64 |
| Hex | 8F | C9 | 7B | 1D | 0 | 27 | 15 | 69 | 2A | 40 |
| Octal | 217 | 311 | 173 | 35 | 0 | 47 | 25 | 151 | 52 | 100 |
| Binary | 10001111 | 11001001 | 1111011 | 11101 | 0 | 100111 | 10101 | 1101001 | 101010 | 1000000 |
Color Harmonies of #8FC97B
Complementary color
Monochromatic Colors of #8FC97B
Black with #8FC97B
Text Example
Text Example
White with #8FC97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC97B; }
p { color: rgb(143,201,123); }
H1.HeaderClassName
{
color: #8FC97B;
}
.AnyTagClassName
{
color: #8FC97B;
}
</style>
background-color css
<style>
a { background-color: #8FC97B; }
a { background-color: rgb(143,201,123); }
div.DivClassName
{
background-color: #8FC97B;
}
.BgClassName
{
background-color: #8FC97B;
}
</style>
border-color css
<style>
span { border-color: #8FC97B; }
span { border-color: rgb(143,201,123); }
td.TdClassName
{
border-color: #8FC97B;
}
.TagClassName
{
border-color: #8FC97B;
}
</style>