Shades of Gossip #8FE96F
Tints of Gossip #8FE96F
RGB
CMYK
RGB Variations
Color information
#8FE96F (or 0x8FE96F) is known color: Gossip. HEX triplet: 8F, E9 and 6F. RGB value is (143,233,111). Sum of RGB (Red+Green+Blue) = 143+233+111=487 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.36% from 487); Green value is 233 (91.41% from 255 or 47.84% from 487); Blue value is 111 (43.75% from 255 or 22.79% from 487); Max value from RGB is 233 - color contains mainly: green. Hex color #8FE96F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8FE96F is #701690. Grayscale: #C0C0C0. Windows color (decimal): -7345809 or 7334287. OLE color: 7334287.
HSL color Cylindrical-coordinate representation of color #8FE96F: hue angle of 104.26º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8FE96F is Cyan = 0.39, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 143 | 233 | 111 | - |
| CMYK | 0.39 | 0 | 0.52 | 0.09 |
| HSL | 104.26º | 0.73% | 0.67% | - |
| HSV(B) | 104.26º | 0.52% | 0.91% | - |
| XYZ | 43.34 | 65.27 | 25.35 | - |
| YUV | 192.18 | 82.18 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 233 | 111 | 0.39 | 0 | 0.52 | 0.09 | 104.26 | 0.73 | 0.67 |
| Hex | 8F | E9 | 6F | 27 | 0 | 34 | 9 | 68 | 49 | 43 |
| Octal | 217 | 351 | 157 | 47 | 0 | 64 | 11 | 150 | 111 | 103 |
| Binary | 10001111 | 11101001 | 1101111 | 100111 | 0 | 110100 | 1001 | 1101000 | 1001001 | 1000011 |
Color Harmonies of #8FE96F
Complementary color
Monochromatic Colors of #8FE96F
Black with #8FE96F
Text Example
Text Example
White with #8FE96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE96F; }
p { color: rgb(143,233,111); }
H1.HeaderClassName
{
color: #8FE96F;
}
.AnyTagClassName
{
color: #8FE96F;
}
</style>
background-color css
<style>
a { background-color: #8FE96F; }
a { background-color: rgb(143,233,111); }
div.DivClassName
{
background-color: #8FE96F;
}
.BgClassName
{
background-color: #8FE96F;
}
</style>
border-color css
<style>
span { border-color: #8FE96F; }
span { border-color: rgb(143,233,111); }
td.TdClassName
{
border-color: #8FE96F;
}
.TagClassName
{
border-color: #8FE96F;
}
</style>