Shades of Gossip #9ED77B
Tints of Gossip #9ED77B
RGB
CMYK
RGB Variations
Color information
#9ED77B (or 0x9ED77B) is known color: Gossip. HEX triplet: 9E, D7 and 7B. RGB value is (158,215,123). Sum of RGB (Red+Green+Blue) = 158+215+123=496 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.85% from 496); Green value is 215 (84.38% from 255 or 43.35% from 496); Blue value is 123 (48.44% from 255 or 24.80% from 496); Max value from RGB is 215 - color contains mainly: green. Hex color #9ED77B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED77B is #612884. Grayscale: #BBBBBB. Windows color (decimal): -6367365 or 8116126. OLE color: 8116126.
HSL color Cylindrical-coordinate representation of color #9ED77B: hue angle of 97.17º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9ED77B is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 215 | 123 | - |
| CMYK | 0.27 | 0 | 0.43 | 0.16 |
| HSL | 97.17º | 0.53% | 0.66% | - |
| HSV(B) | 97.17º | 0.43% | 0.84% | - |
| XYZ | 41.98 | 57.3 | 27.59 | - |
| YUV | 187.47 | 91.62 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 215 | 123 | 0.27 | 0 | 0.43 | 0.16 | 97.17 | 0.53 | 0.66 |
| Hex | 9E | D7 | 7B | 1B | 0 | 2B | 10 | 61 | 35 | 42 |
| Octal | 236 | 327 | 173 | 33 | 0 | 53 | 20 | 141 | 65 | 102 |
| Binary | 10011110 | 11010111 | 1111011 | 11011 | 0 | 101011 | 10000 | 1100001 | 110101 | 1000010 |
Color Harmonies of #9ED77B
Complementary color
Monochromatic Colors of #9ED77B
Black with #9ED77B
Text Example
Text Example
White with #9ED77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED77B; }
p { color: rgb(158,215,123); }
H1.HeaderClassName
{
color: #9ED77B;
}
.AnyTagClassName
{
color: #9ED77B;
}
</style>
background-color css
<style>
a { background-color: #9ED77B; }
a { background-color: rgb(158,215,123); }
div.DivClassName
{
background-color: #9ED77B;
}
.BgClassName
{
background-color: #9ED77B;
}
</style>
border-color css
<style>
span { border-color: #9ED77B; }
span { border-color: rgb(158,215,123); }
td.TdClassName
{
border-color: #9ED77B;
}
.TagClassName
{
border-color: #9ED77B;
}
</style>