Shades of Gossip #9CDD7E
Tints of Gossip #9CDD7E
RGB
CMYK
RGB Variations
Color information
#9CDD7E (or 0x9CDD7E) is known color: Gossip. HEX triplet: 9C, DD and 7E. RGB value is (156,221,126). Sum of RGB (Red+Green+Blue) = 156+221+126=503 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.01% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 126 (49.61% from 255 or 25.05% from 503); Max value from RGB is 221 - color contains mainly: green. Hex color #9CDD7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDD7E is #632281. Grayscale: #BFBFBF. Windows color (decimal): -6496898 or 8314268. OLE color: 8314268.
HSL color Cylindrical-coordinate representation of color #9CDD7E: hue angle of 101.05º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9CDD7E is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 221 | 126 | - |
| CMYK | 0.29 | 0 | 0.43 | 0.13 |
| HSL | 101.05º | 0.58% | 0.68% | - |
| HSV(B) | 101.05º | 0.43% | 0.87% | - |
| XYZ | 43.33 | 60.29 | 29.09 | - |
| YUV | 190.74 | 91.47 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 221 | 126 | 0.29 | 0 | 0.43 | 0.13 | 101.05 | 0.58 | 0.68 |
| Hex | 9C | DD | 7E | 1D | 0 | 2B | D | 65 | 3A | 44 |
| Octal | 234 | 335 | 176 | 35 | 0 | 53 | 15 | 145 | 72 | 104 |
| Binary | 10011100 | 11011101 | 1111110 | 11101 | 0 | 101011 | 1101 | 1100101 | 111010 | 1000100 |
Color Harmonies of #9CDD7E
Complementary color
Monochromatic Colors of #9CDD7E
Black with #9CDD7E
Text Example
Text Example
White with #9CDD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDD7E; }
p { color: rgb(156,221,126); }
H1.HeaderClassName
{
color: #9CDD7E;
}
.AnyTagClassName
{
color: #9CDD7E;
}
</style>
background-color css
<style>
a { background-color: #9CDD7E; }
a { background-color: rgb(156,221,126); }
div.DivClassName
{
background-color: #9CDD7E;
}
.BgClassName
{
background-color: #9CDD7E;
}
</style>
border-color css
<style>
span { border-color: #9CDD7E; }
span { border-color: rgb(156,221,126); }
td.TdClassName
{
border-color: #9CDD7E;
}
.TagClassName
{
border-color: #9CDD7E;
}
</style>