Shades of Gossip #8FDF73
Tints of Gossip #8FDF73
RGB
CMYK
RGB Variations
Color information
#8FDF73 (or 0x8FDF73) is known color: Gossip. HEX triplet: 8F, DF and 73. RGB value is (143,223,115). Sum of RGB (Red+Green+Blue) = 143+223+115=481 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.73% from 481); Green value is 223 (87.5% from 255 or 46.36% from 481); Blue value is 115 (45.31% from 255 or 23.91% from 481); Max value from RGB is 223 - color contains mainly: green. Hex color #8FDF73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDF73 is #70208C. Grayscale: #BBBBBB. Windows color (decimal): -7348365 or 7593871. OLE color: 7593871.
HSL color Cylindrical-coordinate representation of color #8FDF73: hue angle of 104.44º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8FDF73 is Cyan = 0.36, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 223 | 115 | - |
| CMYK | 0.36 | 0 | 0.48 | 0.13 |
| HSL | 104.44º | 0.63% | 0.66% | - |
| HSV(B) | 104.44º | 0.48% | 0.87% | - |
| XYZ | 40.81 | 59.85 | 25.62 | - |
| YUV | 186.77 | 87.5 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 223 | 115 | 0.36 | 0 | 0.48 | 0.13 | 104.44 | 0.63 | 0.66 |
| Hex | 8F | DF | 73 | 24 | 0 | 30 | D | 68 | 3F | 42 |
| Octal | 217 | 337 | 163 | 44 | 0 | 60 | 15 | 150 | 77 | 102 |
| Binary | 10001111 | 11011111 | 1110011 | 100100 | 0 | 110000 | 1101 | 1101000 | 111111 | 1000010 |
Color Harmonies of #8FDF73
Complementary color
Monochromatic Colors of #8FDF73
Black with #8FDF73
Text Example
Text Example
White with #8FDF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDF73; }
p { color: rgb(143,223,115); }
H1.HeaderClassName
{
color: #8FDF73;
}
.AnyTagClassName
{
color: #8FDF73;
}
</style>
background-color css
<style>
a { background-color: #8FDF73; }
a { background-color: rgb(143,223,115); }
div.DivClassName
{
background-color: #8FDF73;
}
.BgClassName
{
background-color: #8FDF73;
}
</style>
border-color css
<style>
span { border-color: #8FDF73; }
span { border-color: rgb(143,223,115); }
td.TdClassName
{
border-color: #8FDF73;
}
.TagClassName
{
border-color: #8FDF73;
}
</style>