Shades of Gossip #8FD56D
Tints of Gossip #8FD56D
RGB
CMYK
RGB Variations
Color information
#8FD56D (or 0x8FD56D) is known color: Gossip. HEX triplet: 8F, D5 and 6D. RGB value is (143,213,109). Sum of RGB (Red+Green+Blue) = 143+213+109=465 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.75% from 465); Green value is 213 (83.59% from 255 or 45.81% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 213 - color contains mainly: green. Hex color #8FD56D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD56D is #702A92. Grayscale: #B4B4B4. Windows color (decimal): -7350931 or 7198095. OLE color: 7198095.
HSL color Cylindrical-coordinate representation of color #8FD56D: hue angle of 100.38º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8FD56D is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 213 | 109 | - |
| CMYK | 0.33 | 0 | 0.49 | 0.16 |
| HSL | 100.38º | 0.55% | 0.63% | - |
| HSV(B) | 100.38º | 0.49% | 0.84% | - |
| XYZ | 37.88 | 54.53 | 23 | - |
| YUV | 180.21 | 87.81 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 213 | 109 | 0.33 | 0 | 0.49 | 0.16 | 100.38 | 0.55 | 0.63 |
| Hex | 8F | D5 | 6D | 21 | 0 | 31 | 10 | 64 | 37 | 3F |
| Octal | 217 | 325 | 155 | 41 | 0 | 61 | 20 | 144 | 67 | 77 |
| Binary | 10001111 | 11010101 | 1101101 | 100001 | 0 | 110001 | 10000 | 1100100 | 110111 | 111111 |
Color Harmonies of #8FD56D
Complementary color
Monochromatic Colors of #8FD56D
Black with #8FD56D
Text Example
Text Example
White with #8FD56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD56D; }
p { color: rgb(143,213,109); }
H1.HeaderClassName
{
color: #8FD56D;
}
.AnyTagClassName
{
color: #8FD56D;
}
</style>
background-color css
<style>
a { background-color: #8FD56D; }
a { background-color: rgb(143,213,109); }
div.DivClassName
{
background-color: #8FD56D;
}
.BgClassName
{
background-color: #8FD56D;
}
</style>
border-color css
<style>
span { border-color: #8FD56D; }
span { border-color: rgb(143,213,109); }
td.TdClassName
{
border-color: #8FD56D;
}
.TagClassName
{
border-color: #8FD56D;
}
</style>