Shades of Gossip #8FDB7C
Tints of Gossip #8FDB7C
RGB
CMYK
RGB Variations
Color information
#8FDB7C (or 0x8FDB7C) is known color: Gossip. HEX triplet: 8F, DB and 7C. RGB value is (143,219,124). Sum of RGB (Red+Green+Blue) = 143+219+124=486 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.42% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 124 (48.83% from 255 or 25.51% from 486); Max value from RGB is 219 - color contains mainly: green. Hex color #8FDB7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDB7C is #702483. Grayscale: #B9B9B9. Windows color (decimal): -7349380 or 8182671. OLE color: 8182671.
HSL color Cylindrical-coordinate representation of color #8FDB7C: hue angle of 108º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FDB7C is Cyan = 0.35, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 219 | 124 | - |
| CMYK | 0.35 | 0 | 0.43 | 0.14 |
| HSL | 108º | 0.57% | 0.67% | - |
| HSV(B) | 108º | 0.43% | 0.86% | - |
| XYZ | 40.3 | 57.96 | 28.13 | - |
| YUV | 185.45 | 93.32 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 219 | 124 | 0.35 | 0 | 0.43 | 0.14 | 108 | 0.57 | 0.67 |
| Hex | 8F | DB | 7C | 23 | 0 | 2B | E | 6C | 39 | 43 |
| Octal | 217 | 333 | 174 | 43 | 0 | 53 | 16 | 154 | 71 | 103 |
| Binary | 10001111 | 11011011 | 1111100 | 100011 | 0 | 101011 | 1110 | 1101100 | 111001 | 1000011 |
Color Harmonies of #8FDB7C
Complementary color
Monochromatic Colors of #8FDB7C
Black with #8FDB7C
Text Example
Text Example
White with #8FDB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDB7C; }
p { color: rgb(143,219,124); }
H1.HeaderClassName
{
color: #8FDB7C;
}
.AnyTagClassName
{
color: #8FDB7C;
}
</style>
background-color css
<style>
a { background-color: #8FDB7C; }
a { background-color: rgb(143,219,124); }
div.DivClassName
{
background-color: #8FDB7C;
}
.BgClassName
{
background-color: #8FDB7C;
}
</style>
border-color css
<style>
span { border-color: #8FDB7C; }
span { border-color: rgb(143,219,124); }
td.TdClassName
{
border-color: #8FDB7C;
}
.TagClassName
{
border-color: #8FDB7C;
}
</style>