Shades of Gossip #9DD077
Tints of Gossip #9DD077
RGB
CMYK
RGB Variations
Color information
#9DD077 (or 0x9DD077) is known color: Gossip. HEX triplet: 9D, D0 and 77. RGB value is (157,208,119). Sum of RGB (Red+Green+Blue) = 157+208+119=484 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.44% from 484); Green value is 208 (81.64% from 255 or 42.98% from 484); Blue value is 119 (46.88% from 255 or 24.59% from 484); Max value from RGB is 208 - color contains mainly: green. Hex color #9DD077 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD077 is #622F88. Grayscale: #B6B6B6. Windows color (decimal): -6434697 or 7852189. OLE color: 7852189.
HSL color Cylindrical-coordinate representation of color #9DD077: hue angle of 94.38º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9DD077 is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 157 | 208 | 119 | - |
| CMYK | 0.25 | 0 | 0.43 | 0.18 |
| HSL | 94.38º | 0.49% | 0.64% | - |
| HSV(B) | 94.38º | 0.43% | 0.82% | - |
| XYZ | 39.79 | 53.61 | 25.7 | - |
| YUV | 182.61 | 92.1 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 208 | 119 | 0.25 | 0 | 0.43 | 0.18 | 94.38 | 0.49 | 0.64 |
| Hex | 9D | D0 | 77 | 19 | 0 | 2B | 12 | 5E | 31 | 40 |
| Octal | 235 | 320 | 167 | 31 | 0 | 53 | 22 | 136 | 61 | 100 |
| Binary | 10011101 | 11010000 | 1110111 | 11001 | 0 | 101011 | 10010 | 1011110 | 110001 | 1000000 |
Color Harmonies of #9DD077
Complementary color
Monochromatic Colors of #9DD077
Black with #9DD077
Text Example
Text Example
White with #9DD077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD077; }
p { color: rgb(157,208,119); }
H1.HeaderClassName
{
color: #9DD077;
}
.AnyTagClassName
{
color: #9DD077;
}
</style>
background-color css
<style>
a { background-color: #9DD077; }
a { background-color: rgb(157,208,119); }
div.DivClassName
{
background-color: #9DD077;
}
.BgClassName
{
background-color: #9DD077;
}
</style>
border-color css
<style>
span { border-color: #9DD077; }
span { border-color: rgb(157,208,119); }
td.TdClassName
{
border-color: #9DD077;
}
.TagClassName
{
border-color: #9DD077;
}
</style>