Shades of Gossip #9CDD7B
Tints of Gossip #9CDD7B
RGB
CMYK
RGB Variations
Color information
#9CDD7B (or 0x9CDD7B) is known color: Gossip. HEX triplet: 9C, DD and 7B. RGB value is (156,221,123). Sum of RGB (Red+Green+Blue) = 156+221+123=500 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.2% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 123 (48.44% from 255 or 24.6% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #9CDD7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDD7B is #632284. Grayscale: #BEBEBE. Windows color (decimal): -6496901 or 8117660. OLE color: 8117660.
HSL color Cylindrical-coordinate representation of color #9CDD7B: hue angle of 99.8º 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 #9CDD7B is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 221 | 123 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.13 |
| HSL | 99.8º | 0.59% | 0.67% | - |
| HSV(B) | 99.8º | 0.44% | 0.87% | - |
| XYZ | 43.14 | 60.21 | 28.09 | - |
| YUV | 190.39 | 89.97 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 221 | 123 | 0.29 | 0 | 0.44 | 0.13 | 99.8 | 0.59 | 0.67 |
| Hex | 9C | DD | 7B | 1D | 0 | 2C | D | 64 | 3B | 43 |
| Octal | 234 | 335 | 173 | 35 | 0 | 54 | 15 | 144 | 73 | 103 |
| Binary | 10011100 | 11011101 | 1111011 | 11101 | 0 | 101100 | 1101 | 1100100 | 111011 | 1000011 |
Color Harmonies of #9CDD7B
Complementary color
Monochromatic Colors of #9CDD7B
Black with #9CDD7B
Text Example
Text Example
White with #9CDD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDD7B; }
p { color: rgb(156,221,123); }
H1.HeaderClassName
{
color: #9CDD7B;
}
.AnyTagClassName
{
color: #9CDD7B;
}
</style>
background-color css
<style>
a { background-color: #9CDD7B; }
a { background-color: rgb(156,221,123); }
div.DivClassName
{
background-color: #9CDD7B;
}
.BgClassName
{
background-color: #9CDD7B;
}
</style>
border-color css
<style>
span { border-color: #9CDD7B; }
span { border-color: rgb(156,221,123); }
td.TdClassName
{
border-color: #9CDD7B;
}
.TagClassName
{
border-color: #9CDD7B;
}
</style>