Shades of Gossip #9DDD7B
Tints of Gossip #9DDD7B
RGB
CMYK
RGB Variations
Color information
#9DDD7B (or 0x9DDD7B) is known color: Gossip. HEX triplet: 9D, DD and 7B. RGB value is (157,221,123). Sum of RGB (Red+Green+Blue) = 157+221+123=501 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.34% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 123 (48.44% from 255 or 24.55% from 501); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDD7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDD7B is #622284. Grayscale: #BFBFBF. Windows color (decimal): -6431365 or 8117661. OLE color: 8117661.
HSL color Cylindrical-coordinate representation of color #9DDD7B: hue angle of 99.18º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9DDD7B is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 221 | 123 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.13 |
| HSL | 99.18º | 0.59% | 0.67% | - |
| HSV(B) | 99.18º | 0.44% | 0.87% | - |
| XYZ | 43.34 | 60.31 | 28.1 | - |
| YUV | 190.69 | 89.8 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 221 | 123 | 0.29 | 0 | 0.44 | 0.13 | 99.18 | 0.59 | 0.67 |
| Hex | 9D | DD | 7B | 1D | 0 | 2C | D | 63 | 3B | 43 |
| Octal | 235 | 335 | 173 | 35 | 0 | 54 | 15 | 143 | 73 | 103 |
| Binary | 10011101 | 11011101 | 1111011 | 11101 | 0 | 101100 | 1101 | 1100011 | 111011 | 1000011 |
Color Harmonies of #9DDD7B
Complementary color
Monochromatic Colors of #9DDD7B
Black with #9DDD7B
Text Example
Text Example
White with #9DDD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDD7B; }
p { color: rgb(157,221,123); }
H1.HeaderClassName
{
color: #9DDD7B;
}
.AnyTagClassName
{
color: #9DDD7B;
}
</style>
background-color css
<style>
a { background-color: #9DDD7B; }
a { background-color: rgb(157,221,123); }
div.DivClassName
{
background-color: #9DDD7B;
}
.BgClassName
{
background-color: #9DDD7B;
}
</style>
border-color css
<style>
span { border-color: #9DDD7B; }
span { border-color: rgb(157,221,123); }
td.TdClassName
{
border-color: #9DDD7B;
}
.TagClassName
{
border-color: #9DDD7B;
}
</style>