Shades of Gossip #8FD978
Tints of Gossip #8FD978
RGB
CMYK
RGB Variations
Color information
#8FD978 (or 0x8FD978) is known color: Gossip. HEX triplet: 8F, D9 and 78. RGB value is (143,217,120). Sum of RGB (Red+Green+Blue) = 143+217+120=480 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.79% from 480); Green value is 217 (85.16% from 255 or 45.21% from 480); Blue value is 120 (47.27% from 255 or 25% from 480); Max value from RGB is 217 - color contains mainly: green. Hex color #8FD978 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD978 is #702687. Grayscale: #B8B8B8. Windows color (decimal): -7349896 or 7920015. OLE color: 7920015.
HSL color Cylindrical-coordinate representation of color #8FD978: hue angle of 105.77º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8FD978 is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 217 | 120 | - |
| CMYK | 0.34 | 0 | 0.45 | 0.15 |
| HSL | 105.77º | 0.56% | 0.66% | - |
| HSV(B) | 105.77º | 0.45% | 0.85% | - |
| XYZ | 39.53 | 56.82 | 26.65 | - |
| YUV | 183.82 | 91.98 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 217 | 120 | 0.34 | 0 | 0.45 | 0.15 | 105.77 | 0.56 | 0.66 |
| Hex | 8F | D9 | 78 | 22 | 0 | 2D | F | 6A | 38 | 42 |
| Octal | 217 | 331 | 170 | 42 | 0 | 55 | 17 | 152 | 70 | 102 |
| Binary | 10001111 | 11011001 | 1111000 | 100010 | 0 | 101101 | 1111 | 1101010 | 111000 | 1000010 |
Color Harmonies of #8FD978
Complementary color
Monochromatic Colors of #8FD978
Black with #8FD978
Text Example
Text Example
White with #8FD978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD978; }
p { color: rgb(143,217,120); }
H1.HeaderClassName
{
color: #8FD978;
}
.AnyTagClassName
{
color: #8FD978;
}
</style>
background-color css
<style>
a { background-color: #8FD978; }
a { background-color: rgb(143,217,120); }
div.DivClassName
{
background-color: #8FD978;
}
.BgClassName
{
background-color: #8FD978;
}
</style>
border-color css
<style>
span { border-color: #8FD978; }
span { border-color: rgb(143,217,120); }
td.TdClassName
{
border-color: #8FD978;
}
.TagClassName
{
border-color: #8FD978;
}
</style>