Shades of Gossip #9DD788
Tints of Gossip #9DD788
RGB
CMYK
RGB Variations
Color information
#9DD788 (or 0x9DD788) is known color: Gossip. HEX triplet: 9D, D7 and 88. RGB value is (157,215,136). Sum of RGB (Red+Green+Blue) = 157+215+136=508 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.91% from 508); Green value is 215 (84.38% from 255 or 42.32% from 508); Blue value is 136 (53.52% from 255 or 26.77% from 508); Max value from RGB is 215 - color contains mainly: green. Hex color #9DD788 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD788 is #622877. Grayscale: #BCBCBC. Windows color (decimal): -6432888 or 8968093. OLE color: 8968093.
HSL color Cylindrical-coordinate representation of color #9DD788: hue angle of 104.05º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DD788 is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 215 | 136 | - |
| CMYK | 0.27 | 0 | 0.37 | 0.16 |
| HSL | 104.05º | 0.5% | 0.69% | - |
| HSV(B) | 104.05º | 0.37% | 0.84% | - |
| XYZ | 42.65 | 57.55 | 32.15 | - |
| YUV | 188.65 | 98.28 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 215 | 136 | 0.27 | 0 | 0.37 | 0.16 | 104.05 | 0.5 | 0.69 |
| Hex | 9D | D7 | 88 | 1B | 0 | 25 | 10 | 68 | 32 | 45 |
| Octal | 235 | 327 | 210 | 33 | 0 | 45 | 20 | 150 | 62 | 105 |
| Binary | 10011101 | 11010111 | 10001000 | 11011 | 0 | 100101 | 10000 | 1101000 | 110010 | 1000101 |
Color Harmonies of #9DD788
Complementary color
Monochromatic Colors of #9DD788
Black with #9DD788
Text Example
Text Example
White with #9DD788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD788; }
p { color: rgb(157,215,136); }
H1.HeaderClassName
{
color: #9DD788;
}
.AnyTagClassName
{
color: #9DD788;
}
</style>
background-color css
<style>
a { background-color: #9DD788; }
a { background-color: rgb(157,215,136); }
div.DivClassName
{
background-color: #9DD788;
}
.BgClassName
{
background-color: #9DD788;
}
</style>
border-color css
<style>
span { border-color: #9DD788; }
span { border-color: rgb(157,215,136); }
td.TdClassName
{
border-color: #9DD788;
}
.TagClassName
{
border-color: #9DD788;
}
</style>