Shades of Gossip #8FC972
Tints of Gossip #8FC972
RGB
CMYK
RGB Variations
Color information
#8FC972 (or 0x8FC972) is known color: Gossip. HEX triplet: 8F, C9 and 72. RGB value is (143,201,114). Sum of RGB (Red+Green+Blue) = 143+201+114=458 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.22% from 458); Green value is 201 (78.91% from 255 or 43.89% from 458); Blue value is 114 (44.92% from 255 or 24.89% from 458); Max value from RGB is 201 - color contains mainly: green. Hex color #8FC972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC972 is #70368D. Grayscale: #AEAEAE. Windows color (decimal): -7353998 or 7522703. OLE color: 7522703.
HSL color Cylindrical-coordinate representation of color #8FC972: hue angle of 100º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FC972 is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 201 | 114 | - |
| CMYK | 0.29 | 0 | 0.43 | 0.21 |
| HSL | 100º | 0.45% | 0.62% | - |
| HSV(B) | 100º | 0.43% | 0.79% | - |
| XYZ | 35.25 | 48.83 | 23.49 | - |
| YUV | 173.74 | 94.28 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 201 | 114 | 0.29 | 0 | 0.43 | 0.21 | 100 | 0.45 | 0.62 |
| Hex | 8F | C9 | 72 | 1D | 0 | 2B | 15 | 64 | 2D | 3E |
| Octal | 217 | 311 | 162 | 35 | 0 | 53 | 25 | 144 | 55 | 76 |
| Binary | 10001111 | 11001001 | 1110010 | 11101 | 0 | 101011 | 10101 | 1100100 | 101101 | 111110 |
Color Harmonies of #8FC972
Complementary color
Monochromatic Colors of #8FC972
Black with #8FC972
Text Example
Text Example
White with #8FC972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC972; }
p { color: rgb(143,201,114); }
H1.HeaderClassName
{
color: #8FC972;
}
.AnyTagClassName
{
color: #8FC972;
}
</style>
background-color css
<style>
a { background-color: #8FC972; }
a { background-color: rgb(143,201,114); }
div.DivClassName
{
background-color: #8FC972;
}
.BgClassName
{
background-color: #8FC972;
}
</style>
border-color css
<style>
span { border-color: #8FC972; }
span { border-color: rgb(143,201,114); }
td.TdClassName
{
border-color: #8FC972;
}
.TagClassName
{
border-color: #8FC972;
}
</style>