Shades of Gossip #8FE576
Tints of Gossip #8FE576
RGB
CMYK
RGB Variations
Color information
#8FE576 (or 0x8FE576) is known color: Gossip. HEX triplet: 8F, E5 and 76. RGB value is (143,229,118). Sum of RGB (Red+Green+Blue) = 143+229+118=490 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.18% from 490); Green value is 229 (89.84% from 255 or 46.73% from 490); Blue value is 118 (46.48% from 255 or 24.08% from 490); Max value from RGB is 229 - color contains mainly: green. Hex color #8FE576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FE576 is #701A89. Grayscale: #BEBEBE. Windows color (decimal): -7346826 or 7792015. OLE color: 7792015.
HSL color Cylindrical-coordinate representation of color #8FE576: hue angle of 106.49º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8FE576 is Cyan = 0.38, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 143 | 229 | 118 | - |
| CMYK | 0.38 | 0 | 0.48 | 0.10 |
| HSL | 106.49º | 0.68% | 0.68% | - |
| HSV(B) | 106.49º | 0.48% | 0.9% | - |
| XYZ | 42.62 | 63.19 | 27.09 | - |
| YUV | 190.63 | 87.01 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 229 | 118 | 0.38 | 0 | 0.48 | 0.10 | 106.49 | 0.68 | 0.68 |
| Hex | 8F | E5 | 76 | 26 | 0 | 30 | A | 6A | 44 | 44 |
| Octal | 217 | 345 | 166 | 46 | 0 | 60 | 12 | 152 | 104 | 104 |
| Binary | 10001111 | 11100101 | 1110110 | 100110 | 0 | 110000 | 1010 | 1101010 | 1000100 | 1000100 |
Color Harmonies of #8FE576
Complementary color
Monochromatic Colors of #8FE576
Black with #8FE576
Text Example
Text Example
White with #8FE576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE576; }
p { color: rgb(143,229,118); }
H1.HeaderClassName
{
color: #8FE576;
}
.AnyTagClassName
{
color: #8FE576;
}
</style>
background-color css
<style>
a { background-color: #8FE576; }
a { background-color: rgb(143,229,118); }
div.DivClassName
{
background-color: #8FE576;
}
.BgClassName
{
background-color: #8FE576;
}
</style>
border-color css
<style>
span { border-color: #8FE576; }
span { border-color: rgb(143,229,118); }
td.TdClassName
{
border-color: #8FE576;
}
.TagClassName
{
border-color: #8FE576;
}
</style>