Shades of Gossip #8FDB6F
Tints of Gossip #8FDB6F
RGB
CMYK
RGB Variations
Color information
#8FDB6F (or 0x8FDB6F) is known color: Gossip. HEX triplet: 8F, DB and 6F. RGB value is (143,219,111). Sum of RGB (Red+Green+Blue) = 143+219+111=473 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.23% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 111 (43.75% from 255 or 23.47% from 473); Max value from RGB is 219 - color contains mainly: green. Hex color #8FDB6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDB6F is #702490. Grayscale: #B8B8B8. Windows color (decimal): -7349393 or 7330703. OLE color: 7330703.
HSL color Cylindrical-coordinate representation of color #8FDB6F: hue angle of 102.22º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8FDB6F is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 219 | 111 | - |
| CMYK | 0.35 | 0 | 0.49 | 0.14 |
| HSL | 102.22º | 0.6% | 0.65% | - |
| HSV(B) | 102.22º | 0.49% | 0.86% | - |
| XYZ | 39.53 | 57.65 | 24.08 | - |
| YUV | 183.96 | 86.82 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 219 | 111 | 0.35 | 0 | 0.49 | 0.14 | 102.22 | 0.6 | 0.65 |
| Hex | 8F | DB | 6F | 23 | 0 | 31 | E | 66 | 3C | 41 |
| Octal | 217 | 333 | 157 | 43 | 0 | 61 | 16 | 146 | 74 | 101 |
| Binary | 10001111 | 11011011 | 1101111 | 100011 | 0 | 110001 | 1110 | 1100110 | 111100 | 1000001 |
Color Harmonies of #8FDB6F
Complementary color
Monochromatic Colors of #8FDB6F
Black with #8FDB6F
Text Example
Text Example
White with #8FDB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDB6F; }
p { color: rgb(143,219,111); }
H1.HeaderClassName
{
color: #8FDB6F;
}
.AnyTagClassName
{
color: #8FDB6F;
}
</style>
background-color css
<style>
a { background-color: #8FDB6F; }
a { background-color: rgb(143,219,111); }
div.DivClassName
{
background-color: #8FDB6F;
}
.BgClassName
{
background-color: #8FDB6F;
}
</style>
border-color css
<style>
span { border-color: #8FDB6F; }
span { border-color: rgb(143,219,111); }
td.TdClassName
{
border-color: #8FDB6F;
}
.TagClassName
{
border-color: #8FDB6F;
}
</style>