Shades of Gossip #8FE864
Tints of Gossip #8FE864
RGB
CMYK
RGB Variations
Color information
#8FE864 (or 0x8FE864) is known color: Gossip. HEX triplet: 8F, E8 and 64. RGB value is (143,232,100). Sum of RGB (Red+Green+Blue) = 143+232+100=475 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.11% from 475); Green value is 232 (91.02% from 255 or 48.84% from 475); Blue value is 100 (39.45% from 255 or 21.05% from 475); Max value from RGB is 232 - color contains mainly: green. Hex color #8FE864 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8FE864 is #70179B. Grayscale: #BEBEBE. Windows color (decimal): -7346076 or 6613135. OLE color: 6613135.
HSL color Cylindrical-coordinate representation of color #8FE864: hue angle of 100.45º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8FE864 is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 143 | 232 | 100 | - |
| CMYK | 0.38 | 0 | 0.57 | 0.09 |
| HSL | 100.45º | 0.74% | 0.65% | - |
| HSV(B) | 100.45º | 0.57% | 0.91% | - |
| XYZ | 42.48 | 64.47 | 22.26 | - |
| YUV | 190.34 | 77.01 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 232 | 100 | 0.38 | 0 | 0.57 | 0.09 | 100.45 | 0.74 | 0.65 |
| Hex | 8F | E8 | 64 | 26 | 0 | 39 | 9 | 64 | 4A | 41 |
| Octal | 217 | 350 | 144 | 46 | 0 | 71 | 11 | 144 | 112 | 101 |
| Binary | 10001111 | 11101000 | 1100100 | 100110 | 0 | 111001 | 1001 | 1100100 | 1001010 | 1000001 |
Color Harmonies of #8FE864
Complementary color
Monochromatic Colors of #8FE864
Black with #8FE864
Text Example
Text Example
White with #8FE864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE864; }
p { color: rgb(143,232,100); }
H1.HeaderClassName
{
color: #8FE864;
}
.AnyTagClassName
{
color: #8FE864;
}
</style>
background-color css
<style>
a { background-color: #8FE864; }
a { background-color: rgb(143,232,100); }
div.DivClassName
{
background-color: #8FE864;
}
.BgClassName
{
background-color: #8FE864;
}
</style>
border-color css
<style>
span { border-color: #8FE864; }
span { border-color: rgb(143,232,100); }
td.TdClassName
{
border-color: #8FE864;
}
.TagClassName
{
border-color: #8FE864;
}
</style>