Shades of Gossip #8FDC75
Tints of Gossip #8FDC75
RGB
CMYK
RGB Variations
Color information
#8FDC75 (or 0x8FDC75) is known color: Gossip. HEX triplet: 8F, DC and 75. RGB value is (143,220,117). Sum of RGB (Red+Green+Blue) = 143+220+117=480 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.79% from 480); Green value is 220 (86.33% from 255 or 45.83% from 480); Blue value is 117 (46.09% from 255 or 24.38% from 480); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDC75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDC75 is #70238A. Grayscale: #B9B9B9. Windows color (decimal): -7349131 or 7724175. OLE color: 7724175.
HSL color Cylindrical-coordinate representation of color #8FDC75: hue angle of 104.85º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8FDC75 is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 220 | 117 | - |
| CMYK | 0.35 | 0 | 0.47 | 0.14 |
| HSL | 104.85º | 0.6% | 0.66% | - |
| HSV(B) | 104.85º | 0.47% | 0.86% | - |
| XYZ | 40.13 | 58.31 | 25.97 | - |
| YUV | 185.24 | 89.49 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 220 | 117 | 0.35 | 0 | 0.47 | 0.14 | 104.85 | 0.6 | 0.66 |
| Hex | 8F | DC | 75 | 23 | 0 | 2F | E | 69 | 3C | 42 |
| Octal | 217 | 334 | 165 | 43 | 0 | 57 | 16 | 151 | 74 | 102 |
| Binary | 10001111 | 11011100 | 1110101 | 100011 | 0 | 101111 | 1110 | 1101001 | 111100 | 1000010 |
Color Harmonies of #8FDC75
Complementary color
Monochromatic Colors of #8FDC75
Black with #8FDC75
Text Example
Text Example
White with #8FDC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDC75; }
p { color: rgb(143,220,117); }
H1.HeaderClassName
{
color: #8FDC75;
}
.AnyTagClassName
{
color: #8FDC75;
}
</style>
background-color css
<style>
a { background-color: #8FDC75; }
a { background-color: rgb(143,220,117); }
div.DivClassName
{
background-color: #8FDC75;
}
.BgClassName
{
background-color: #8FDC75;
}
</style>
border-color css
<style>
span { border-color: #8FDC75; }
span { border-color: rgb(143,220,117); }
td.TdClassName
{
border-color: #8FDC75;
}
.TagClassName
{
border-color: #8FDC75;
}
</style>