Shades of Gossip #8FDC6E
Tints of Gossip #8FDC6E
RGB
CMYK
RGB Variations
Color information
#8FDC6E (or 0x8FDC6E) is known color: Gossip. HEX triplet: 8F, DC and 6E. RGB value is (143,220,110). Sum of RGB (Red+Green+Blue) = 143+220+110=473 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.23% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 110 (43.36% from 255 or 23.26% from 473); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDC6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDC6E is #702391. Grayscale: #B8B8B8. Windows color (decimal): -7349138 or 7265423. OLE color: 7265423.
HSL color Cylindrical-coordinate representation of color #8FDC6E: hue angle of 102º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8FDC6E is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 220 | 110 | - |
| CMYK | 0.35 | 0 | 0.50 | 0.14 |
| HSL | 102º | 0.61% | 0.65% | - |
| HSV(B) | 102º | 0.5% | 0.86% | - |
| XYZ | 39.74 | 58.15 | 23.88 | - |
| YUV | 184.44 | 85.99 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 220 | 110 | 0.35 | 0 | 0.50 | 0.14 | 102 | 0.61 | 0.65 |
| Hex | 8F | DC | 6E | 23 | 0 | 32 | E | 66 | 3D | 41 |
| Octal | 217 | 334 | 156 | 43 | 0 | 62 | 16 | 146 | 75 | 101 |
| Binary | 10001111 | 11011100 | 1101110 | 100011 | 0 | 110010 | 1110 | 1100110 | 111101 | 1000001 |
Color Harmonies of #8FDC6E
Complementary color
Monochromatic Colors of #8FDC6E
Black with #8FDC6E
Text Example
Text Example
White with #8FDC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDC6E; }
p { color: rgb(143,220,110); }
H1.HeaderClassName
{
color: #8FDC6E;
}
.AnyTagClassName
{
color: #8FDC6E;
}
</style>
background-color css
<style>
a { background-color: #8FDC6E; }
a { background-color: rgb(143,220,110); }
div.DivClassName
{
background-color: #8FDC6E;
}
.BgClassName
{
background-color: #8FDC6E;
}
</style>
border-color css
<style>
span { border-color: #8FDC6E; }
span { border-color: rgb(143,220,110); }
td.TdClassName
{
border-color: #8FDC6E;
}
.TagClassName
{
border-color: #8FDC6E;
}
</style>