Shades of Gossip #8FCF73
Tints of Gossip #8FCF73
RGB
CMYK
RGB Variations
Color information
#8FCF73 (or 0x8FCF73) is known color: Gossip. HEX triplet: 8F, CF and 73. RGB value is (143,207,115). Sum of RGB (Red+Green+Blue) = 143+207+115=465 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.75% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 115 (45.31% from 255 or 24.73% from 465); Max value from RGB is 207 - color contains mainly: green. Hex color #8FCF73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FCF73 is #70308C. Grayscale: #B1B1B1. Windows color (decimal): -7352461 or 7589775. OLE color: 7589775.
HSL color Cylindrical-coordinate representation of color #8FCF73: hue angle of 101.74º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FCF73 is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 207 | 115 | - |
| CMYK | 0.31 | 0 | 0.44 | 0.19 |
| HSL | 101.74º | 0.49% | 0.63% | - |
| HSV(B) | 101.74º | 0.44% | 0.81% | - |
| XYZ | 36.74 | 51.7 | 24.26 | - |
| YUV | 177.38 | 92.8 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 207 | 115 | 0.31 | 0 | 0.44 | 0.19 | 101.74 | 0.49 | 0.63 |
| Hex | 8F | CF | 73 | 1F | 0 | 2C | 13 | 66 | 31 | 3F |
| Octal | 217 | 317 | 163 | 37 | 0 | 54 | 23 | 146 | 61 | 77 |
| Binary | 10001111 | 11001111 | 1110011 | 11111 | 0 | 101100 | 10011 | 1100110 | 110001 | 111111 |
Color Harmonies of #8FCF73
Complementary color
Monochromatic Colors of #8FCF73
Black with #8FCF73
Text Example
Text Example
White with #8FCF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCF73; }
p { color: rgb(143,207,115); }
H1.HeaderClassName
{
color: #8FCF73;
}
.AnyTagClassName
{
color: #8FCF73;
}
</style>
background-color css
<style>
a { background-color: #8FCF73; }
a { background-color: rgb(143,207,115); }
div.DivClassName
{
background-color: #8FCF73;
}
.BgClassName
{
background-color: #8FCF73;
}
</style>
border-color css
<style>
span { border-color: #8FCF73; }
span { border-color: rgb(143,207,115); }
td.TdClassName
{
border-color: #8FCF73;
}
.TagClassName
{
border-color: #8FCF73;
}
</style>