Shades of Gossip #8FE86B
Tints of Gossip #8FE86B
RGB
CMYK
RGB Variations
Color information
#8FE86B (or 0x8FE86B) is known color: Gossip. HEX triplet: 8F, E8 and 6B. RGB value is (143,232,107). Sum of RGB (Red+Green+Blue) = 143+232+107=482 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.67% from 482); Green value is 232 (91.02% from 255 or 48.13% from 482); Blue value is 107 (42.19% from 255 or 22.20% from 482); Max value from RGB is 232 - color contains mainly: green. Hex color #8FE86B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8FE86B is #701794. Grayscale: #BFBFBF. Windows color (decimal): -7346069 or 7071887. OLE color: 7071887.
HSL color Cylindrical-coordinate representation of color #8FE86B: hue angle of 102.72º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8FE86B is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 143 | 232 | 107 | - |
| CMYK | 0.38 | 0 | 0.54 | 0.09 |
| HSL | 102.72º | 0.73% | 0.66% | - |
| HSV(B) | 102.72º | 0.54% | 0.91% | - |
| XYZ | 42.84 | 64.61 | 24.12 | - |
| YUV | 191.14 | 80.51 | 93.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 232 | 107 | 0.38 | 0 | 0.54 | 0.09 | 102.72 | 0.73 | 0.66 |
| Hex | 8F | E8 | 6B | 26 | 0 | 36 | 9 | 67 | 49 | 42 |
| Octal | 217 | 350 | 153 | 46 | 0 | 66 | 11 | 147 | 111 | 102 |
| Binary | 10001111 | 11101000 | 1101011 | 100110 | 0 | 110110 | 1001 | 1100111 | 1001001 | 1000010 |
Color Harmonies of #8FE86B
Complementary color
Monochromatic Colors of #8FE86B
Black with #8FE86B
Text Example
Text Example
White with #8FE86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE86B; }
p { color: rgb(143,232,107); }
H1.HeaderClassName
{
color: #8FE86B;
}
.AnyTagClassName
{
color: #8FE86B;
}
</style>
background-color css
<style>
a { background-color: #8FE86B; }
a { background-color: rgb(143,232,107); }
div.DivClassName
{
background-color: #8FE86B;
}
.BgClassName
{
background-color: #8FE86B;
}
</style>
border-color css
<style>
span { border-color: #8FE86B; }
span { border-color: rgb(143,232,107); }
td.TdClassName
{
border-color: #8FE86B;
}
.TagClassName
{
border-color: #8FE86B;
}
</style>