Shades of Gossip #9DDA87
Tints of Gossip #9DDA87
RGB
CMYK
RGB Variations
Color information
#9DDA87 (or 0x9DDA87) is known color: Gossip. HEX triplet: 9D, DA and 87. RGB value is (157,218,135). Sum of RGB (Red+Green+Blue) = 157+218+135=510 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.78% from 510); Green value is 218 (85.55% from 255 or 42.75% from 510); Blue value is 135 (53.12% from 255 or 26.47% from 510); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDA87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDA87 is #622578. Grayscale: #BEBEBE. Windows color (decimal): -6432121 or 8903325. OLE color: 8903325.
HSL color Cylindrical-coordinate representation of color #9DDA87: hue angle of 104.1º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DDA87 is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 218 | 135 | - |
| CMYK | 0.28 | 0 | 0.38 | 0.15 |
| HSL | 104.1º | 0.53% | 0.69% | - |
| HSV(B) | 104.1º | 0.38% | 0.85% | - |
| XYZ | 43.35 | 59.06 | 32.04 | - |
| YUV | 190.3 | 96.79 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 218 | 135 | 0.28 | 0 | 0.38 | 0.15 | 104.1 | 0.53 | 0.69 |
| Hex | 9D | DA | 87 | 1C | 0 | 26 | F | 68 | 35 | 45 |
| Octal | 235 | 332 | 207 | 34 | 0 | 46 | 17 | 150 | 65 | 105 |
| Binary | 10011101 | 11011010 | 10000111 | 11100 | 0 | 100110 | 1111 | 1101000 | 110101 | 1000101 |
Color Harmonies of #9DDA87
Complementary color
Monochromatic Colors of #9DDA87
Black with #9DDA87
Text Example
Text Example
White with #9DDA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDA87; }
p { color: rgb(157,218,135); }
H1.HeaderClassName
{
color: #9DDA87;
}
.AnyTagClassName
{
color: #9DDA87;
}
</style>
background-color css
<style>
a { background-color: #9DDA87; }
a { background-color: rgb(157,218,135); }
div.DivClassName
{
background-color: #9DDA87;
}
.BgClassName
{
background-color: #9DDA87;
}
</style>
border-color css
<style>
span { border-color: #9DDA87; }
span { border-color: rgb(157,218,135); }
td.TdClassName
{
border-color: #9DDA87;
}
.TagClassName
{
border-color: #9DDA87;
}
</style>