Shades of Gossip #9DDC7B
Tints of Gossip #9DDC7B
RGB
CMYK
RGB Variations
Color information
#9DDC7B (or 0x9DDC7B) is known color: Gossip. HEX triplet: 9D, DC and 7B. RGB value is (157,220,123). Sum of RGB (Red+Green+Blue) = 157+220+123=500 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.4% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 123 (48.44% from 255 or 24.6% from 500); Max value from RGB is 220 - color contains mainly: green. Hex color #9DDC7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDC7B is #622384. Grayscale: #BEBEBE. Windows color (decimal): -6431621 or 8117405. OLE color: 8117405.
HSL color Cylindrical-coordinate representation of color #9DDC7B: hue angle of 98.97º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9DDC7B is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 220 | 123 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.14 |
| HSL | 98.97º | 0.58% | 0.67% | - |
| HSV(B) | 98.97º | 0.44% | 0.86% | - |
| XYZ | 43.07 | 59.78 | 28.01 | - |
| YUV | 190.11 | 90.13 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 220 | 123 | 0.29 | 0 | 0.44 | 0.14 | 98.97 | 0.58 | 0.67 |
| Hex | 9D | DC | 7B | 1D | 0 | 2C | E | 63 | 3A | 43 |
| Octal | 235 | 334 | 173 | 35 | 0 | 54 | 16 | 143 | 72 | 103 |
| Binary | 10011101 | 11011100 | 1111011 | 11101 | 0 | 101100 | 1110 | 1100011 | 111010 | 1000011 |
Color Harmonies of #9DDC7B
Complementary color
Monochromatic Colors of #9DDC7B
Black with #9DDC7B
Text Example
Text Example
White with #9DDC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDC7B; }
p { color: rgb(157,220,123); }
H1.HeaderClassName
{
color: #9DDC7B;
}
.AnyTagClassName
{
color: #9DDC7B;
}
</style>
background-color css
<style>
a { background-color: #9DDC7B; }
a { background-color: rgb(157,220,123); }
div.DivClassName
{
background-color: #9DDC7B;
}
.BgClassName
{
background-color: #9DDC7B;
}
</style>
border-color css
<style>
span { border-color: #9DDC7B; }
span { border-color: rgb(157,220,123); }
td.TdClassName
{
border-color: #9DDC7B;
}
.TagClassName
{
border-color: #9DDC7B;
}
</style>