Shades of Gossip #8FE766
Tints of Gossip #8FE766
RGB
CMYK
RGB Variations
Color information
#8FE766 (or 0x8FE766) is known color: Gossip. HEX triplet: 8F, E7 and 66. RGB value is (143,231,102). Sum of RGB (Red+Green+Blue) = 143+231+102=476 (63% of max value = 765). Red value is 143 (56.25% from 255 or 30.04% from 476); Green value is 231 (90.62% from 255 or 48.53% from 476); Blue value is 102 (40.23% from 255 or 21.43% from 476); Max value from RGB is 231 - color contains mainly: green. Hex color #8FE766 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8FE766 is #701899. Grayscale: #BEBEBE. Windows color (decimal): -7346330 or 6743951. OLE color: 6743951.
HSL color Cylindrical-coordinate representation of color #8FE766: hue angle of 100.93º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8FE766 is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 143 | 231 | 102 | - |
| CMYK | 0.38 | 0 | 0.56 | 0.09 |
| HSL | 100.93º | 0.73% | 0.65% | - |
| HSV(B) | 100.93º | 0.56% | 0.91% | - |
| XYZ | 42.3 | 63.95 | 22.68 | - |
| YUV | 189.98 | 78.35 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 231 | 102 | 0.38 | 0 | 0.56 | 0.09 | 100.93 | 0.73 | 0.65 |
| Hex | 8F | E7 | 66 | 26 | 0 | 38 | 9 | 65 | 49 | 41 |
| Octal | 217 | 347 | 146 | 46 | 0 | 70 | 11 | 145 | 111 | 101 |
| Binary | 10001111 | 11100111 | 1100110 | 100110 | 0 | 111000 | 1001 | 1100101 | 1001001 | 1000001 |
Color Harmonies of #8FE766
Complementary color
Monochromatic Colors of #8FE766
Black with #8FE766
Text Example
Text Example
White with #8FE766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE766; }
p { color: rgb(143,231,102); }
H1.HeaderClassName
{
color: #8FE766;
}
.AnyTagClassName
{
color: #8FE766;
}
</style>
background-color css
<style>
a { background-color: #8FE766; }
a { background-color: rgb(143,231,102); }
div.DivClassName
{
background-color: #8FE766;
}
.BgClassName
{
background-color: #8FE766;
}
</style>
border-color css
<style>
span { border-color: #8FE766; }
span { border-color: rgb(143,231,102); }
td.TdClassName
{
border-color: #8FE766;
}
.TagClassName
{
border-color: #8FE766;
}
</style>