Shades of Gossip #8FD46E
Tints of Gossip #8FD46E
RGB
CMYK
RGB Variations
Color information
#8FD46E (or 0x8FD46E) is known color: Gossip. HEX triplet: 8F, D4 and 6E. RGB value is (143,212,110). Sum of RGB (Red+Green+Blue) = 143+212+110=465 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.75% from 465); Green value is 212 (83.20% from 255 or 45.59% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 212 - color contains mainly: green. Hex color #8FD46E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD46E is #702B91. Grayscale: #B4B4B4. Windows color (decimal): -7351186 or 7263375. OLE color: 7263375.
HSL color Cylindrical-coordinate representation of color #8FD46E: hue angle of 100.59º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8FD46E is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 143 | 212 | 110 | - |
| CMYK | 0.33 | 0 | 0.48 | 0.17 |
| HSL | 100.59º | 0.54% | 0.63% | - |
| HSV(B) | 100.59º | 0.48% | 0.83% | - |
| XYZ | 37.69 | 54.05 | 23.2 | - |
| YUV | 179.74 | 88.64 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 212 | 110 | 0.33 | 0 | 0.48 | 0.17 | 100.59 | 0.54 | 0.63 |
| Hex | 8F | D4 | 6E | 21 | 0 | 30 | 11 | 65 | 36 | 3F |
| Octal | 217 | 324 | 156 | 41 | 0 | 60 | 21 | 145 | 66 | 77 |
| Binary | 10001111 | 11010100 | 1101110 | 100001 | 0 | 110000 | 10001 | 1100101 | 110110 | 111111 |
Color Harmonies of #8FD46E
Complementary color
Monochromatic Colors of #8FD46E
Black with #8FD46E
Text Example
Text Example
White with #8FD46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD46E; }
p { color: rgb(143,212,110); }
H1.HeaderClassName
{
color: #8FD46E;
}
.AnyTagClassName
{
color: #8FD46E;
}
</style>
background-color css
<style>
a { background-color: #8FD46E; }
a { background-color: rgb(143,212,110); }
div.DivClassName
{
background-color: #8FD46E;
}
.BgClassName
{
background-color: #8FD46E;
}
</style>
border-color css
<style>
span { border-color: #8FD46E; }
span { border-color: rgb(143,212,110); }
td.TdClassName
{
border-color: #8FD46E;
}
.TagClassName
{
border-color: #8FD46E;
}
</style>