Shades of Gossip #8FDC7A
Tints of Gossip #8FDC7A
RGB
CMYK
RGB Variations
Color information
#8FDC7A (or 0x8FDC7A) is known color: Gossip. HEX triplet: 8F, DC and 7A. RGB value is (143,220,122). Sum of RGB (Red+Green+Blue) = 143+220+122=485 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.48% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 122 (48.05% from 255 or 25.15% from 485); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDC7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDC7A is #702385. Grayscale: #BABABA. Windows color (decimal): -7349126 or 8051855. OLE color: 8051855.
HSL color Cylindrical-coordinate representation of color #8FDC7A: hue angle of 107.14º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8FDC7A is Cyan = 0.35, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 220 | 122 | - |
| CMYK | 0.35 | 0 | 0.45 | 0.14 |
| HSL | 107.14º | 0.58% | 0.67% | - |
| HSV(B) | 107.14º | 0.45% | 0.86% | - |
| XYZ | 40.43 | 58.43 | 27.56 | - |
| YUV | 185.81 | 91.99 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 220 | 122 | 0.35 | 0 | 0.45 | 0.14 | 107.14 | 0.58 | 0.67 |
| Hex | 8F | DC | 7A | 23 | 0 | 2D | E | 6B | 3A | 43 |
| Octal | 217 | 334 | 172 | 43 | 0 | 55 | 16 | 153 | 72 | 103 |
| Binary | 10001111 | 11011100 | 1111010 | 100011 | 0 | 101101 | 1110 | 1101011 | 111010 | 1000011 |
Color Harmonies of #8FDC7A
Complementary color
Monochromatic Colors of #8FDC7A
Black with #8FDC7A
Text Example
Text Example
White with #8FDC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDC7A; }
p { color: rgb(143,220,122); }
H1.HeaderClassName
{
color: #8FDC7A;
}
.AnyTagClassName
{
color: #8FDC7A;
}
</style>
background-color css
<style>
a { background-color: #8FDC7A; }
a { background-color: rgb(143,220,122); }
div.DivClassName
{
background-color: #8FDC7A;
}
.BgClassName
{
background-color: #8FDC7A;
}
</style>
border-color css
<style>
span { border-color: #8FDC7A; }
span { border-color: rgb(143,220,122); }
td.TdClassName
{
border-color: #8FDC7A;
}
.TagClassName
{
border-color: #8FDC7A;
}
</style>