Shades of Gossip #9BDD78
Tints of Gossip #9BDD78
RGB
CMYK
RGB Variations
Color information
#9BDD78 (or 0x9BDD78) is known color: Gossip. HEX triplet: 9B, DD and 78. RGB value is (155,221,120). Sum of RGB (Red+Green+Blue) = 155+221+120=496 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.25% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 120 (47.27% from 255 or 24.19% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDD78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDD78 is #642287. Grayscale: #BEBEBE. Windows color (decimal): -6562440 or 7921051. OLE color: 7921051.
HSL color Cylindrical-coordinate representation of color #9BDD78: hue angle of 99.21º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9BDD78 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 221 | 120 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.13 |
| HSL | 99.21º | 0.6% | 0.67% | - |
| HSV(B) | 99.21º | 0.46% | 0.87% | - |
| XYZ | 42.76 | 60.04 | 27.1 | - |
| YUV | 189.75 | 88.63 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 221 | 120 | 0.30 | 0 | 0.46 | 0.13 | 99.21 | 0.6 | 0.67 |
| Hex | 9B | DD | 78 | 1E | 0 | 2E | D | 63 | 3C | 43 |
| Octal | 233 | 335 | 170 | 36 | 0 | 56 | 15 | 143 | 74 | 103 |
| Binary | 10011011 | 11011101 | 1111000 | 11110 | 0 | 101110 | 1101 | 1100011 | 111100 | 1000011 |
Color Harmonies of #9BDD78
Complementary color
Monochromatic Colors of #9BDD78
Black with #9BDD78
Text Example
Text Example
White with #9BDD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDD78; }
p { color: rgb(155,221,120); }
H1.HeaderClassName
{
color: #9BDD78;
}
.AnyTagClassName
{
color: #9BDD78;
}
</style>
background-color css
<style>
a { background-color: #9BDD78; }
a { background-color: rgb(155,221,120); }
div.DivClassName
{
background-color: #9BDD78;
}
.BgClassName
{
background-color: #9BDD78;
}
</style>
border-color css
<style>
span { border-color: #9BDD78; }
span { border-color: rgb(155,221,120); }
td.TdClassName
{
border-color: #9BDD78;
}
.TagClassName
{
border-color: #9BDD78;
}
</style>