Shades of Gossip #9DD780
Tints of Gossip #9DD780
RGB
CMYK
RGB Variations
Color information
#9DD780 (or 0x9DD780) is known color: Gossip. HEX triplet: 9D, D7 and 80. RGB value is (157,215,128). Sum of RGB (Red+Green+Blue) = 157+215+128=500 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.4% from 500); Green value is 215 (84.38% from 255 or 43% from 500); Blue value is 128 (50.39% from 255 or 25.6% from 500); Max value from RGB is 215 - color contains mainly: green. Hex color #9DD780 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD780 is #62287F. Grayscale: #BCBCBC. Windows color (decimal): -6432896 or 8443805. OLE color: 8443805.
HSL color Cylindrical-coordinate representation of color #9DD780: hue angle of 100º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9DD780 is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 215 | 128 | - |
| CMYK | 0.27 | 0 | 0.40 | 0.16 |
| HSL | 100º | 0.52% | 0.67% | - |
| HSV(B) | 100º | 0.4% | 0.84% | - |
| XYZ | 42.1 | 57.33 | 29.27 | - |
| YUV | 187.74 | 94.28 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 215 | 128 | 0.27 | 0 | 0.40 | 0.16 | 100 | 0.52 | 0.67 |
| Hex | 9D | D7 | 80 | 1B | 0 | 28 | 10 | 64 | 34 | 43 |
| Octal | 235 | 327 | 200 | 33 | 0 | 50 | 20 | 144 | 64 | 103 |
| Binary | 10011101 | 11010111 | 10000000 | 11011 | 0 | 101000 | 10000 | 1100100 | 110100 | 1000011 |
Color Harmonies of #9DD780
Complementary color
Monochromatic Colors of #9DD780
Black with #9DD780
Text Example
Text Example
White with #9DD780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD780; }
p { color: rgb(157,215,128); }
H1.HeaderClassName
{
color: #9DD780;
}
.AnyTagClassName
{
color: #9DD780;
}
</style>
background-color css
<style>
a { background-color: #9DD780; }
a { background-color: rgb(157,215,128); }
div.DivClassName
{
background-color: #9DD780;
}
.BgClassName
{
background-color: #9DD780;
}
</style>
border-color css
<style>
span { border-color: #9DD780; }
span { border-color: rgb(157,215,128); }
td.TdClassName
{
border-color: #9DD780;
}
.TagClassName
{
border-color: #9DD780;
}
</style>