Shades of Gossip #8FD079
Tints of Gossip #8FD079
RGB
CMYK
RGB Variations
Color information
#8FD079 (or 0x8FD079) is known color: Gossip. HEX triplet: 8F, D0 and 79. RGB value is (143,208,121). Sum of RGB (Red+Green+Blue) = 143+208+121=472 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.30% from 472); Green value is 208 (81.64% from 255 or 44.07% from 472); Blue value is 121 (47.66% from 255 or 25.64% from 472); Max value from RGB is 208 - color contains mainly: green. Hex color #8FD079 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD079 is #702F86. Grayscale: #B2B2B2. Windows color (decimal): -7352199 or 7983247. OLE color: 7983247.
HSL color Cylindrical-coordinate representation of color #8FD079: hue angle of 104.83º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FD079 is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 143 | 208 | 121 | - |
| CMYK | 0.31 | 0 | 0.42 | 0.18 |
| HSL | 104.83º | 0.48% | 0.65% | - |
| HSV(B) | 104.83º | 0.42% | 0.82% | - |
| XYZ | 37.33 | 52.33 | 26.22 | - |
| YUV | 178.65 | 95.47 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 208 | 121 | 0.31 | 0 | 0.42 | 0.18 | 104.83 | 0.48 | 0.65 |
| Hex | 8F | D0 | 79 | 1F | 0 | 2A | 12 | 69 | 30 | 41 |
| Octal | 217 | 320 | 171 | 37 | 0 | 52 | 22 | 151 | 60 | 101 |
| Binary | 10001111 | 11010000 | 1111001 | 11111 | 0 | 101010 | 10010 | 1101001 | 110000 | 1000001 |
Color Harmonies of #8FD079
Complementary color
Monochromatic Colors of #8FD079
Black with #8FD079
Text Example
Text Example
White with #8FD079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD079; }
p { color: rgb(143,208,121); }
H1.HeaderClassName
{
color: #8FD079;
}
.AnyTagClassName
{
color: #8FD079;
}
</style>
background-color css
<style>
a { background-color: #8FD079; }
a { background-color: rgb(143,208,121); }
div.DivClassName
{
background-color: #8FD079;
}
.BgClassName
{
background-color: #8FD079;
}
</style>
border-color css
<style>
span { border-color: #8FD079; }
span { border-color: rgb(143,208,121); }
td.TdClassName
{
border-color: #8FD079;
}
.TagClassName
{
border-color: #8FD079;
}
</style>