Shades of Gossip #8FDF76
Tints of Gossip #8FDF76
RGB
CMYK
RGB Variations
Color information
#8FDF76 (or 0x8FDF76) is known color: Gossip. HEX triplet: 8F, DF and 76. RGB value is (143,223,118). Sum of RGB (Red+Green+Blue) = 143+223+118=484 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.55% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 118 (46.48% from 255 or 24.38% from 484); Max value from RGB is 223 - color contains mainly: green. Hex color #8FDF76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDF76 is #702089. Grayscale: #BBBBBB. Windows color (decimal): -7348362 or 7790479. OLE color: 7790479.
HSL color Cylindrical-coordinate representation of color #8FDF76: hue angle of 105.71º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8FDF76 is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 223 | 118 | - |
| CMYK | 0.36 | 0 | 0.47 | 0.13 |
| HSL | 105.71º | 0.62% | 0.67% | - |
| HSV(B) | 105.71º | 0.47% | 0.87% | - |
| XYZ | 40.99 | 59.92 | 26.55 | - |
| YUV | 187.11 | 89 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 223 | 118 | 0.36 | 0 | 0.47 | 0.13 | 105.71 | 0.62 | 0.67 |
| Hex | 8F | DF | 76 | 24 | 0 | 2F | D | 6A | 3E | 43 |
| Octal | 217 | 337 | 166 | 44 | 0 | 57 | 15 | 152 | 76 | 103 |
| Binary | 10001111 | 11011111 | 1110110 | 100100 | 0 | 101111 | 1101 | 1101010 | 111110 | 1000011 |
Color Harmonies of #8FDF76
Complementary color
Monochromatic Colors of #8FDF76
Black with #8FDF76
Text Example
Text Example
White with #8FDF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDF76; }
p { color: rgb(143,223,118); }
H1.HeaderClassName
{
color: #8FDF76;
}
.AnyTagClassName
{
color: #8FDF76;
}
</style>
background-color css
<style>
a { background-color: #8FDF76; }
a { background-color: rgb(143,223,118); }
div.DivClassName
{
background-color: #8FDF76;
}
.BgClassName
{
background-color: #8FDF76;
}
</style>
border-color css
<style>
span { border-color: #8FDF76; }
span { border-color: rgb(143,223,118); }
td.TdClassName
{
border-color: #8FDF76;
}
.TagClassName
{
border-color: #8FDF76;
}
</style>