Shades of Gossip #8FDC74
Tints of Gossip #8FDC74
RGB
CMYK
RGB Variations
Color information
#8FDC74 (or 0x8FDC74) is known color: Gossip. HEX triplet: 8F, DC and 74. RGB value is (143,220,116). Sum of RGB (Red+Green+Blue) = 143+220+116=479 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.85% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 116 (45.70% from 255 or 24.22% from 479); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDC74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDC74 is #70238B. Grayscale: #B9B9B9. Windows color (decimal): -7349132 or 7658639. OLE color: 7658639.
HSL color Cylindrical-coordinate representation of color #8FDC74: hue angle of 104.42º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8FDC74 is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 220 | 116 | - |
| CMYK | 0.35 | 0 | 0.47 | 0.14 |
| HSL | 104.42º | 0.6% | 0.66% | - |
| HSV(B) | 104.42º | 0.47% | 0.86% | - |
| XYZ | 40.07 | 58.29 | 25.66 | - |
| YUV | 185.12 | 88.99 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 220 | 116 | 0.35 | 0 | 0.47 | 0.14 | 104.42 | 0.6 | 0.66 |
| Hex | 8F | DC | 74 | 23 | 0 | 2F | E | 68 | 3C | 42 |
| Octal | 217 | 334 | 164 | 43 | 0 | 57 | 16 | 150 | 74 | 102 |
| Binary | 10001111 | 11011100 | 1110100 | 100011 | 0 | 101111 | 1110 | 1101000 | 111100 | 1000010 |
Color Harmonies of #8FDC74
Complementary color
Monochromatic Colors of #8FDC74
Black with #8FDC74
Text Example
Text Example
White with #8FDC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDC74; }
p { color: rgb(143,220,116); }
H1.HeaderClassName
{
color: #8FDC74;
}
.AnyTagClassName
{
color: #8FDC74;
}
</style>
background-color css
<style>
a { background-color: #8FDC74; }
a { background-color: rgb(143,220,116); }
div.DivClassName
{
background-color: #8FDC74;
}
.BgClassName
{
background-color: #8FDC74;
}
</style>
border-color css
<style>
span { border-color: #8FDC74; }
span { border-color: rgb(143,220,116); }
td.TdClassName
{
border-color: #8FDC74;
}
.TagClassName
{
border-color: #8FDC74;
}
</style>