Shades of Gossip #8FD875
Tints of Gossip #8FD875
RGB
CMYK
RGB Variations
Color information
#8FD875 (or 0x8FD875) is known color: Gossip. HEX triplet: 8F, D8 and 75. RGB value is (143,216,117). Sum of RGB (Red+Green+Blue) = 143+216+117=476 (63% of max value = 765). Red value is 143 (56.25% from 255 or 30.04% from 476); Green value is 216 (84.77% from 255 or 45.38% from 476); Blue value is 117 (46.09% from 255 or 24.58% from 476); Max value from RGB is 216 - color contains mainly: green. Hex color #8FD875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD875 is #70278A. Grayscale: #B7B7B7. Windows color (decimal): -7350155 or 7723151. OLE color: 7723151.
HSL color Cylindrical-coordinate representation of color #8FD875: hue angle of 104.24º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8FD875 is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 216 | 117 | - |
| CMYK | 0.34 | 0 | 0.46 | 0.15 |
| HSL | 104.24º | 0.56% | 0.65% | - |
| HSV(B) | 104.24º | 0.46% | 0.85% | - |
| XYZ | 39.09 | 56.24 | 25.62 | - |
| YUV | 182.89 | 90.82 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 216 | 117 | 0.34 | 0 | 0.46 | 0.15 | 104.24 | 0.56 | 0.65 |
| Hex | 8F | D8 | 75 | 22 | 0 | 2E | F | 68 | 38 | 41 |
| Octal | 217 | 330 | 165 | 42 | 0 | 56 | 17 | 150 | 70 | 101 |
| Binary | 10001111 | 11011000 | 1110101 | 100010 | 0 | 101110 | 1111 | 1101000 | 111000 | 1000001 |
Color Harmonies of #8FD875
Complementary color
Monochromatic Colors of #8FD875
Black with #8FD875
Text Example
Text Example
White with #8FD875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD875; }
p { color: rgb(143,216,117); }
H1.HeaderClassName
{
color: #8FD875;
}
.AnyTagClassName
{
color: #8FD875;
}
</style>
background-color css
<style>
a { background-color: #8FD875; }
a { background-color: rgb(143,216,117); }
div.DivClassName
{
background-color: #8FD875;
}
.BgClassName
{
background-color: #8FD875;
}
</style>
border-color css
<style>
span { border-color: #8FD875; }
span { border-color: rgb(143,216,117); }
td.TdClassName
{
border-color: #8FD875;
}
.TagClassName
{
border-color: #8FD875;
}
</style>