Shades of Gossip #8FE178
Tints of Gossip #8FE178
RGB
CMYK
RGB Variations
Color information
#8FE178 (or 0x8FE178) is known color: Gossip. HEX triplet: 8F, E1 and 78. RGB value is (143,225,120). Sum of RGB (Red+Green+Blue) = 143+225+120=488 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.30% from 488); Green value is 225 (88.28% from 255 or 46.11% from 488); Blue value is 120 (47.27% from 255 or 24.59% from 488); Max value from RGB is 225 - color contains mainly: green. Hex color #8FE178 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FE178 is #701E87. Grayscale: #BCBCBC. Windows color (decimal): -7347848 or 7922063. OLE color: 7922063.
HSL color Cylindrical-coordinate representation of color #8FE178: hue angle of 106.86º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8FE178 is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 225 | 120 | - |
| CMYK | 0.36 | 0 | 0.47 | 0.12 |
| HSL | 106.86º | 0.64% | 0.68% | - |
| HSV(B) | 106.86º | 0.47% | 0.88% | - |
| XYZ | 41.64 | 61.05 | 27.36 | - |
| YUV | 188.51 | 89.33 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 225 | 120 | 0.36 | 0 | 0.47 | 0.12 | 106.86 | 0.64 | 0.68 |
| Hex | 8F | E1 | 78 | 24 | 0 | 2F | C | 6B | 40 | 44 |
| Octal | 217 | 341 | 170 | 44 | 0 | 57 | 14 | 153 | 100 | 104 |
| Binary | 10001111 | 11100001 | 1111000 | 100100 | 0 | 101111 | 1100 | 1101011 | 1000000 | 1000100 |
Color Harmonies of #8FE178
Complementary color
Monochromatic Colors of #8FE178
Black with #8FE178
Text Example
Text Example
White with #8FE178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE178; }
p { color: rgb(143,225,120); }
H1.HeaderClassName
{
color: #8FE178;
}
.AnyTagClassName
{
color: #8FE178;
}
</style>
background-color css
<style>
a { background-color: #8FE178; }
a { background-color: rgb(143,225,120); }
div.DivClassName
{
background-color: #8FE178;
}
.BgClassName
{
background-color: #8FE178;
}
</style>
border-color css
<style>
span { border-color: #8FE178; }
span { border-color: rgb(143,225,120); }
td.TdClassName
{
border-color: #8FE178;
}
.TagClassName
{
border-color: #8FE178;
}
</style>