Shades of Gossip #8FD674
Tints of Gossip #8FD674
RGB
CMYK
RGB Variations
Color information
#8FD674 (or 0x8FD674) is known color: Gossip. HEX triplet: 8F, D6 and 74. RGB value is (143,214,116). Sum of RGB (Red+Green+Blue) = 143+214+116=473 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.23% from 473); Green value is 214 (83.98% from 255 or 45.24% from 473); Blue value is 116 (45.70% from 255 or 24.52% from 473); Max value from RGB is 214 - color contains mainly: green. Hex color #8FD674 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD674 is #70298B. Grayscale: #B5B5B5. Windows color (decimal): -7350668 or 7657103. OLE color: 7657103.
HSL color Cylindrical-coordinate representation of color #8FD674: hue angle of 103.47º degrees, saturation: 0.54, 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 #8FD674 is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 214 | 116 | - |
| CMYK | 0.33 | 0 | 0.46 | 0.16 |
| HSL | 103.47º | 0.54% | 0.65% | - |
| HSV(B) | 103.47º | 0.46% | 0.84% | - |
| XYZ | 38.53 | 55.19 | 25.15 | - |
| YUV | 181.6 | 90.98 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 214 | 116 | 0.33 | 0 | 0.46 | 0.16 | 103.47 | 0.54 | 0.65 |
| Hex | 8F | D6 | 74 | 21 | 0 | 2E | 10 | 67 | 36 | 41 |
| Octal | 217 | 326 | 164 | 41 | 0 | 56 | 20 | 147 | 66 | 101 |
| Binary | 10001111 | 11010110 | 1110100 | 100001 | 0 | 101110 | 10000 | 1100111 | 110110 | 1000001 |
Color Harmonies of #8FD674
Complementary color
Monochromatic Colors of #8FD674
Black with #8FD674
Text Example
Text Example
White with #8FD674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD674; }
p { color: rgb(143,214,116); }
H1.HeaderClassName
{
color: #8FD674;
}
.AnyTagClassName
{
color: #8FD674;
}
</style>
background-color css
<style>
a { background-color: #8FD674; }
a { background-color: rgb(143,214,116); }
div.DivClassName
{
background-color: #8FD674;
}
.BgClassName
{
background-color: #8FD674;
}
</style>
border-color css
<style>
span { border-color: #8FD674; }
span { border-color: rgb(143,214,116); }
td.TdClassName
{
border-color: #8FD674;
}
.TagClassName
{
border-color: #8FD674;
}
</style>