Shades of Gossip #8FD580
Tints of Gossip #8FD580
RGB
CMYK
RGB Variations
Color information
#8FD580 (or 0x8FD580) is known color: Gossip. HEX triplet: 8F, D5 and 80. RGB value is (143,213,128). Sum of RGB (Red+Green+Blue) = 143+213+128=484 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.55% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 128 (50.39% from 255 or 26.45% from 484); Max value from RGB is 213 - color contains mainly: green. Hex color #8FD580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD580 is #702A7F. Grayscale: #B6B6B6. Windows color (decimal): -7350912 or 8443279. OLE color: 8443279.
HSL color Cylindrical-coordinate representation of color #8FD580: hue angle of 109.41º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FD580 is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 213 | 128 | - |
| CMYK | 0.33 | 0 | 0.40 | 0.16 |
| HSL | 109.41º | 0.5% | 0.67% | - |
| HSV(B) | 109.41º | 0.4% | 0.84% | - |
| XYZ | 39.02 | 54.99 | 28.98 | - |
| YUV | 182.38 | 97.31 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 213 | 128 | 0.33 | 0 | 0.40 | 0.16 | 109.41 | 0.5 | 0.67 |
| Hex | 8F | D5 | 80 | 21 | 0 | 28 | 10 | 6D | 32 | 43 |
| Octal | 217 | 325 | 200 | 41 | 0 | 50 | 20 | 155 | 62 | 103 |
| Binary | 10001111 | 11010101 | 10000000 | 100001 | 0 | 101000 | 10000 | 1101101 | 110010 | 1000011 |
Color Harmonies of #8FD580
Complementary color
Monochromatic Colors of #8FD580
Black with #8FD580
Text Example
Text Example
White with #8FD580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD580; }
p { color: rgb(143,213,128); }
H1.HeaderClassName
{
color: #8FD580;
}
.AnyTagClassName
{
color: #8FD580;
}
</style>
background-color css
<style>
a { background-color: #8FD580; }
a { background-color: rgb(143,213,128); }
div.DivClassName
{
background-color: #8FD580;
}
.BgClassName
{
background-color: #8FD580;
}
</style>
border-color css
<style>
span { border-color: #8FD580; }
span { border-color: rgb(143,213,128); }
td.TdClassName
{
border-color: #8FD580;
}
.TagClassName
{
border-color: #8FD580;
}
</style>