Shades of Gossip #8FD77E
Tints of Gossip #8FD77E
RGB
CMYK
RGB Variations
Color information
#8FD77E (or 0x8FD77E) is known color: Gossip. HEX triplet: 8F, D7 and 7E. RGB value is (143,215,126). Sum of RGB (Red+Green+Blue) = 143+215+126=484 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.55% from 484); Green value is 215 (84.38% from 255 or 44.42% from 484); Blue value is 126 (49.61% from 255 or 26.03% from 484); Max value from RGB is 215 - color contains mainly: green. Hex color #8FD77E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD77E is #702881. Grayscale: #B7B7B7. Windows color (decimal): -7350402 or 8312719. OLE color: 8312719.
HSL color Cylindrical-coordinate representation of color #8FD77E: hue angle of 108.54º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FD77E is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 215 | 126 | - |
| CMYK | 0.33 | 0 | 0.41 | 0.16 |
| HSL | 108.54º | 0.53% | 0.67% | - |
| HSV(B) | 108.54º | 0.41% | 0.84% | - |
| XYZ | 39.39 | 55.95 | 28.46 | - |
| YUV | 183.33 | 95.65 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 215 | 126 | 0.33 | 0 | 0.41 | 0.16 | 108.54 | 0.53 | 0.67 |
| Hex | 8F | D7 | 7E | 21 | 0 | 29 | 10 | 6D | 35 | 43 |
| Octal | 217 | 327 | 176 | 41 | 0 | 51 | 20 | 155 | 65 | 103 |
| Binary | 10001111 | 11010111 | 1111110 | 100001 | 0 | 101001 | 10000 | 1101101 | 110101 | 1000011 |
Color Harmonies of #8FD77E
Complementary color
Monochromatic Colors of #8FD77E
Black with #8FD77E
Text Example
Text Example
White with #8FD77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD77E; }
p { color: rgb(143,215,126); }
H1.HeaderClassName
{
color: #8FD77E;
}
.AnyTagClassName
{
color: #8FD77E;
}
</style>
background-color css
<style>
a { background-color: #8FD77E; }
a { background-color: rgb(143,215,126); }
div.DivClassName
{
background-color: #8FD77E;
}
.BgClassName
{
background-color: #8FD77E;
}
</style>
border-color css
<style>
span { border-color: #8FD77E; }
span { border-color: rgb(143,215,126); }
td.TdClassName
{
border-color: #8FD77E;
}
.TagClassName
{
border-color: #8FD77E;
}
</style>