Shades of Gossip #8FDB77
Tints of Gossip #8FDB77
RGB
CMYK
RGB Variations
Color information
#8FDB77 (or 0x8FDB77) is known color: Gossip. HEX triplet: 8F, DB and 77. RGB value is (143,219,119). Sum of RGB (Red+Green+Blue) = 143+219+119=481 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.73% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 119 (46.88% from 255 or 24.74% from 481); Max value from RGB is 219 - color contains mainly: green. Hex color #8FDB77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDB77 is #702488. Grayscale: #B9B9B9. Windows color (decimal): -7349385 or 7854991. OLE color: 7854991.
HSL color Cylindrical-coordinate representation of color #8FDB77: hue angle of 105.6º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8FDB77 is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 219 | 119 | - |
| CMYK | 0.35 | 0 | 0.46 | 0.14 |
| HSL | 105.6º | 0.58% | 0.66% | - |
| HSV(B) | 105.6º | 0.46% | 0.86% | - |
| XYZ | 39.99 | 57.83 | 26.51 | - |
| YUV | 184.88 | 90.82 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 219 | 119 | 0.35 | 0 | 0.46 | 0.14 | 105.6 | 0.58 | 0.66 |
| Hex | 8F | DB | 77 | 23 | 0 | 2E | E | 6A | 3A | 42 |
| Octal | 217 | 333 | 167 | 43 | 0 | 56 | 16 | 152 | 72 | 102 |
| Binary | 10001111 | 11011011 | 1110111 | 100011 | 0 | 101110 | 1110 | 1101010 | 111010 | 1000010 |
Color Harmonies of #8FDB77
Complementary color
Monochromatic Colors of #8FDB77
Black with #8FDB77
Text Example
Text Example
White with #8FDB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDB77; }
p { color: rgb(143,219,119); }
H1.HeaderClassName
{
color: #8FDB77;
}
.AnyTagClassName
{
color: #8FDB77;
}
</style>
background-color css
<style>
a { background-color: #8FDB77; }
a { background-color: rgb(143,219,119); }
div.DivClassName
{
background-color: #8FDB77;
}
.BgClassName
{
background-color: #8FDB77;
}
</style>
border-color css
<style>
span { border-color: #8FDB77; }
span { border-color: rgb(143,219,119); }
td.TdClassName
{
border-color: #8FDB77;
}
.TagClassName
{
border-color: #8FDB77;
}
</style>