Shades of Gossip #9DCF8D
Tints of Gossip #9DCF8D
RGB
CMYK
RGB Variations
Color information
#9DCF8D (or 0x9DCF8D) is known color: Gossip. HEX triplet: 9D, CF and 8D. RGB value is (157,207,141). Sum of RGB (Red+Green+Blue) = 157+207+141=505 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.09% from 505); Green value is 207 (81.25% from 255 or 40.99% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 207 - color contains mainly: green. Hex color #9DCF8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCF8D is #623072. Grayscale: #B8B8B8. Windows color (decimal): -6434931 or 9293725. OLE color: 9293725.
HSL color Cylindrical-coordinate representation of color #9DCF8D: hue angle of 105.45º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9DCF8D is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 207 | 141 | - |
| CMYK | 0.24 | 0 | 0.32 | 0.19 |
| HSL | 105.45º | 0.41% | 0.68% | - |
| HSV(B) | 105.45º | 0.32% | 0.81% | - |
| XYZ | 41.03 | 53.72 | 33.41 | - |
| YUV | 184.53 | 103.44 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 207 | 141 | 0.24 | 0 | 0.32 | 0.19 | 105.45 | 0.41 | 0.68 |
| Hex | 9D | CF | 8D | 18 | 0 | 20 | 13 | 69 | 29 | 44 |
| Octal | 235 | 317 | 215 | 30 | 0 | 40 | 23 | 151 | 51 | 104 |
| Binary | 10011101 | 11001111 | 10001101 | 11000 | 0 | 100000 | 10011 | 1101001 | 101001 | 1000100 |
Color Harmonies of #9DCF8D
Complementary color
Monochromatic Colors of #9DCF8D
Black with #9DCF8D
Text Example
Text Example
White with #9DCF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCF8D; }
p { color: rgb(157,207,141); }
H1.HeaderClassName
{
color: #9DCF8D;
}
.AnyTagClassName
{
color: #9DCF8D;
}
</style>
background-color css
<style>
a { background-color: #9DCF8D; }
a { background-color: rgb(157,207,141); }
div.DivClassName
{
background-color: #9DCF8D;
}
.BgClassName
{
background-color: #9DCF8D;
}
</style>
border-color css
<style>
span { border-color: #9DCF8D; }
span { border-color: rgb(157,207,141); }
td.TdClassName
{
border-color: #9DCF8D;
}
.TagClassName
{
border-color: #9DCF8D;
}
</style>