Shades of Gossip #8FDB73
Tints of Gossip #8FDB73
RGB
CMYK
RGB Variations
Color information
#8FDB73 (or 0x8FDB73) is known color: Gossip. HEX triplet: 8F, DB and 73. RGB value is (143,219,115). Sum of RGB (Red+Green+Blue) = 143+219+115=477 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.98% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 115 (45.31% from 255 or 24.11% from 477); Max value from RGB is 219 - color contains mainly: green. Hex color #8FDB73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDB73 is #70248C. Grayscale: #B8B8B8. Windows color (decimal): -7349389 or 7592847. OLE color: 7592847.
HSL color Cylindrical-coordinate representation of color #8FDB73: hue angle of 103.85º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8FDB73 is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 219 | 115 | - |
| CMYK | 0.35 | 0 | 0.47 | 0.14 |
| HSL | 103.85º | 0.59% | 0.65% | - |
| HSV(B) | 103.85º | 0.47% | 0.86% | - |
| XYZ | 39.75 | 57.74 | 25.27 | - |
| YUV | 184.42 | 88.82 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 219 | 115 | 0.35 | 0 | 0.47 | 0.14 | 103.85 | 0.59 | 0.65 |
| Hex | 8F | DB | 73 | 23 | 0 | 2F | E | 68 | 3B | 41 |
| Octal | 217 | 333 | 163 | 43 | 0 | 57 | 16 | 150 | 73 | 101 |
| Binary | 10001111 | 11011011 | 1110011 | 100011 | 0 | 101111 | 1110 | 1101000 | 111011 | 1000001 |
Color Harmonies of #8FDB73
Complementary color
Monochromatic Colors of #8FDB73
Black with #8FDB73
Text Example
Text Example
White with #8FDB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDB73; }
p { color: rgb(143,219,115); }
H1.HeaderClassName
{
color: #8FDB73;
}
.AnyTagClassName
{
color: #8FDB73;
}
</style>
background-color css
<style>
a { background-color: #8FDB73; }
a { background-color: rgb(143,219,115); }
div.DivClassName
{
background-color: #8FDB73;
}
.BgClassName
{
background-color: #8FDB73;
}
</style>
border-color css
<style>
span { border-color: #8FDB73; }
span { border-color: rgb(143,219,115); }
td.TdClassName
{
border-color: #8FDB73;
}
.TagClassName
{
border-color: #8FDB73;
}
</style>