Shades of Gossip #8FC87B
Tints of Gossip #8FC87B
RGB
CMYK
RGB Variations
Color information
#8FC87B (or 0x8FC87B) is known color: Gossip. HEX triplet: 8F, C8 and 7B. RGB value is (143,200,123). Sum of RGB (Red+Green+Blue) = 143+200+123=466 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.69% from 466); Green value is 200 (78.52% from 255 or 42.92% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 200 - color contains mainly: green. Hex color #8FC87B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC87B is #703784. Grayscale: #AEAEAE. Windows color (decimal): -7354245 or 8112271. OLE color: 8112271.
HSL color Cylindrical-coordinate representation of color #8FC87B: hue angle of 104.42º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FC87B is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 200 | 123 | - |
| CMYK | 0.28 | 0 | 0.38 | 0.22 |
| HSL | 104.42º | 0.41% | 0.63% | - |
| HSV(B) | 104.42º | 0.39% | 0.78% | - |
| XYZ | 35.56 | 48.58 | 26.24 | - |
| YUV | 174.18 | 99.12 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 200 | 123 | 0.28 | 0 | 0.38 | 0.22 | 104.42 | 0.41 | 0.63 |
| Hex | 8F | C8 | 7B | 1C | 0 | 26 | 16 | 68 | 29 | 3F |
| Octal | 217 | 310 | 173 | 34 | 0 | 46 | 26 | 150 | 51 | 77 |
| Binary | 10001111 | 11001000 | 1111011 | 11100 | 0 | 100110 | 10110 | 1101000 | 101001 | 111111 |
Color Harmonies of #8FC87B
Complementary color
Monochromatic Colors of #8FC87B
Black with #8FC87B
Text Example
Text Example
White with #8FC87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC87B; }
p { color: rgb(143,200,123); }
H1.HeaderClassName
{
color: #8FC87B;
}
.AnyTagClassName
{
color: #8FC87B;
}
</style>
background-color css
<style>
a { background-color: #8FC87B; }
a { background-color: rgb(143,200,123); }
div.DivClassName
{
background-color: #8FC87B;
}
.BgClassName
{
background-color: #8FC87B;
}
</style>
border-color css
<style>
span { border-color: #8FC87B; }
span { border-color: rgb(143,200,123); }
td.TdClassName
{
border-color: #8FC87B;
}
.TagClassName
{
border-color: #8FC87B;
}
</style>