Shades of Gossip #9CDE7B
Tints of Gossip #9CDE7B
RGB
CMYK
RGB Variations
Color information
#9CDE7B (or 0x9CDE7B) is known color: Gossip. HEX triplet: 9C, DE and 7B. RGB value is (156,222,123). Sum of RGB (Red+Green+Blue) = 156+222+123=501 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.14% from 501); Green value is 222 (87.11% from 255 or 44.31% from 501); Blue value is 123 (48.44% from 255 or 24.55% from 501); Max value from RGB is 222 - color contains mainly: green. Hex color #9CDE7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDE7B is #632184. Grayscale: #BFBFBF. Windows color (decimal): -6496645 or 8117916. OLE color: 8117916.
HSL color Cylindrical-coordinate representation of color #9CDE7B: hue angle of 100º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9CDE7B is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 222 | 123 | - |
| CMYK | 0.30 | 0 | 0.45 | 0.13 |
| HSL | 100º | 0.6% | 0.68% | - |
| HSV(B) | 100º | 0.45% | 0.87% | - |
| XYZ | 43.41 | 60.74 | 28.18 | - |
| YUV | 190.98 | 89.63 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 222 | 123 | 0.30 | 0 | 0.45 | 0.13 | 100 | 0.6 | 0.68 |
| Hex | 9C | DE | 7B | 1E | 0 | 2D | D | 64 | 3C | 44 |
| Octal | 234 | 336 | 173 | 36 | 0 | 55 | 15 | 144 | 74 | 104 |
| Binary | 10011100 | 11011110 | 1111011 | 11110 | 0 | 101101 | 1101 | 1100100 | 111100 | 1000100 |
Color Harmonies of #9CDE7B
Complementary color
Monochromatic Colors of #9CDE7B
Black with #9CDE7B
Text Example
Text Example
White with #9CDE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDE7B; }
p { color: rgb(156,222,123); }
H1.HeaderClassName
{
color: #9CDE7B;
}
.AnyTagClassName
{
color: #9CDE7B;
}
</style>
background-color css
<style>
a { background-color: #9CDE7B; }
a { background-color: rgb(156,222,123); }
div.DivClassName
{
background-color: #9CDE7B;
}
.BgClassName
{
background-color: #9CDE7B;
}
</style>
border-color css
<style>
span { border-color: #9CDE7B; }
span { border-color: rgb(156,222,123); }
td.TdClassName
{
border-color: #9CDE7B;
}
.TagClassName
{
border-color: #9CDE7B;
}
</style>