Shades of Gossip #8FCC73
Tints of Gossip #8FCC73
RGB
CMYK
RGB Variations
Color information
#8FCC73 (or 0x8FCC73) is known color: Gossip. HEX triplet: 8F, CC and 73. RGB value is (143,204,115). Sum of RGB (Red+Green+Blue) = 143+204+115=462 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.95% from 462); Green value is 204 (80.08% from 255 or 44.16% from 462); Blue value is 115 (45.31% from 255 or 24.89% from 462); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCC73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FCC73 is #70338C. Grayscale: #AFAFAF. Windows color (decimal): -7353229 or 7589007. OLE color: 7589007.
HSL color Cylindrical-coordinate representation of color #8FCC73: hue angle of 101.12º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FCC73 is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 204 | 115 | - |
| CMYK | 0.30 | 0 | 0.44 | 0.2 |
| HSL | 101.12º | 0.47% | 0.63% | - |
| HSV(B) | 101.12º | 0.44% | 0.8% | - |
| XYZ | 36.02 | 50.26 | 24.02 | - |
| YUV | 175.62 | 93.79 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 204 | 115 | 0.30 | 0 | 0.44 | 0.2 | 101.12 | 0.47 | 0.63 |
| Hex | 8F | CC | 73 | 1E | 0 | 2C | 14 | 65 | 2F | 3F |
| Octal | 217 | 314 | 163 | 36 | 0 | 54 | 24 | 145 | 57 | 77 |
| Binary | 10001111 | 11001100 | 1110011 | 11110 | 0 | 101100 | 10100 | 1100101 | 101111 | 111111 |
Color Harmonies of #8FCC73
Complementary color
Monochromatic Colors of #8FCC73
Black with #8FCC73
Text Example
Text Example
White with #8FCC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCC73; }
p { color: rgb(143,204,115); }
H1.HeaderClassName
{
color: #8FCC73;
}
.AnyTagClassName
{
color: #8FCC73;
}
</style>
background-color css
<style>
a { background-color: #8FCC73; }
a { background-color: rgb(143,204,115); }
div.DivClassName
{
background-color: #8FCC73;
}
.BgClassName
{
background-color: #8FCC73;
}
</style>
border-color css
<style>
span { border-color: #8FCC73; }
span { border-color: rgb(143,204,115); }
td.TdClassName
{
border-color: #8FCC73;
}
.TagClassName
{
border-color: #8FCC73;
}
</style>