Shades of Gossip #8FD679
Tints of Gossip #8FD679
RGB
CMYK
RGB Variations
Color information
#8FD679 (or 0x8FD679) is known color: Gossip. HEX triplet: 8F, D6 and 79. RGB value is (143,214,121). Sum of RGB (Red+Green+Blue) = 143+214+121=478 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.92% from 478); Green value is 214 (83.98% from 255 or 44.77% from 478); Blue value is 121 (47.66% from 255 or 25.31% from 478); Max value from RGB is 214 - color contains mainly: green. Hex color #8FD679 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD679 is #702986. Grayscale: #B6B6B6. Windows color (decimal): -7350663 or 7984783. OLE color: 7984783.
HSL color Cylindrical-coordinate representation of color #8FD679: hue angle of 105.81º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FD679 is Cyan = 0.33, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 214 | 121 | - |
| CMYK | 0.33 | 0 | 0.43 | 0.16 |
| HSL | 105.81º | 0.53% | 0.66% | - |
| HSV(B) | 105.81º | 0.43% | 0.84% | - |
| XYZ | 38.83 | 55.31 | 26.72 | - |
| YUV | 182.17 | 93.48 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 214 | 121 | 0.33 | 0 | 0.43 | 0.16 | 105.81 | 0.53 | 0.66 |
| Hex | 8F | D6 | 79 | 21 | 0 | 2B | 10 | 6A | 35 | 42 |
| Octal | 217 | 326 | 171 | 41 | 0 | 53 | 20 | 152 | 65 | 102 |
| Binary | 10001111 | 11010110 | 1111001 | 100001 | 0 | 101011 | 10000 | 1101010 | 110101 | 1000010 |
Color Harmonies of #8FD679
Complementary color
Monochromatic Colors of #8FD679
Black with #8FD679
Text Example
Text Example
White with #8FD679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD679; }
p { color: rgb(143,214,121); }
H1.HeaderClassName
{
color: #8FD679;
}
.AnyTagClassName
{
color: #8FD679;
}
</style>
background-color css
<style>
a { background-color: #8FD679; }
a { background-color: rgb(143,214,121); }
div.DivClassName
{
background-color: #8FD679;
}
.BgClassName
{
background-color: #8FD679;
}
</style>
border-color css
<style>
span { border-color: #8FD679; }
span { border-color: rgb(143,214,121); }
td.TdClassName
{
border-color: #8FD679;
}
.TagClassName
{
border-color: #8FD679;
}
</style>