Shades of Gossip #9BE075
Tints of Gossip #9BE075
RGB
CMYK
RGB Variations
Color information
#9BE075 (or 0x9BE075) is known color: Gossip. HEX triplet: 9B, E0 and 75. RGB value is (155,224,117). Sum of RGB (Red+Green+Blue) = 155+224+117=496 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.25% from 496); Green value is 224 (87.89% from 255 or 45.16% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 224 - color contains mainly: green. Hex color #9BE075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BE075 is #641F8A. Grayscale: #BFBFBF. Windows color (decimal): -6561675 or 7725211. OLE color: 7725211.
HSL color Cylindrical-coordinate representation of color #9BE075: hue angle of 98.69º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9BE075 is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 155 | 224 | 117 | - |
| CMYK | 0.31 | 0 | 0.48 | 0.12 |
| HSL | 98.69º | 0.63% | 0.67% | - |
| HSV(B) | 98.69º | 0.48% | 0.88% | - |
| XYZ | 43.38 | 61.56 | 26.43 | - |
| YUV | 191.17 | 86.14 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 224 | 117 | 0.31 | 0 | 0.48 | 0.12 | 98.69 | 0.63 | 0.67 |
| Hex | 9B | E0 | 75 | 1F | 0 | 30 | C | 63 | 3F | 43 |
| Octal | 233 | 340 | 165 | 37 | 0 | 60 | 14 | 143 | 77 | 103 |
| Binary | 10011011 | 11100000 | 1110101 | 11111 | 0 | 110000 | 1100 | 1100011 | 111111 | 1000011 |
Color Harmonies of #9BE075
Complementary color
Monochromatic Colors of #9BE075
Black with #9BE075
Text Example
Text Example
White with #9BE075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE075; }
p { color: rgb(155,224,117); }
H1.HeaderClassName
{
color: #9BE075;
}
.AnyTagClassName
{
color: #9BE075;
}
</style>
background-color css
<style>
a { background-color: #9BE075; }
a { background-color: rgb(155,224,117); }
div.DivClassName
{
background-color: #9BE075;
}
.BgClassName
{
background-color: #9BE075;
}
</style>
border-color css
<style>
span { border-color: #9BE075; }
span { border-color: rgb(155,224,117); }
td.TdClassName
{
border-color: #9BE075;
}
.TagClassName
{
border-color: #9BE075;
}
</style>