Shades of Gossip #8FD574
Tints of Gossip #8FD574
RGB
CMYK
RGB Variations
Color information
#8FD574 (or 0x8FD574) is known color: Gossip. HEX triplet: 8F, D5 and 74. RGB value is (143,213,116). Sum of RGB (Red+Green+Blue) = 143+213+116=472 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.30% from 472); Green value is 213 (83.59% from 255 or 45.13% from 472); Blue value is 116 (45.70% from 255 or 24.58% from 472); Max value from RGB is 213 - color contains mainly: green. Hex color #8FD574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD574 is #702A8B. Grayscale: #B5B5B5. Windows color (decimal): -7350924 or 7656847. OLE color: 7656847.
HSL color Cylindrical-coordinate representation of color #8FD574: hue angle of 103.3º 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 #8FD574 is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 213 | 116 | - |
| CMYK | 0.33 | 0 | 0.46 | 0.16 |
| HSL | 103.3º | 0.54% | 0.65% | - |
| HSV(B) | 103.3º | 0.46% | 0.84% | - |
| XYZ | 38.27 | 54.69 | 25.06 | - |
| YUV | 181.01 | 91.31 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 213 | 116 | 0.33 | 0 | 0.46 | 0.16 | 103.3 | 0.54 | 0.65 |
| Hex | 8F | D5 | 74 | 21 | 0 | 2E | 10 | 67 | 36 | 41 |
| Octal | 217 | 325 | 164 | 41 | 0 | 56 | 20 | 147 | 66 | 101 |
| Binary | 10001111 | 11010101 | 1110100 | 100001 | 0 | 101110 | 10000 | 1100111 | 110110 | 1000001 |
Color Harmonies of #8FD574
Complementary color
Monochromatic Colors of #8FD574
Black with #8FD574
Text Example
Text Example
White with #8FD574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD574; }
p { color: rgb(143,213,116); }
H1.HeaderClassName
{
color: #8FD574;
}
.AnyTagClassName
{
color: #8FD574;
}
</style>
background-color css
<style>
a { background-color: #8FD574; }
a { background-color: rgb(143,213,116); }
div.DivClassName
{
background-color: #8FD574;
}
.BgClassName
{
background-color: #8FD574;
}
</style>
border-color css
<style>
span { border-color: #8FD574; }
span { border-color: rgb(143,213,116); }
td.TdClassName
{
border-color: #8FD574;
}
.TagClassName
{
border-color: #8FD574;
}
</style>