Shades of Gossip #8FD66D
Tints of Gossip #8FD66D
RGB
CMYK
RGB Variations
Color information
#8FD66D (or 0x8FD66D) is known color: Gossip. HEX triplet: 8F, D6 and 6D. RGB value is (143,214,109). Sum of RGB (Red+Green+Blue) = 143+214+109=466 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.69% from 466); Green value is 214 (83.98% from 255 or 45.92% from 466); Blue value is 109 (42.97% from 255 or 23.39% from 466); Max value from RGB is 214 - color contains mainly: green. Hex color #8FD66D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD66D is #702992. Grayscale: #B5B5B5. Windows color (decimal): -7350675 or 7198351. OLE color: 7198351.
HSL color Cylindrical-coordinate representation of color #8FD66D: hue angle of 100.57º degrees, saturation: 0.56, 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 #8FD66D is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 214 | 109 | - |
| CMYK | 0.33 | 0 | 0.49 | 0.16 |
| HSL | 100.57º | 0.56% | 0.63% | - |
| HSV(B) | 100.57º | 0.49% | 0.84% | - |
| XYZ | 38.13 | 55.04 | 23.08 | - |
| YUV | 180.8 | 87.48 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 214 | 109 | 0.33 | 0 | 0.49 | 0.16 | 100.57 | 0.56 | 0.63 |
| Hex | 8F | D6 | 6D | 21 | 0 | 31 | 10 | 65 | 38 | 3F |
| Octal | 217 | 326 | 155 | 41 | 0 | 61 | 20 | 145 | 70 | 77 |
| Binary | 10001111 | 11010110 | 1101101 | 100001 | 0 | 110001 | 10000 | 1100101 | 111000 | 111111 |
Color Harmonies of #8FD66D
Complementary color
Monochromatic Colors of #8FD66D
Black with #8FD66D
Text Example
Text Example
White with #8FD66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD66D; }
p { color: rgb(143,214,109); }
H1.HeaderClassName
{
color: #8FD66D;
}
.AnyTagClassName
{
color: #8FD66D;
}
</style>
background-color css
<style>
a { background-color: #8FD66D; }
a { background-color: rgb(143,214,109); }
div.DivClassName
{
background-color: #8FD66D;
}
.BgClassName
{
background-color: #8FD66D;
}
</style>
border-color css
<style>
span { border-color: #8FD66D; }
span { border-color: rgb(143,214,109); }
td.TdClassName
{
border-color: #8FD66D;
}
.TagClassName
{
border-color: #8FD66D;
}
</style>