Shades of Gossip #9DC77C
Tints of Gossip #9DC77C
RGB
CMYK
RGB Variations
Color information
#9DC77C (or 0x9DC77C) is known color: Gossip. HEX triplet: 9D, C7 and 7C. RGB value is (157,199,124). Sum of RGB (Red+Green+Blue) = 157+199+124=480 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.71% from 480); Green value is 199 (78.12% from 255 or 41.46% from 480); Blue value is 124 (48.83% from 255 or 25.83% from 480); Max value from RGB is 199 - color contains mainly: green. Hex color #9DC77C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC77C is #623883. Grayscale: #B2B2B2. Windows color (decimal): -6436996 or 8177565. OLE color: 8177565.
HSL color Cylindrical-coordinate representation of color #9DC77C: hue angle of 93.6º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DC77C is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 157 | 199 | 124 | - |
| CMYK | 0.21 | 0 | 0.38 | 0.22 |
| HSL | 93.6º | 0.4% | 0.63% | - |
| HSV(B) | 93.6º | 0.38% | 0.78% | - |
| XYZ | 37.97 | 49.47 | 26.62 | - |
| YUV | 177.89 | 97.59 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 199 | 124 | 0.21 | 0 | 0.38 | 0.22 | 93.6 | 0.4 | 0.63 |
| Hex | 9D | C7 | 7C | 15 | 0 | 26 | 16 | 5E | 28 | 3F |
| Octal | 235 | 307 | 174 | 25 | 0 | 46 | 26 | 136 | 50 | 77 |
| Binary | 10011101 | 11000111 | 1111100 | 10101 | 0 | 100110 | 10110 | 1011110 | 101000 | 111111 |
Color Harmonies of #9DC77C
Complementary color
Monochromatic Colors of #9DC77C
Black with #9DC77C
Text Example
Text Example
White with #9DC77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC77C; }
p { color: rgb(157,199,124); }
H1.HeaderClassName
{
color: #9DC77C;
}
.AnyTagClassName
{
color: #9DC77C;
}
</style>
background-color css
<style>
a { background-color: #9DC77C; }
a { background-color: rgb(157,199,124); }
div.DivClassName
{
background-color: #9DC77C;
}
.BgClassName
{
background-color: #9DC77C;
}
</style>
border-color css
<style>
span { border-color: #9DC77C; }
span { border-color: rgb(157,199,124); }
td.TdClassName
{
border-color: #9DC77C;
}
.TagClassName
{
border-color: #9DC77C;
}
</style>