Shades of Gossip #9DD880
Tints of Gossip #9DD880
RGB
CMYK
RGB Variations
Color information
#9DD880 (or 0x9DD880) is known color: Gossip. HEX triplet: 9D, D8 and 80. RGB value is (157,216,128). Sum of RGB (Red+Green+Blue) = 157+216+128=501 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.34% from 501); Green value is 216 (84.77% from 255 or 43.11% from 501); Blue value is 128 (50.39% from 255 or 25.55% from 501); Max value from RGB is 216 - color contains mainly: green. Hex color #9DD880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD880 is #62277F. Grayscale: #BCBCBC. Windows color (decimal): -6432640 or 8444061. OLE color: 8444061.
HSL color Cylindrical-coordinate representation of color #9DD880: hue angle of 100.23º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9DD880 is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 216 | 128 | - |
| CMYK | 0.27 | 0 | 0.41 | 0.15 |
| HSL | 100.23º | 0.53% | 0.67% | - |
| HSV(B) | 100.23º | 0.41% | 0.85% | - |
| XYZ | 42.36 | 57.84 | 29.35 | - |
| YUV | 188.33 | 93.95 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 216 | 128 | 0.27 | 0 | 0.41 | 0.15 | 100.23 | 0.53 | 0.67 |
| Hex | 9D | D8 | 80 | 1B | 0 | 29 | F | 64 | 35 | 43 |
| Octal | 235 | 330 | 200 | 33 | 0 | 51 | 17 | 144 | 65 | 103 |
| Binary | 10011101 | 11011000 | 10000000 | 11011 | 0 | 101001 | 1111 | 1100100 | 110101 | 1000011 |
Color Harmonies of #9DD880
Complementary color
Monochromatic Colors of #9DD880
Black with #9DD880
Text Example
Text Example
White with #9DD880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD880; }
p { color: rgb(157,216,128); }
H1.HeaderClassName
{
color: #9DD880;
}
.AnyTagClassName
{
color: #9DD880;
}
</style>
background-color css
<style>
a { background-color: #9DD880; }
a { background-color: rgb(157,216,128); }
div.DivClassName
{
background-color: #9DD880;
}
.BgClassName
{
background-color: #9DD880;
}
</style>
border-color css
<style>
span { border-color: #9DD880; }
span { border-color: rgb(157,216,128); }
td.TdClassName
{
border-color: #9DD880;
}
.TagClassName
{
border-color: #9DD880;
}
</style>