Shades of Gossip #8FC87C
Tints of Gossip #8FC87C
RGB
CMYK
RGB Variations
Color information
#8FC87C (or 0x8FC87C) is known color: Gossip. HEX triplet: 8F, C8 and 7C. RGB value is (143,200,124). Sum of RGB (Red+Green+Blue) = 143+200+124=467 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.62% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 124 (48.83% from 255 or 26.55% from 467); Max value from RGB is 200 - color contains mainly: green. Hex color #8FC87C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC87C is #703783. Grayscale: #AEAEAE. Windows color (decimal): -7354244 or 8177807. OLE color: 8177807.
HSL color Cylindrical-coordinate representation of color #8FC87C: hue angle of 105º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FC87C is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 200 | 124 | - |
| CMYK | 0.28 | 0 | 0.38 | 0.22 |
| HSL | 105º | 0.41% | 0.64% | - |
| HSV(B) | 105º | 0.38% | 0.78% | - |
| XYZ | 35.62 | 48.6 | 26.57 | - |
| YUV | 174.29 | 99.62 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 200 | 124 | 0.28 | 0 | 0.38 | 0.22 | 105 | 0.41 | 0.64 |
| Hex | 8F | C8 | 7C | 1C | 0 | 26 | 16 | 69 | 29 | 40 |
| Octal | 217 | 310 | 174 | 34 | 0 | 46 | 26 | 151 | 51 | 100 |
| Binary | 10001111 | 11001000 | 1111100 | 11100 | 0 | 100110 | 10110 | 1101001 | 101001 | 1000000 |
Color Harmonies of #8FC87C
Complementary color
Monochromatic Colors of #8FC87C
Black with #8FC87C
Text Example
Text Example
White with #8FC87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC87C; }
p { color: rgb(143,200,124); }
H1.HeaderClassName
{
color: #8FC87C;
}
.AnyTagClassName
{
color: #8FC87C;
}
</style>
background-color css
<style>
a { background-color: #8FC87C; }
a { background-color: rgb(143,200,124); }
div.DivClassName
{
background-color: #8FC87C;
}
.BgClassName
{
background-color: #8FC87C;
}
</style>
border-color css
<style>
span { border-color: #8FC87C; }
span { border-color: rgb(143,200,124); }
td.TdClassName
{
border-color: #8FC87C;
}
.TagClassName
{
border-color: #8FC87C;
}
</style>