Shades of Gossip #8FC874
Tints of Gossip #8FC874
RGB
CMYK
RGB Variations
Color information
#8FC874 (or 0x8FC874) is known color: Gossip. HEX triplet: 8F, C8 and 74. RGB value is (143,200,116). Sum of RGB (Red+Green+Blue) = 143+200+116=459 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.15% from 459); Green value is 200 (78.52% from 255 or 43.57% from 459); Blue value is 116 (45.70% from 255 or 25.27% from 459); Max value from RGB is 200 - color contains mainly: green. Hex color #8FC874 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC874 is #70378B. Grayscale: #ADADAD. Windows color (decimal): -7354252 or 7653519. OLE color: 7653519.
HSL color Cylindrical-coordinate representation of color #8FC874: hue angle of 100.71º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FC874 is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 200 | 116 | - |
| CMYK | 0.28 | 0 | 0.42 | 0.22 |
| HSL | 100.71º | 0.43% | 0.62% | - |
| HSV(B) | 100.71º | 0.42% | 0.78% | - |
| XYZ | 35.13 | 48.41 | 24.02 | - |
| YUV | 173.38 | 95.62 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 200 | 116 | 0.28 | 0 | 0.42 | 0.22 | 100.71 | 0.43 | 0.62 |
| Hex | 8F | C8 | 74 | 1C | 0 | 2A | 16 | 65 | 2B | 3E |
| Octal | 217 | 310 | 164 | 34 | 0 | 52 | 26 | 145 | 53 | 76 |
| Binary | 10001111 | 11001000 | 1110100 | 11100 | 0 | 101010 | 10110 | 1100101 | 101011 | 111110 |
Color Harmonies of #8FC874
Complementary color
Monochromatic Colors of #8FC874
Black with #8FC874
Text Example
Text Example
White with #8FC874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC874; }
p { color: rgb(143,200,116); }
H1.HeaderClassName
{
color: #8FC874;
}
.AnyTagClassName
{
color: #8FC874;
}
</style>
background-color css
<style>
a { background-color: #8FC874; }
a { background-color: rgb(143,200,116); }
div.DivClassName
{
background-color: #8FC874;
}
.BgClassName
{
background-color: #8FC874;
}
</style>
border-color css
<style>
span { border-color: #8FC874; }
span { border-color: rgb(143,200,116); }
td.TdClassName
{
border-color: #8FC874;
}
.TagClassName
{
border-color: #8FC874;
}
</style>