Shades of Gossip #9ED577
Tints of Gossip #9ED577
RGB
CMYK
RGB Variations
Color information
#9ED577 (or 0x9ED577) is known color: Gossip. HEX triplet: 9E, D5 and 77. RGB value is (158,213,119). Sum of RGB (Red+Green+Blue) = 158+213+119=490 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.24% from 490); Green value is 213 (83.59% from 255 or 43.47% from 490); Blue value is 119 (46.88% from 255 or 24.29% from 490); Max value from RGB is 213 - color contains mainly: green. Hex color #9ED577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED577 is #612A88. Grayscale: #BABABA. Windows color (decimal): -6367881 or 7853470. OLE color: 7853470.
HSL color Cylindrical-coordinate representation of color #9ED577: hue angle of 95.11º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9ED577 is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 213 | 119 | - |
| CMYK | 0.26 | 0 | 0.44 | 0.16 |
| HSL | 95.11º | 0.53% | 0.65% | - |
| HSV(B) | 95.11º | 0.44% | 0.84% | - |
| XYZ | 41.22 | 56.19 | 26.13 | - |
| YUV | 185.84 | 90.28 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 213 | 119 | 0.26 | 0 | 0.44 | 0.16 | 95.11 | 0.53 | 0.65 |
| Hex | 9E | D5 | 77 | 1A | 0 | 2C | 10 | 5F | 35 | 41 |
| Octal | 236 | 325 | 167 | 32 | 0 | 54 | 20 | 137 | 65 | 101 |
| Binary | 10011110 | 11010101 | 1110111 | 11010 | 0 | 101100 | 10000 | 1011111 | 110101 | 1000001 |
Color Harmonies of #9ED577
Complementary color
Monochromatic Colors of #9ED577
Black with #9ED577
Text Example
Text Example
White with #9ED577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED577; }
p { color: rgb(158,213,119); }
H1.HeaderClassName
{
color: #9ED577;
}
.AnyTagClassName
{
color: #9ED577;
}
</style>
background-color css
<style>
a { background-color: #9ED577; }
a { background-color: rgb(158,213,119); }
div.DivClassName
{
background-color: #9ED577;
}
.BgClassName
{
background-color: #9ED577;
}
</style>
border-color css
<style>
span { border-color: #9ED577; }
span { border-color: rgb(158,213,119); }
td.TdClassName
{
border-color: #9ED577;
}
.TagClassName
{
border-color: #9ED577;
}
</style>