Shades of Gossip #9DDB79
Tints of Gossip #9DDB79
RGB
CMYK
RGB Variations
Color information
#9DDB79 (or 0x9DDB79) is known color: Gossip. HEX triplet: 9D, DB and 79. RGB value is (157,219,121). Sum of RGB (Red+Green+Blue) = 157+219+121=497 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.59% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 121 (47.66% from 255 or 24.35% from 497); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDB79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDB79 is #622486. Grayscale: #BDBDBD. Windows color (decimal): -6431879 or 7986077. OLE color: 7986077.
HSL color Cylindrical-coordinate representation of color #9DDB79: hue angle of 97.96º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9DDB79 is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 219 | 121 | - |
| CMYK | 0.28 | 0 | 0.45 | 0.14 |
| HSL | 97.96º | 0.58% | 0.67% | - |
| HSV(B) | 97.96º | 0.45% | 0.86% | - |
| XYZ | 42.69 | 59.21 | 27.27 | - |
| YUV | 189.29 | 89.46 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 219 | 121 | 0.28 | 0 | 0.45 | 0.14 | 97.96 | 0.58 | 0.67 |
| Hex | 9D | DB | 79 | 1C | 0 | 2D | E | 62 | 3A | 43 |
| Octal | 235 | 333 | 171 | 34 | 0 | 55 | 16 | 142 | 72 | 103 |
| Binary | 10011101 | 11011011 | 1111001 | 11100 | 0 | 101101 | 1110 | 1100010 | 111010 | 1000011 |
Color Harmonies of #9DDB79
Complementary color
Monochromatic Colors of #9DDB79
Black with #9DDB79
Text Example
Text Example
White with #9DDB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDB79; }
p { color: rgb(157,219,121); }
H1.HeaderClassName
{
color: #9DDB79;
}
.AnyTagClassName
{
color: #9DDB79;
}
</style>
background-color css
<style>
a { background-color: #9DDB79; }
a { background-color: rgb(157,219,121); }
div.DivClassName
{
background-color: #9DDB79;
}
.BgClassName
{
background-color: #9DDB79;
}
</style>
border-color css
<style>
span { border-color: #9DDB79; }
span { border-color: rgb(157,219,121); }
td.TdClassName
{
border-color: #9DDB79;
}
.TagClassName
{
border-color: #9DDB79;
}
</style>