Shades of Gossip #8FD87C
Tints of Gossip #8FD87C
RGB
CMYK
RGB Variations
Color information
#8FD87C (or 0x8FD87C) is known color: Gossip. HEX triplet: 8F, D8 and 7C. RGB value is (143,216,124). Sum of RGB (Red+Green+Blue) = 143+216+124=483 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.61% from 483); Green value is 216 (84.77% from 255 or 44.72% from 483); Blue value is 124 (48.83% from 255 or 25.67% from 483); Max value from RGB is 216 - color contains mainly: green. Hex color #8FD87C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD87C is #702783. Grayscale: #B7B7B7. Windows color (decimal): -7350148 or 8181903. OLE color: 8181903.
HSL color Cylindrical-coordinate representation of color #8FD87C: hue angle of 107.61º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FD87C is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 216 | 124 | - |
| CMYK | 0.34 | 0 | 0.43 | 0.15 |
| HSL | 107.61º | 0.54% | 0.67% | - |
| HSV(B) | 107.61º | 0.43% | 0.85% | - |
| XYZ | 39.52 | 56.41 | 27.87 | - |
| YUV | 183.69 | 94.32 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 216 | 124 | 0.34 | 0 | 0.43 | 0.15 | 107.61 | 0.54 | 0.67 |
| Hex | 8F | D8 | 7C | 22 | 0 | 2B | F | 6C | 36 | 43 |
| Octal | 217 | 330 | 174 | 42 | 0 | 53 | 17 | 154 | 66 | 103 |
| Binary | 10001111 | 11011000 | 1111100 | 100010 | 0 | 101011 | 1111 | 1101100 | 110110 | 1000011 |
Color Harmonies of #8FD87C
Complementary color
Monochromatic Colors of #8FD87C
Black with #8FD87C
Text Example
Text Example
White with #8FD87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD87C; }
p { color: rgb(143,216,124); }
H1.HeaderClassName
{
color: #8FD87C;
}
.AnyTagClassName
{
color: #8FD87C;
}
</style>
background-color css
<style>
a { background-color: #8FD87C; }
a { background-color: rgb(143,216,124); }
div.DivClassName
{
background-color: #8FD87C;
}
.BgClassName
{
background-color: #8FD87C;
}
</style>
border-color css
<style>
span { border-color: #8FD87C; }
span { border-color: rgb(143,216,124); }
td.TdClassName
{
border-color: #8FD87C;
}
.TagClassName
{
border-color: #8FD87C;
}
</style>