Shades of Gossip #9DC67D
Tints of Gossip #9DC67D
RGB
CMYK
RGB Variations
Color information
#9DC67D (or 0x9DC67D) is known color: Gossip. HEX triplet: 9D, C6 and 7D. RGB value is (157,198,125). Sum of RGB (Red+Green+Blue) = 157+198+125=480 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.71% from 480); Green value is 198 (77.73% from 255 or 41.25% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 198 - color contains mainly: green. Hex color #9DC67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC67D is #623982. Grayscale: #B1B1B1. Windows color (decimal): -6437251 or 8242845. OLE color: 8242845.
HSL color Cylindrical-coordinate representation of color #9DC67D: hue angle of 93.7º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DC67D is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 157 | 198 | 125 | - |
| CMYK | 0.21 | 0 | 0.37 | 0.22 |
| HSL | 93.7º | 0.39% | 0.63% | - |
| HSV(B) | 93.7º | 0.37% | 0.78% | - |
| XYZ | 37.8 | 49.04 | 26.87 | - |
| YUV | 177.42 | 98.42 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 198 | 125 | 0.21 | 0 | 0.37 | 0.22 | 93.7 | 0.39 | 0.63 |
| Hex | 9D | C6 | 7D | 15 | 0 | 25 | 16 | 5E | 27 | 3F |
| Octal | 235 | 306 | 175 | 25 | 0 | 45 | 26 | 136 | 47 | 77 |
| Binary | 10011101 | 11000110 | 1111101 | 10101 | 0 | 100101 | 10110 | 1011110 | 100111 | 111111 |
Color Harmonies of #9DC67D
Complementary color
Monochromatic Colors of #9DC67D
Black with #9DC67D
Text Example
Text Example
White with #9DC67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC67D; }
p { color: rgb(157,198,125); }
H1.HeaderClassName
{
color: #9DC67D;
}
.AnyTagClassName
{
color: #9DC67D;
}
</style>
background-color css
<style>
a { background-color: #9DC67D; }
a { background-color: rgb(157,198,125); }
div.DivClassName
{
background-color: #9DC67D;
}
.BgClassName
{
background-color: #9DC67D;
}
</style>
border-color css
<style>
span { border-color: #9DC67D; }
span { border-color: rgb(157,198,125); }
td.TdClassName
{
border-color: #9DC67D;
}
.TagClassName
{
border-color: #9DC67D;
}
</style>