Shades of Gossip #8FD673
Tints of Gossip #8FD673
RGB
CMYK
RGB Variations
Color information
#8FD673 (or 0x8FD673) is known color: Gossip. HEX triplet: 8F, D6 and 73. RGB value is (143,214,115). Sum of RGB (Red+Green+Blue) = 143+214+115=472 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.30% from 472); Green value is 214 (83.98% from 255 or 45.34% from 472); Blue value is 115 (45.31% from 255 or 24.36% from 472); Max value from RGB is 214 - color contains mainly: green. Hex color #8FD673 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD673 is #70298C. Grayscale: #B5B5B5. Windows color (decimal): -7350669 or 7591567. OLE color: 7591567.
HSL color Cylindrical-coordinate representation of color #8FD673: hue angle of 103.03º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8FD673 is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 214 | 115 | - |
| CMYK | 0.33 | 0 | 0.46 | 0.16 |
| HSL | 103.03º | 0.55% | 0.65% | - |
| HSV(B) | 103.03º | 0.46% | 0.84% | - |
| XYZ | 38.47 | 55.17 | 24.84 | - |
| YUV | 181.49 | 90.48 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 214 | 115 | 0.33 | 0 | 0.46 | 0.16 | 103.03 | 0.55 | 0.65 |
| Hex | 8F | D6 | 73 | 21 | 0 | 2E | 10 | 67 | 37 | 41 |
| Octal | 217 | 326 | 163 | 41 | 0 | 56 | 20 | 147 | 67 | 101 |
| Binary | 10001111 | 11010110 | 1110011 | 100001 | 0 | 101110 | 10000 | 1100111 | 110111 | 1000001 |
Color Harmonies of #8FD673
Complementary color
Monochromatic Colors of #8FD673
Black with #8FD673
Text Example
Text Example
White with #8FD673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD673; }
p { color: rgb(143,214,115); }
H1.HeaderClassName
{
color: #8FD673;
}
.AnyTagClassName
{
color: #8FD673;
}
</style>
background-color css
<style>
a { background-color: #8FD673; }
a { background-color: rgb(143,214,115); }
div.DivClassName
{
background-color: #8FD673;
}
.BgClassName
{
background-color: #8FD673;
}
</style>
border-color css
<style>
span { border-color: #8FD673; }
span { border-color: rgb(143,214,115); }
td.TdClassName
{
border-color: #8FD673;
}
.TagClassName
{
border-color: #8FD673;
}
</style>