Shades of Gossip #9DCD7C
Tints of Gossip #9DCD7C
RGB
CMYK
RGB Variations
Color information
#9DCD7C (or 0x9DCD7C) is known color: Gossip. HEX triplet: 9D, CD and 7C. RGB value is (157,205,124). Sum of RGB (Red+Green+Blue) = 157+205+124=486 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.30% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 124 (48.83% from 255 or 25.51% from 486); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCD7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCD7C is #623283. Grayscale: #B5B5B5. Windows color (decimal): -6435460 or 8179101. OLE color: 8179101.
HSL color Cylindrical-coordinate representation of color #9DCD7C: hue angle of 95.56º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9DCD7C is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 205 | 124 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.20 |
| HSL | 95.56º | 0.45% | 0.65% | - |
| HSV(B) | 95.56º | 0.4% | 0.8% | - |
| XYZ | 39.37 | 52.29 | 27.09 | - |
| YUV | 181.41 | 95.6 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 205 | 124 | 0.23 | 0 | 0.40 | 0.20 | 95.56 | 0.45 | 0.65 |
| Hex | 9D | CD | 7C | 17 | 0 | 28 | 14 | 60 | 2D | 41 |
| Octal | 235 | 315 | 174 | 27 | 0 | 50 | 24 | 140 | 55 | 101 |
| Binary | 10011101 | 11001101 | 1111100 | 10111 | 0 | 101000 | 10100 | 1100000 | 101101 | 1000001 |
Color Harmonies of #9DCD7C
Complementary color
Monochromatic Colors of #9DCD7C
Black with #9DCD7C
Text Example
Text Example
White with #9DCD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCD7C; }
p { color: rgb(157,205,124); }
H1.HeaderClassName
{
color: #9DCD7C;
}
.AnyTagClassName
{
color: #9DCD7C;
}
</style>
background-color css
<style>
a { background-color: #9DCD7C; }
a { background-color: rgb(157,205,124); }
div.DivClassName
{
background-color: #9DCD7C;
}
.BgClassName
{
background-color: #9DCD7C;
}
</style>
border-color css
<style>
span { border-color: #9DCD7C; }
span { border-color: rgb(157,205,124); }
td.TdClassName
{
border-color: #9DCD7C;
}
.TagClassName
{
border-color: #9DCD7C;
}
</style>