Shades of Gossip #8FD577
Tints of Gossip #8FD577
RGB
CMYK
RGB Variations
Color information
#8FD577 (or 0x8FD577) is known color: Gossip. HEX triplet: 8F, D5 and 77. RGB value is (143,213,119). Sum of RGB (Red+Green+Blue) = 143+213+119=475 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.11% from 475); Green value is 213 (83.59% from 255 or 44.84% from 475); Blue value is 119 (46.88% from 255 or 25.05% from 475); Max value from RGB is 213 - color contains mainly: green. Hex color #8FD577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD577 is #702A88. Grayscale: #B5B5B5. Windows color (decimal): -7350921 or 7853455. OLE color: 7853455.
HSL color Cylindrical-coordinate representation of color #8FD577: hue angle of 104.68º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FD577 is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 213 | 119 | - |
| CMYK | 0.33 | 0 | 0.44 | 0.16 |
| HSL | 104.68º | 0.53% | 0.65% | - |
| HSV(B) | 104.68º | 0.44% | 0.84% | - |
| XYZ | 38.45 | 54.76 | 26 | - |
| YUV | 181.35 | 92.81 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 213 | 119 | 0.33 | 0 | 0.44 | 0.16 | 104.68 | 0.53 | 0.65 |
| Hex | 8F | D5 | 77 | 21 | 0 | 2C | 10 | 69 | 35 | 41 |
| Octal | 217 | 325 | 167 | 41 | 0 | 54 | 20 | 151 | 65 | 101 |
| Binary | 10001111 | 11010101 | 1110111 | 100001 | 0 | 101100 | 10000 | 1101001 | 110101 | 1000001 |
Color Harmonies of #8FD577
Complementary color
Monochromatic Colors of #8FD577
Black with #8FD577
Text Example
Text Example
White with #8FD577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD577; }
p { color: rgb(143,213,119); }
H1.HeaderClassName
{
color: #8FD577;
}
.AnyTagClassName
{
color: #8FD577;
}
</style>
background-color css
<style>
a { background-color: #8FD577; }
a { background-color: rgb(143,213,119); }
div.DivClassName
{
background-color: #8FD577;
}
.BgClassName
{
background-color: #8FD577;
}
</style>
border-color css
<style>
span { border-color: #8FD577; }
span { border-color: rgb(143,213,119); }
td.TdClassName
{
border-color: #8FD577;
}
.TagClassName
{
border-color: #8FD577;
}
</style>