Shades of Gossip #9DC57F
Tints of Gossip #9DC57F
RGB
CMYK
RGB Variations
Color information
#9DC57F (or 0x9DC57F) is known color: Gossip. HEX triplet: 9D, C5 and 7F. RGB value is (157,197,127). Sum of RGB (Red+Green+Blue) = 157+197+127=481 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.64% from 481); Green value is 197 (77.34% from 255 or 40.96% from 481); Blue value is 127 (50% from 255 or 26.40% from 481); Max value from RGB is 197 - color contains mainly: green. Hex color #9DC57F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC57F is #623A80. Grayscale: #B1B1B1. Windows color (decimal): -6437505 or 8373661. OLE color: 8373661.
HSL color Cylindrical-coordinate representation of color #9DC57F: hue angle of 94.29º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DC57F is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 157 | 197 | 127 | - |
| CMYK | 0.20 | 0 | 0.36 | 0.23 |
| HSL | 94.29º | 0.38% | 0.64% | - |
| HSV(B) | 94.29º | 0.36% | 0.77% | - |
| XYZ | 37.7 | 48.63 | 27.48 | - |
| YUV | 177.06 | 99.75 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 197 | 127 | 0.20 | 0 | 0.36 | 0.23 | 94.29 | 0.38 | 0.64 |
| Hex | 9D | C5 | 7F | 14 | 0 | 24 | 17 | 5E | 26 | 40 |
| Octal | 235 | 305 | 177 | 24 | 0 | 44 | 27 | 136 | 46 | 100 |
| Binary | 10011101 | 11000101 | 1111111 | 10100 | 0 | 100100 | 10111 | 1011110 | 100110 | 1000000 |
Color Harmonies of #9DC57F
Complementary color
Monochromatic Colors of #9DC57F
Black with #9DC57F
Text Example
Text Example
White with #9DC57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC57F; }
p { color: rgb(157,197,127); }
H1.HeaderClassName
{
color: #9DC57F;
}
.AnyTagClassName
{
color: #9DC57F;
}
</style>
background-color css
<style>
a { background-color: #9DC57F; }
a { background-color: rgb(157,197,127); }
div.DivClassName
{
background-color: #9DC57F;
}
.BgClassName
{
background-color: #9DC57F;
}
</style>
border-color css
<style>
span { border-color: #9DC57F; }
span { border-color: rgb(157,197,127); }
td.TdClassName
{
border-color: #9DC57F;
}
.TagClassName
{
border-color: #9DC57F;
}
</style>