Shades of Gossip #9BE37F
Tints of Gossip #9BE37F
RGB
CMYK
RGB Variations
Color information
#9BE37F (or 0x9BE37F) is known color: Gossip. HEX triplet: 9B, E3 and 7F. RGB value is (155,227,127). Sum of RGB (Red+Green+Blue) = 155+227+127=509 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.45% from 509); Green value is 227 (89.06% from 255 or 44.60% from 509); Blue value is 127 (50% from 255 or 24.95% from 509); Max value from RGB is 227 - color contains mainly: green. Hex color #9BE37F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BE37F is #641C80. Grayscale: #C2C2C2. Windows color (decimal): -6560897 or 8381339. OLE color: 8381339.
HSL color Cylindrical-coordinate representation of color #9BE37F: hue angle of 103.2º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9BE37F is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 155 | 227 | 127 | - |
| CMYK | 0.32 | 0 | 0.44 | 0.11 |
| HSL | 103.2º | 0.64% | 0.69% | - |
| HSV(B) | 103.2º | 0.44% | 0.89% | - |
| XYZ | 44.82 | 63.44 | 29.96 | - |
| YUV | 194.07 | 90.15 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 227 | 127 | 0.32 | 0 | 0.44 | 0.11 | 103.2 | 0.64 | 0.69 |
| Hex | 9B | E3 | 7F | 20 | 0 | 2C | B | 67 | 40 | 45 |
| Octal | 233 | 343 | 177 | 40 | 0 | 54 | 13 | 147 | 100 | 105 |
| Binary | 10011011 | 11100011 | 1111111 | 100000 | 0 | 101100 | 1011 | 1100111 | 1000000 | 1000101 |
Color Harmonies of #9BE37F
Complementary color
Monochromatic Colors of #9BE37F
Black with #9BE37F
Text Example
Text Example
White with #9BE37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE37F; }
p { color: rgb(155,227,127); }
H1.HeaderClassName
{
color: #9BE37F;
}
.AnyTagClassName
{
color: #9BE37F;
}
</style>
background-color css
<style>
a { background-color: #9BE37F; }
a { background-color: rgb(155,227,127); }
div.DivClassName
{
background-color: #9BE37F;
}
.BgClassName
{
background-color: #9BE37F;
}
</style>
border-color css
<style>
span { border-color: #9BE37F; }
span { border-color: rgb(155,227,127); }
td.TdClassName
{
border-color: #9BE37F;
}
.TagClassName
{
border-color: #9BE37F;
}
</style>