Shades of Gossip #9ECD77
Tints of Gossip #9ECD77
RGB
CMYK
RGB Variations
Color information
#9ECD77 (or 0x9ECD77) is known color: Gossip. HEX triplet: 9E, CD and 77. RGB value is (158,205,119). Sum of RGB (Red+Green+Blue) = 158+205+119=482 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.78% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 119 (46.88% from 255 or 24.69% from 482); Max value from RGB is 205 - color contains mainly: green. Hex color #9ECD77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECD77 is #613288. Grayscale: #B5B5B5. Windows color (decimal): -6369929 or 7851422. OLE color: 7851422.
HSL color Cylindrical-coordinate representation of color #9ECD77: hue angle of 92.79º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9ECD77 is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 205 | 119 | - |
| CMYK | 0.23 | 0 | 0.42 | 0.20 |
| HSL | 92.79º | 0.46% | 0.64% | - |
| HSV(B) | 92.79º | 0.42% | 0.8% | - |
| XYZ | 39.26 | 52.26 | 25.47 | - |
| YUV | 181.14 | 92.93 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 205 | 119 | 0.23 | 0 | 0.42 | 0.20 | 92.79 | 0.46 | 0.64 |
| Hex | 9E | CD | 77 | 17 | 0 | 2A | 14 | 5D | 2E | 40 |
| Octal | 236 | 315 | 167 | 27 | 0 | 52 | 24 | 135 | 56 | 100 |
| Binary | 10011110 | 11001101 | 1110111 | 10111 | 0 | 101010 | 10100 | 1011101 | 101110 | 1000000 |
Color Harmonies of #9ECD77
Complementary color
Monochromatic Colors of #9ECD77
Black with #9ECD77
Text Example
Text Example
White with #9ECD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECD77; }
p { color: rgb(158,205,119); }
H1.HeaderClassName
{
color: #9ECD77;
}
.AnyTagClassName
{
color: #9ECD77;
}
</style>
background-color css
<style>
a { background-color: #9ECD77; }
a { background-color: rgb(158,205,119); }
div.DivClassName
{
background-color: #9ECD77;
}
.BgClassName
{
background-color: #9ECD77;
}
</style>
border-color css
<style>
span { border-color: #9ECD77; }
span { border-color: rgb(158,205,119); }
td.TdClassName
{
border-color: #9ECD77;
}
.TagClassName
{
border-color: #9ECD77;
}
</style>