Shades of Gossip #8FDB75
Tints of Gossip #8FDB75
RGB
CMYK
RGB Variations
Color information
#8FDB75 (or 0x8FDB75) is known color: Gossip. HEX triplet: 8F, DB and 75. RGB value is (143,219,117). Sum of RGB (Red+Green+Blue) = 143+219+117=479 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.85% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 117 (46.09% from 255 or 24.43% from 479); Max value from RGB is 219 - color contains mainly: green. Hex color #8FDB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDB75 is #70248A. Grayscale: #B8B8B8. Windows color (decimal): -7349387 or 7723919. OLE color: 7723919.
HSL color Cylindrical-coordinate representation of color #8FDB75: hue angle of 104.71º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8FDB75 is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 219 | 117 | - |
| CMYK | 0.35 | 0 | 0.47 | 0.14 |
| HSL | 104.71º | 0.59% | 0.66% | - |
| HSV(B) | 104.71º | 0.47% | 0.86% | - |
| XYZ | 39.87 | 57.79 | 25.88 | - |
| YUV | 184.65 | 89.82 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 219 | 117 | 0.35 | 0 | 0.47 | 0.14 | 104.71 | 0.59 | 0.66 |
| Hex | 8F | DB | 75 | 23 | 0 | 2F | E | 69 | 3B | 42 |
| Octal | 217 | 333 | 165 | 43 | 0 | 57 | 16 | 151 | 73 | 102 |
| Binary | 10001111 | 11011011 | 1110101 | 100011 | 0 | 101111 | 1110 | 1101001 | 111011 | 1000010 |
Color Harmonies of #8FDB75
Complementary color
Monochromatic Colors of #8FDB75
Black with #8FDB75
Text Example
Text Example
White with #8FDB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDB75; }
p { color: rgb(143,219,117); }
H1.HeaderClassName
{
color: #8FDB75;
}
.AnyTagClassName
{
color: #8FDB75;
}
</style>
background-color css
<style>
a { background-color: #8FDB75; }
a { background-color: rgb(143,219,117); }
div.DivClassName
{
background-color: #8FDB75;
}
.BgClassName
{
background-color: #8FDB75;
}
</style>
border-color css
<style>
span { border-color: #8FDB75; }
span { border-color: rgb(143,219,117); }
td.TdClassName
{
border-color: #8FDB75;
}
.TagClassName
{
border-color: #8FDB75;
}
</style>