Shades of Gossip #8FD26D
Tints of Gossip #8FD26D
RGB
CMYK
RGB Variations
Color information
#8FD26D (or 0x8FD26D) is known color: Gossip. HEX triplet: 8F, D2 and 6D. RGB value is (143,210,109). Sum of RGB (Red+Green+Blue) = 143+210+109=462 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.95% from 462); Green value is 210 (82.42% from 255 or 45.45% from 462); Blue value is 109 (42.97% from 255 or 23.59% from 462); Max value from RGB is 210 - color contains mainly: green. Hex color #8FD26D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD26D is #702D92. Grayscale: #B2B2B2. Windows color (decimal): -7351699 or 7197327. OLE color: 7197327.
HSL color Cylindrical-coordinate representation of color #8FD26D: hue angle of 99.8º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8FD26D is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 143 | 210 | 109 | - |
| CMYK | 0.32 | 0 | 0.48 | 0.18 |
| HSL | 99.8º | 0.53% | 0.63% | - |
| HSV(B) | 99.8º | 0.48% | 0.82% | - |
| XYZ | 37.13 | 53.04 | 22.75 | - |
| YUV | 178.45 | 88.8 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 210 | 109 | 0.32 | 0 | 0.48 | 0.18 | 99.8 | 0.53 | 0.63 |
| Hex | 8F | D2 | 6D | 20 | 0 | 30 | 12 | 64 | 35 | 3F |
| Octal | 217 | 322 | 155 | 40 | 0 | 60 | 22 | 144 | 65 | 77 |
| Binary | 10001111 | 11010010 | 1101101 | 100000 | 0 | 110000 | 10010 | 1100100 | 110101 | 111111 |
Color Harmonies of #8FD26D
Complementary color
Monochromatic Colors of #8FD26D
Black with #8FD26D
Text Example
Text Example
White with #8FD26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD26D; }
p { color: rgb(143,210,109); }
H1.HeaderClassName
{
color: #8FD26D;
}
.AnyTagClassName
{
color: #8FD26D;
}
</style>
background-color css
<style>
a { background-color: #8FD26D; }
a { background-color: rgb(143,210,109); }
div.DivClassName
{
background-color: #8FD26D;
}
.BgClassName
{
background-color: #8FD26D;
}
</style>
border-color css
<style>
span { border-color: #8FD26D; }
span { border-color: rgb(143,210,109); }
td.TdClassName
{
border-color: #8FD26D;
}
.TagClassName
{
border-color: #8FD26D;
}
</style>