Shades of Gossip #8FC77C
Tints of Gossip #8FC77C
RGB
CMYK
RGB Variations
Color information
#8FC77C (or 0x8FC77C) is known color: Gossip. HEX triplet: 8F, C7 and 7C. RGB value is (143,199,124). Sum of RGB (Red+Green+Blue) = 143+199+124=466 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.69% from 466); Green value is 199 (78.12% from 255 or 42.70% from 466); Blue value is 124 (48.83% from 255 or 26.61% from 466); Max value from RGB is 199 - color contains mainly: green. Hex color #8FC77C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC77C is #703883. Grayscale: #ADADAD. Windows color (decimal): -7354500 or 8177551. OLE color: 8177551.
HSL color Cylindrical-coordinate representation of color #8FC77C: hue angle of 104.8º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FC77C is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 199 | 124 | - |
| CMYK | 0.28 | 0 | 0.38 | 0.22 |
| HSL | 104.8º | 0.4% | 0.63% | - |
| HSV(B) | 104.8º | 0.38% | 0.78% | - |
| XYZ | 35.39 | 48.14 | 26.5 | - |
| YUV | 173.71 | 99.95 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 199 | 124 | 0.28 | 0 | 0.38 | 0.22 | 104.8 | 0.4 | 0.63 |
| Hex | 8F | C7 | 7C | 1C | 0 | 26 | 16 | 69 | 28 | 3F |
| Octal | 217 | 307 | 174 | 34 | 0 | 46 | 26 | 151 | 50 | 77 |
| Binary | 10001111 | 11000111 | 1111100 | 11100 | 0 | 100110 | 10110 | 1101001 | 101000 | 111111 |
Color Harmonies of #8FC77C
Complementary color
Monochromatic Colors of #8FC77C
Black with #8FC77C
Text Example
Text Example
White with #8FC77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC77C; }
p { color: rgb(143,199,124); }
H1.HeaderClassName
{
color: #8FC77C;
}
.AnyTagClassName
{
color: #8FC77C;
}
</style>
background-color css
<style>
a { background-color: #8FC77C; }
a { background-color: rgb(143,199,124); }
div.DivClassName
{
background-color: #8FC77C;
}
.BgClassName
{
background-color: #8FC77C;
}
</style>
border-color css
<style>
span { border-color: #8FC77C; }
span { border-color: rgb(143,199,124); }
td.TdClassName
{
border-color: #8FC77C;
}
.TagClassName
{
border-color: #8FC77C;
}
</style>