Shades of Gossip #9DCD78
Tints of Gossip #9DCD78
RGB
CMYK
RGB Variations
Color information
#9DCD78 (or 0x9DCD78) is known color: Gossip. HEX triplet: 9D, CD and 78. RGB value is (157,205,120). Sum of RGB (Red+Green+Blue) = 157+205+120=482 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.57% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 120 (47.27% from 255 or 24.90% from 482); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCD78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCD78 is #623287. Grayscale: #B5B5B5. Windows color (decimal): -6435464 or 7916957. OLE color: 7916957.
HSL color Cylindrical-coordinate representation of color #9DCD78: hue angle of 93.88º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9DCD78 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 205 | 120 | - |
| CMYK | 0.23 | 0 | 0.41 | 0.20 |
| HSL | 93.88º | 0.46% | 0.64% | - |
| HSV(B) | 93.88º | 0.41% | 0.8% | - |
| XYZ | 39.13 | 52.19 | 25.78 | - |
| YUV | 180.96 | 93.6 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 205 | 120 | 0.23 | 0 | 0.41 | 0.20 | 93.88 | 0.46 | 0.64 |
| Hex | 9D | CD | 78 | 17 | 0 | 29 | 14 | 5E | 2E | 40 |
| Octal | 235 | 315 | 170 | 27 | 0 | 51 | 24 | 136 | 56 | 100 |
| Binary | 10011101 | 11001101 | 1111000 | 10111 | 0 | 101001 | 10100 | 1011110 | 101110 | 1000000 |
Color Harmonies of #9DCD78
Complementary color
Monochromatic Colors of #9DCD78
Black with #9DCD78
Text Example
Text Example
White with #9DCD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCD78; }
p { color: rgb(157,205,120); }
H1.HeaderClassName
{
color: #9DCD78;
}
.AnyTagClassName
{
color: #9DCD78;
}
</style>
background-color css
<style>
a { background-color: #9DCD78; }
a { background-color: rgb(157,205,120); }
div.DivClassName
{
background-color: #9DCD78;
}
.BgClassName
{
background-color: #9DCD78;
}
</style>
border-color css
<style>
span { border-color: #9DCD78; }
span { border-color: rgb(157,205,120); }
td.TdClassName
{
border-color: #9DCD78;
}
.TagClassName
{
border-color: #9DCD78;
}
</style>