Shades of Gossip #9DDB7D
Tints of Gossip #9DDB7D
RGB
CMYK
RGB Variations
Color information
#9DDB7D (or 0x9DDB7D) is known color: Gossip. HEX triplet: 9D, DB and 7D. RGB value is (157,219,125). Sum of RGB (Red+Green+Blue) = 157+219+125=501 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.34% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 125 (49.22% from 255 or 24.95% from 501); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDB7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDB7D is #622482. Grayscale: #BEBEBE. Windows color (decimal): -6431875 or 8248221. OLE color: 8248221.
HSL color Cylindrical-coordinate representation of color #9DDB7D: hue angle of 99.57º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9DDB7D is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 219 | 125 | - |
| CMYK | 0.28 | 0 | 0.43 | 0.14 |
| HSL | 99.57º | 0.57% | 0.67% | - |
| HSV(B) | 99.57º | 0.43% | 0.86% | - |
| XYZ | 42.94 | 59.31 | 28.59 | - |
| YUV | 189.75 | 91.46 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 219 | 125 | 0.28 | 0 | 0.43 | 0.14 | 99.57 | 0.57 | 0.67 |
| Hex | 9D | DB | 7D | 1C | 0 | 2B | E | 64 | 39 | 43 |
| Octal | 235 | 333 | 175 | 34 | 0 | 53 | 16 | 144 | 71 | 103 |
| Binary | 10011101 | 11011011 | 1111101 | 11100 | 0 | 101011 | 1110 | 1100100 | 111001 | 1000011 |
Color Harmonies of #9DDB7D
Complementary color
Monochromatic Colors of #9DDB7D
Black with #9DDB7D
Text Example
Text Example
White with #9DDB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDB7D; }
p { color: rgb(157,219,125); }
H1.HeaderClassName
{
color: #9DDB7D;
}
.AnyTagClassName
{
color: #9DDB7D;
}
</style>
background-color css
<style>
a { background-color: #9DDB7D; }
a { background-color: rgb(157,219,125); }
div.DivClassName
{
background-color: #9DDB7D;
}
.BgClassName
{
background-color: #9DDB7D;
}
</style>
border-color css
<style>
span { border-color: #9DDB7D; }
span { border-color: rgb(157,219,125); }
td.TdClassName
{
border-color: #9DDB7D;
}
.TagClassName
{
border-color: #9DDB7D;
}
</style>