Shades of Gossip #9BE07B
Tints of Gossip #9BE07B
RGB
CMYK
RGB Variations
Color information
#9BE07B (or 0x9BE07B) is known color: Gossip. HEX triplet: 9B, E0 and 7B. RGB value is (155,224,123). Sum of RGB (Red+Green+Blue) = 155+224+123=502 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.88% from 502); Green value is 224 (87.89% from 255 or 44.62% from 502); Blue value is 123 (48.44% from 255 or 24.50% from 502); Max value from RGB is 224 - color contains mainly: green. Hex color #9BE07B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BE07B is #641F84. Grayscale: #C0C0C0. Windows color (decimal): -6561669 or 8118427. OLE color: 8118427.
HSL color Cylindrical-coordinate representation of color #9BE07B: hue angle of 100.99º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9BE07B is Cyan = 0.31, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 155 | 224 | 123 | - |
| CMYK | 0.31 | 0 | 0.45 | 0.12 |
| HSL | 100.99º | 0.62% | 0.68% | - |
| HSV(B) | 100.99º | 0.45% | 0.88% | - |
| XYZ | 43.75 | 61.71 | 28.34 | - |
| YUV | 191.86 | 89.14 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 224 | 123 | 0.31 | 0 | 0.45 | 0.12 | 100.99 | 0.62 | 0.68 |
| Hex | 9B | E0 | 7B | 1F | 0 | 2D | C | 65 | 3E | 44 |
| Octal | 233 | 340 | 173 | 37 | 0 | 55 | 14 | 145 | 76 | 104 |
| Binary | 10011011 | 11100000 | 1111011 | 11111 | 0 | 101101 | 1100 | 1100101 | 111110 | 1000100 |
Color Harmonies of #9BE07B
Complementary color
Monochromatic Colors of #9BE07B
Black with #9BE07B
Text Example
Text Example
White with #9BE07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE07B; }
p { color: rgb(155,224,123); }
H1.HeaderClassName
{
color: #9BE07B;
}
.AnyTagClassName
{
color: #9BE07B;
}
</style>
background-color css
<style>
a { background-color: #9BE07B; }
a { background-color: rgb(155,224,123); }
div.DivClassName
{
background-color: #9BE07B;
}
.BgClassName
{
background-color: #9BE07B;
}
</style>
border-color css
<style>
span { border-color: #9BE07B; }
span { border-color: rgb(155,224,123); }
td.TdClassName
{
border-color: #9BE07B;
}
.TagClassName
{
border-color: #9BE07B;
}
</style>