Shades of Gossip #8FE76D
Tints of Gossip #8FE76D
RGB
CMYK
RGB Variations
Color information
#8FE76D (or 0x8FE76D) is known color: Gossip. HEX triplet: 8F, E7 and 6D. RGB value is (143,231,109). Sum of RGB (Red+Green+Blue) = 143+231+109=483 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.61% from 483); Green value is 231 (90.62% from 255 or 47.83% from 483); Blue value is 109 (42.97% from 255 or 22.57% from 483); Max value from RGB is 231 - color contains mainly: green. Hex color #8FE76D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8FE76D is #701892. Grayscale: #BFBFBF. Windows color (decimal): -7346323 or 7202703. OLE color: 7202703.
HSL color Cylindrical-coordinate representation of color #8FE76D: hue angle of 103.28º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8FE76D is Cyan = 0.38, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 143 | 231 | 109 | - |
| CMYK | 0.38 | 0 | 0.53 | 0.09 |
| HSL | 103.28º | 0.72% | 0.67% | - |
| HSV(B) | 103.28º | 0.53% | 0.91% | - |
| XYZ | 42.66 | 64.1 | 24.59 | - |
| YUV | 190.78 | 81.85 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 231 | 109 | 0.38 | 0 | 0.53 | 0.09 | 103.28 | 0.72 | 0.67 |
| Hex | 8F | E7 | 6D | 26 | 0 | 35 | 9 | 67 | 48 | 43 |
| Octal | 217 | 347 | 155 | 46 | 0 | 65 | 11 | 147 | 110 | 103 |
| Binary | 10001111 | 11100111 | 1101101 | 100110 | 0 | 110101 | 1001 | 1100111 | 1001000 | 1000011 |
Color Harmonies of #8FE76D
Complementary color
Monochromatic Colors of #8FE76D
Black with #8FE76D
Text Example
Text Example
White with #8FE76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE76D; }
p { color: rgb(143,231,109); }
H1.HeaderClassName
{
color: #8FE76D;
}
.AnyTagClassName
{
color: #8FE76D;
}
</style>
background-color css
<style>
a { background-color: #8FE76D; }
a { background-color: rgb(143,231,109); }
div.DivClassName
{
background-color: #8FE76D;
}
.BgClassName
{
background-color: #8FE76D;
}
</style>
border-color css
<style>
span { border-color: #8FE76D; }
span { border-color: rgb(143,231,109); }
td.TdClassName
{
border-color: #8FE76D;
}
.TagClassName
{
border-color: #8FE76D;
}
</style>