Shades of Gossip #9ED57F
Tints of Gossip #9ED57F
RGB
CMYK
RGB Variations
Color information
#9ED57F (or 0x9ED57F) is known color: Gossip. HEX triplet: 9E, D5 and 7F. RGB value is (158,213,127). Sum of RGB (Red+Green+Blue) = 158+213+127=498 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.73% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 127 (50% from 255 or 25.50% from 498); Max value from RGB is 213 - color contains mainly: green. Hex color #9ED57F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED57F is #612A80. Grayscale: #BBBBBB. Windows color (decimal): -6367873 or 8377758. OLE color: 8377758.
HSL color Cylindrical-coordinate representation of color #9ED57F: hue angle of 98.37º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9ED57F is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 213 | 127 | - |
| CMYK | 0.26 | 0 | 0.40 | 0.16 |
| HSL | 98.37º | 0.51% | 0.67% | - |
| HSV(B) | 98.37º | 0.4% | 0.84% | - |
| XYZ | 41.73 | 56.39 | 28.76 | - |
| YUV | 186.75 | 94.28 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 213 | 127 | 0.26 | 0 | 0.40 | 0.16 | 98.37 | 0.51 | 0.67 |
| Hex | 9E | D5 | 7F | 1A | 0 | 28 | 10 | 62 | 33 | 43 |
| Octal | 236 | 325 | 177 | 32 | 0 | 50 | 20 | 142 | 63 | 103 |
| Binary | 10011110 | 11010101 | 1111111 | 11010 | 0 | 101000 | 10000 | 1100010 | 110011 | 1000011 |
Color Harmonies of #9ED57F
Complementary color
Monochromatic Colors of #9ED57F
Black with #9ED57F
Text Example
Text Example
White with #9ED57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED57F; }
p { color: rgb(158,213,127); }
H1.HeaderClassName
{
color: #9ED57F;
}
.AnyTagClassName
{
color: #9ED57F;
}
</style>
background-color css
<style>
a { background-color: #9ED57F; }
a { background-color: rgb(158,213,127); }
div.DivClassName
{
background-color: #9ED57F;
}
.BgClassName
{
background-color: #9ED57F;
}
</style>
border-color css
<style>
span { border-color: #9ED57F; }
span { border-color: rgb(158,213,127); }
td.TdClassName
{
border-color: #9ED57F;
}
.TagClassName
{
border-color: #9ED57F;
}
</style>