Shades of Gossip #9BDF79
Tints of Gossip #9BDF79
RGB
CMYK
RGB Variations
Color information
#9BDF79 (or 0x9BDF79) is known color: Gossip. HEX triplet: 9B, DF and 79. RGB value is (155,223,121). Sum of RGB (Red+Green+Blue) = 155+223+121=499 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31.06% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 121 (47.66% from 255 or 24.25% from 499); Max value from RGB is 223 - color contains mainly: green. Hex color #9BDF79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDF79 is #642086. Grayscale: #BFBFBF. Windows color (decimal): -6561927 or 7987099. OLE color: 7987099.
HSL color Cylindrical-coordinate representation of color #9BDF79: hue angle of 100º degrees, saturation: 0.61, 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 #9BDF79 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 223 | 121 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.13 |
| HSL | 100º | 0.61% | 0.67% | - |
| HSV(B) | 100º | 0.46% | 0.87% | - |
| XYZ | 43.36 | 61.12 | 27.6 | - |
| YUV | 191.04 | 88.47 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 223 | 121 | 0.30 | 0 | 0.46 | 0.13 | 100 | 0.61 | 0.67 |
| Hex | 9B | DF | 79 | 1E | 0 | 2E | D | 64 | 3D | 43 |
| Octal | 233 | 337 | 171 | 36 | 0 | 56 | 15 | 144 | 75 | 103 |
| Binary | 10011011 | 11011111 | 1111001 | 11110 | 0 | 101110 | 1101 | 1100100 | 111101 | 1000011 |
Color Harmonies of #9BDF79
Complementary color
Monochromatic Colors of #9BDF79
Black with #9BDF79
Text Example
Text Example
White with #9BDF79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDF79; }
p { color: rgb(155,223,121); }
H1.HeaderClassName
{
color: #9BDF79;
}
.AnyTagClassName
{
color: #9BDF79;
}
</style>
background-color css
<style>
a { background-color: #9BDF79; }
a { background-color: rgb(155,223,121); }
div.DivClassName
{
background-color: #9BDF79;
}
.BgClassName
{
background-color: #9BDF79;
}
</style>
border-color css
<style>
span { border-color: #9BDF79; }
span { border-color: rgb(155,223,121); }
td.TdClassName
{
border-color: #9BDF79;
}
.TagClassName
{
border-color: #9BDF79;
}
</style>