Shades of Gossip #9BDE74
Tints of Gossip #9BDE74
RGB
CMYK
RGB Variations
Color information
#9BDE74 (or 0x9BDE74) is known color: Gossip. HEX triplet: 9B, DE and 74. RGB value is (155,222,116). Sum of RGB (Red+Green+Blue) = 155+222+116=493 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.44% from 493); Green value is 222 (87.11% from 255 or 45.03% from 493); Blue value is 116 (45.70% from 255 or 23.53% from 493); Max value from RGB is 222 - color contains mainly: green. Hex color #9BDE74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDE74 is #64218B. Grayscale: #BEBEBE. Windows color (decimal): -6562188 or 7659163. OLE color: 7659163.
HSL color Cylindrical-coordinate representation of color #9BDE74: hue angle of 97.92º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9BDE74 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 222 | 116 | - |
| CMYK | 0.30 | 0 | 0.48 | 0.13 |
| HSL | 97.92º | 0.62% | 0.66% | - |
| HSV(B) | 97.92º | 0.48% | 0.87% | - |
| XYZ | 42.79 | 60.47 | 25.94 | - |
| YUV | 189.88 | 86.3 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 222 | 116 | 0.30 | 0 | 0.48 | 0.13 | 97.92 | 0.62 | 0.66 |
| Hex | 9B | DE | 74 | 1E | 0 | 30 | D | 62 | 3E | 42 |
| Octal | 233 | 336 | 164 | 36 | 0 | 60 | 15 | 142 | 76 | 102 |
| Binary | 10011011 | 11011110 | 1110100 | 11110 | 0 | 110000 | 1101 | 1100010 | 111110 | 1000010 |
Color Harmonies of #9BDE74
Complementary color
Monochromatic Colors of #9BDE74
Black with #9BDE74
Text Example
Text Example
White with #9BDE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDE74; }
p { color: rgb(155,222,116); }
H1.HeaderClassName
{
color: #9BDE74;
}
.AnyTagClassName
{
color: #9BDE74;
}
</style>
background-color css
<style>
a { background-color: #9BDE74; }
a { background-color: rgb(155,222,116); }
div.DivClassName
{
background-color: #9BDE74;
}
.BgClassName
{
background-color: #9BDE74;
}
</style>
border-color css
<style>
span { border-color: #9BDE74; }
span { border-color: rgb(155,222,116); }
td.TdClassName
{
border-color: #9BDE74;
}
.TagClassName
{
border-color: #9BDE74;
}
</style>