Shades of Gossip #9DD085
Tints of Gossip #9DD085
RGB
CMYK
RGB Variations
Color information
#9DD085 (or 0x9DD085) is known color: Gossip. HEX triplet: 9D, D0 and 85. RGB value is (157,208,133). Sum of RGB (Red+Green+Blue) = 157+208+133=498 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.53% from 498); Green value is 208 (81.64% from 255 or 41.77% from 498); Blue value is 133 (52.34% from 255 or 26.71% from 498); Max value from RGB is 208 - color contains mainly: green. Hex color #9DD085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD085 is #622F7A. Grayscale: #B8B8B8. Windows color (decimal): -6434683 or 8769693. OLE color: 8769693.
HSL color Cylindrical-coordinate representation of color #9DD085: hue angle of 100.8º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DD085 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 157 | 208 | 133 | - |
| CMYK | 0.25 | 0 | 0.36 | 0.18 |
| HSL | 100.8º | 0.44% | 0.67% | - |
| HSV(B) | 100.8º | 0.36% | 0.82% | - |
| XYZ | 40.69 | 53.97 | 30.46 | - |
| YUV | 184.2 | 99.1 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 208 | 133 | 0.25 | 0 | 0.36 | 0.18 | 100.8 | 0.44 | 0.67 |
| Hex | 9D | D0 | 85 | 19 | 0 | 24 | 12 | 65 | 2C | 43 |
| Octal | 235 | 320 | 205 | 31 | 0 | 44 | 22 | 145 | 54 | 103 |
| Binary | 10011101 | 11010000 | 10000101 | 11001 | 0 | 100100 | 10010 | 1100101 | 101100 | 1000011 |
Color Harmonies of #9DD085
Complementary color
Monochromatic Colors of #9DD085
Black with #9DD085
Text Example
Text Example
White with #9DD085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD085; }
p { color: rgb(157,208,133); }
H1.HeaderClassName
{
color: #9DD085;
}
.AnyTagClassName
{
color: #9DD085;
}
</style>
background-color css
<style>
a { background-color: #9DD085; }
a { background-color: rgb(157,208,133); }
div.DivClassName
{
background-color: #9DD085;
}
.BgClassName
{
background-color: #9DD085;
}
</style>
border-color css
<style>
span { border-color: #9DD085; }
span { border-color: rgb(157,208,133); }
td.TdClassName
{
border-color: #9DD085;
}
.TagClassName
{
border-color: #9DD085;
}
</style>