Shades of Gossip #9DD078
Tints of Gossip #9DD078
RGB
CMYK
RGB Variations
Color information
#9DD078 (or 0x9DD078) is known color: Gossip. HEX triplet: 9D, D0 and 78. RGB value is (157,208,120). Sum of RGB (Red+Green+Blue) = 157+208+120=485 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.37% from 485); Green value is 208 (81.64% from 255 or 42.89% from 485); Blue value is 120 (47.27% from 255 or 24.74% from 485); Max value from RGB is 208 - color contains mainly: green. Hex color #9DD078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD078 is #622F87. Grayscale: #B7B7B7. Windows color (decimal): -6434696 or 7917725. OLE color: 7917725.
HSL color Cylindrical-coordinate representation of color #9DD078: hue angle of 94.77º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9DD078 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 157 | 208 | 120 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.18 |
| HSL | 94.77º | 0.48% | 0.64% | - |
| HSV(B) | 94.77º | 0.42% | 0.82% | - |
| XYZ | 39.85 | 53.64 | 26.02 | - |
| YUV | 182.72 | 92.6 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 208 | 120 | 0.25 | 0 | 0.42 | 0.18 | 94.77 | 0.48 | 0.64 |
| Hex | 9D | D0 | 78 | 19 | 0 | 2A | 12 | 5F | 30 | 40 |
| Octal | 235 | 320 | 170 | 31 | 0 | 52 | 22 | 137 | 60 | 100 |
| Binary | 10011101 | 11010000 | 1111000 | 11001 | 0 | 101010 | 10010 | 1011111 | 110000 | 1000000 |
Color Harmonies of #9DD078
Complementary color
Monochromatic Colors of #9DD078
Black with #9DD078
Text Example
Text Example
White with #9DD078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD078; }
p { color: rgb(157,208,120); }
H1.HeaderClassName
{
color: #9DD078;
}
.AnyTagClassName
{
color: #9DD078;
}
</style>
background-color css
<style>
a { background-color: #9DD078; }
a { background-color: rgb(157,208,120); }
div.DivClassName
{
background-color: #9DD078;
}
.BgClassName
{
background-color: #9DD078;
}
</style>
border-color css
<style>
span { border-color: #9DD078; }
span { border-color: rgb(157,208,120); }
td.TdClassName
{
border-color: #9DD078;
}
.TagClassName
{
border-color: #9DD078;
}
</style>