Shades of Gossip #9DDC7C
Tints of Gossip #9DDC7C
RGB
CMYK
RGB Variations
Color information
#9DDC7C (or 0x9DDC7C) is known color: Gossip. HEX triplet: 9D, DC and 7C. RGB value is (157,220,124). Sum of RGB (Red+Green+Blue) = 157+220+124=501 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.34% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 124 (48.83% from 255 or 24.75% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #9DDC7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDC7C is #622383. Grayscale: #BEBEBE. Windows color (decimal): -6431620 or 8182941. OLE color: 8182941.
HSL color Cylindrical-coordinate representation of color #9DDC7C: hue angle of 99.38º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9DDC7C is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 220 | 124 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.14 |
| HSL | 99.38º | 0.58% | 0.67% | - |
| HSV(B) | 99.38º | 0.44% | 0.86% | - |
| XYZ | 43.14 | 59.81 | 28.34 | - |
| YUV | 190.22 | 90.63 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 220 | 124 | 0.29 | 0 | 0.44 | 0.14 | 99.38 | 0.58 | 0.67 |
| Hex | 9D | DC | 7C | 1D | 0 | 2C | E | 63 | 3A | 43 |
| Octal | 235 | 334 | 174 | 35 | 0 | 54 | 16 | 143 | 72 | 103 |
| Binary | 10011101 | 11011100 | 1111100 | 11101 | 0 | 101100 | 1110 | 1100011 | 111010 | 1000011 |
Color Harmonies of #9DDC7C
Complementary color
Monochromatic Colors of #9DDC7C
Black with #9DDC7C
Text Example
Text Example
White with #9DDC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDC7C; }
p { color: rgb(157,220,124); }
H1.HeaderClassName
{
color: #9DDC7C;
}
.AnyTagClassName
{
color: #9DDC7C;
}
</style>
background-color css
<style>
a { background-color: #9DDC7C; }
a { background-color: rgb(157,220,124); }
div.DivClassName
{
background-color: #9DDC7C;
}
.BgClassName
{
background-color: #9DDC7C;
}
</style>
border-color css
<style>
span { border-color: #9DDC7C; }
span { border-color: rgb(157,220,124); }
td.TdClassName
{
border-color: #9DDC7C;
}
.TagClassName
{
border-color: #9DDC7C;
}
</style>