Shades of Gossip #8DCA7C
Tints of Gossip #8DCA7C
RGB
CMYK
RGB Variations
Color information
#8DCA7C (or 0x8DCA7C) is known color: Gossip. HEX triplet: 8D, CA and 7C. RGB value is (141,202,124). Sum of RGB (Red+Green+Blue) = 141+202+124=467 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.19% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 124 (48.83% from 255 or 26.55% from 467); Max value from RGB is 202 - color contains mainly: green. Hex color #8DCA7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCA7C is #723583. Grayscale: #AFAFAF. Windows color (decimal): -7484804 or 8178317. OLE color: 8178317.
HSL color Cylindrical-coordinate representation of color #8DCA7C: hue angle of 106.92º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DCA7C is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 202 | 124 | - |
| CMYK | 0.30 | 0 | 0.39 | 0.21 |
| HSL | 106.92º | 0.42% | 0.64% | - |
| HSV(B) | 106.92º | 0.39% | 0.79% | - |
| XYZ | 35.74 | 49.36 | 26.71 | - |
| YUV | 174.87 | 99.29 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 202 | 124 | 0.30 | 0 | 0.39 | 0.21 | 106.92 | 0.42 | 0.64 |
| Hex | 8D | CA | 7C | 1E | 0 | 27 | 15 | 6B | 2A | 40 |
| Octal | 215 | 312 | 174 | 36 | 0 | 47 | 25 | 153 | 52 | 100 |
| Binary | 10001101 | 11001010 | 1111100 | 11110 | 0 | 100111 | 10101 | 1101011 | 101010 | 1000000 |
Color Harmonies of #8DCA7C
Complementary color
Monochromatic Colors of #8DCA7C
Black with #8DCA7C
Text Example
Text Example
White with #8DCA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCA7C; }
p { color: rgb(141,202,124); }
H1.HeaderClassName
{
color: #8DCA7C;
}
.AnyTagClassName
{
color: #8DCA7C;
}
</style>
background-color css
<style>
a { background-color: #8DCA7C; }
a { background-color: rgb(141,202,124); }
div.DivClassName
{
background-color: #8DCA7C;
}
.BgClassName
{
background-color: #8DCA7C;
}
</style>
border-color css
<style>
span { border-color: #8DCA7C; }
span { border-color: rgb(141,202,124); }
td.TdClassName
{
border-color: #8DCA7C;
}
.TagClassName
{
border-color: #8DCA7C;
}
</style>