Shades of Gossip #8DCF75
Tints of Gossip #8DCF75
RGB
CMYK
RGB Variations
Color information
#8DCF75 (or 0x8DCF75) is known color: Gossip. HEX triplet: 8D, CF and 75. RGB value is (141,207,117). Sum of RGB (Red+Green+Blue) = 141+207+117=465 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.32% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 207 - color contains mainly: green. Hex color #8DCF75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCF75 is #72308A. Grayscale: #B1B1B1. Windows color (decimal): -7483531 or 7720845. OLE color: 7720845.
HSL color Cylindrical-coordinate representation of color #8DCF75: hue angle of 104º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DCF75 is Cyan = 0.32, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 207 | 117 | - |
| CMYK | 0.32 | 0 | 0.43 | 0.19 |
| HSL | 104º | 0.48% | 0.64% | - |
| HSV(B) | 104º | 0.43% | 0.81% | - |
| XYZ | 36.51 | 51.57 | 24.86 | - |
| YUV | 177.01 | 94.13 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 207 | 117 | 0.32 | 0 | 0.43 | 0.19 | 104 | 0.48 | 0.64 |
| Hex | 8D | CF | 75 | 20 | 0 | 2B | 13 | 68 | 30 | 40 |
| Octal | 215 | 317 | 165 | 40 | 0 | 53 | 23 | 150 | 60 | 100 |
| Binary | 10001101 | 11001111 | 1110101 | 100000 | 0 | 101011 | 10011 | 1101000 | 110000 | 1000000 |
Color Harmonies of #8DCF75
Complementary color
Monochromatic Colors of #8DCF75
Black with #8DCF75
Text Example
Text Example
White with #8DCF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCF75; }
p { color: rgb(141,207,117); }
H1.HeaderClassName
{
color: #8DCF75;
}
.AnyTagClassName
{
color: #8DCF75;
}
</style>
background-color css
<style>
a { background-color: #8DCF75; }
a { background-color: rgb(141,207,117); }
div.DivClassName
{
background-color: #8DCF75;
}
.BgClassName
{
background-color: #8DCF75;
}
</style>
border-color css
<style>
span { border-color: #8DCF75; }
span { border-color: rgb(141,207,117); }
td.TdClassName
{
border-color: #8DCF75;
}
.TagClassName
{
border-color: #8DCF75;
}
</style>