Shades of Gossip #8DCF77
Tints of Gossip #8DCF77
RGB
CMYK
RGB Variations
Color information
#8DCF77 (or 0x8DCF77) is known color: Gossip. HEX triplet: 8D, CF and 77. RGB value is (141,207,119). Sum of RGB (Red+Green+Blue) = 141+207+119=467 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.19% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 119 (46.88% from 255 or 25.48% from 467); Max value from RGB is 207 - color contains mainly: green. Hex color #8DCF77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCF77 is #723088. Grayscale: #B1B1B1. Windows color (decimal): -7483529 or 7851917. OLE color: 7851917.
HSL color Cylindrical-coordinate representation of color #8DCF77: hue angle of 105º 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 #8DCF77 is Cyan = 0.32, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 207 | 119 | - |
| CMYK | 0.32 | 0 | 0.43 | 0.19 |
| HSL | 105º | 0.48% | 0.64% | - |
| HSV(B) | 105º | 0.43% | 0.81% | - |
| XYZ | 36.63 | 51.62 | 25.49 | - |
| YUV | 177.23 | 95.13 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 207 | 119 | 0.32 | 0 | 0.43 | 0.19 | 105 | 0.48 | 0.64 |
| Hex | 8D | CF | 77 | 20 | 0 | 2B | 13 | 69 | 30 | 40 |
| Octal | 215 | 317 | 167 | 40 | 0 | 53 | 23 | 151 | 60 | 100 |
| Binary | 10001101 | 11001111 | 1110111 | 100000 | 0 | 101011 | 10011 | 1101001 | 110000 | 1000000 |
Color Harmonies of #8DCF77
Complementary color
Monochromatic Colors of #8DCF77
Black with #8DCF77
Text Example
Text Example
White with #8DCF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCF77; }
p { color: rgb(141,207,119); }
H1.HeaderClassName
{
color: #8DCF77;
}
.AnyTagClassName
{
color: #8DCF77;
}
</style>
background-color css
<style>
a { background-color: #8DCF77; }
a { background-color: rgb(141,207,119); }
div.DivClassName
{
background-color: #8DCF77;
}
.BgClassName
{
background-color: #8DCF77;
}
</style>
border-color css
<style>
span { border-color: #8DCF77; }
span { border-color: rgb(141,207,119); }
td.TdClassName
{
border-color: #8DCF77;
}
.TagClassName
{
border-color: #8DCF77;
}
</style>