Shades of Gossip #8FD476
Tints of Gossip #8FD476
RGB
CMYK
RGB Variations
Color information
#8FD476 (or 0x8FD476) is known color: Gossip. HEX triplet: 8F, D4 and 76. RGB value is (143,212,118). Sum of RGB (Red+Green+Blue) = 143+212+118=473 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.23% from 473); Green value is 212 (83.20% from 255 or 44.82% from 473); Blue value is 118 (46.48% from 255 or 24.95% from 473); Max value from RGB is 212 - color contains mainly: green. Hex color #8FD476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD476 is #702B89. Grayscale: #B4B4B4. Windows color (decimal): -7351178 or 7787663. OLE color: 7787663.
HSL color Cylindrical-coordinate representation of color #8FD476: hue angle of 104.04º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FD476 is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 143 | 212 | 118 | - |
| CMYK | 0.33 | 0 | 0.44 | 0.17 |
| HSL | 104.04º | 0.52% | 0.65% | - |
| HSV(B) | 104.04º | 0.44% | 0.83% | - |
| XYZ | 38.14 | 54.23 | 25.6 | - |
| YUV | 180.65 | 92.64 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 212 | 118 | 0.33 | 0 | 0.44 | 0.17 | 104.04 | 0.52 | 0.65 |
| Hex | 8F | D4 | 76 | 21 | 0 | 2C | 11 | 68 | 34 | 41 |
| Octal | 217 | 324 | 166 | 41 | 0 | 54 | 21 | 150 | 64 | 101 |
| Binary | 10001111 | 11010100 | 1110110 | 100001 | 0 | 101100 | 10001 | 1101000 | 110100 | 1000001 |
Color Harmonies of #8FD476
Complementary color
Monochromatic Colors of #8FD476
Black with #8FD476
Text Example
Text Example
White with #8FD476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD476; }
p { color: rgb(143,212,118); }
H1.HeaderClassName
{
color: #8FD476;
}
.AnyTagClassName
{
color: #8FD476;
}
</style>
background-color css
<style>
a { background-color: #8FD476; }
a { background-color: rgb(143,212,118); }
div.DivClassName
{
background-color: #8FD476;
}
.BgClassName
{
background-color: #8FD476;
}
</style>
border-color css
<style>
span { border-color: #8FD476; }
span { border-color: rgb(143,212,118); }
td.TdClassName
{
border-color: #8FD476;
}
.TagClassName
{
border-color: #8FD476;
}
</style>