Shades of Gossip #8FDC6C
Tints of Gossip #8FDC6C
RGB
CMYK
RGB Variations
Color information
#8FDC6C (or 0x8FDC6C) is known color: Gossip. HEX triplet: 8F, DC and 6C. RGB value is (143,220,108). Sum of RGB (Red+Green+Blue) = 143+220+108=471 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.36% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 108 (42.58% from 255 or 22.93% from 471); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDC6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDC6C is #702393. Grayscale: #B8B8B8. Windows color (decimal): -7349140 or 7134351. OLE color: 7134351.
HSL color Cylindrical-coordinate representation of color #8FDC6C: hue angle of 101.25º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8FDC6C is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 220 | 108 | - |
| CMYK | 0.35 | 0 | 0.51 | 0.14 |
| HSL | 101.25º | 0.62% | 0.64% | - |
| HSV(B) | 101.25º | 0.51% | 0.86% | - |
| XYZ | 39.63 | 58.11 | 23.31 | - |
| YUV | 184.21 | 84.99 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 220 | 108 | 0.35 | 0 | 0.51 | 0.14 | 101.25 | 0.62 | 0.64 |
| Hex | 8F | DC | 6C | 23 | 0 | 33 | E | 65 | 3E | 40 |
| Octal | 217 | 334 | 154 | 43 | 0 | 63 | 16 | 145 | 76 | 100 |
| Binary | 10001111 | 11011100 | 1101100 | 100011 | 0 | 110011 | 1110 | 1100101 | 111110 | 1000000 |
Color Harmonies of #8FDC6C
Complementary color
Monochromatic Colors of #8FDC6C
Black with #8FDC6C
Text Example
Text Example
White with #8FDC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDC6C; }
p { color: rgb(143,220,108); }
H1.HeaderClassName
{
color: #8FDC6C;
}
.AnyTagClassName
{
color: #8FDC6C;
}
</style>
background-color css
<style>
a { background-color: #8FDC6C; }
a { background-color: rgb(143,220,108); }
div.DivClassName
{
background-color: #8FDC6C;
}
.BgClassName
{
background-color: #8FDC6C;
}
</style>
border-color css
<style>
span { border-color: #8FDC6C; }
span { border-color: rgb(143,220,108); }
td.TdClassName
{
border-color: #8FDC6C;
}
.TagClassName
{
border-color: #8FDC6C;
}
</style>