Shades of Gossip #9DD377
Tints of Gossip #9DD377
RGB
CMYK
RGB Variations
Color information
#9DD377 (or 0x9DD377) is known color: Gossip. HEX triplet: 9D, D3 and 77. RGB value is (157,211,119). Sum of RGB (Red+Green+Blue) = 157+211+119=487 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.24% from 487); Green value is 211 (82.81% from 255 or 43.33% from 487); Blue value is 119 (46.88% from 255 or 24.44% from 487); Max value from RGB is 211 - color contains mainly: green. Hex color #9DD377 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD377 is #622C88. Grayscale: #B8B8B8. Windows color (decimal): -6433929 or 7852957. OLE color: 7852957.
HSL color Cylindrical-coordinate representation of color #9DD377: hue angle of 95.22º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9DD377 is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 157 | 211 | 119 | - |
| CMYK | 0.26 | 0 | 0.44 | 0.17 |
| HSL | 95.22º | 0.51% | 0.65% | - |
| HSV(B) | 95.22º | 0.44% | 0.83% | - |
| XYZ | 40.53 | 55.09 | 25.95 | - |
| YUV | 184.37 | 91.11 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 211 | 119 | 0.26 | 0 | 0.44 | 0.17 | 95.22 | 0.51 | 0.65 |
| Hex | 9D | D3 | 77 | 1A | 0 | 2C | 11 | 5F | 33 | 41 |
| Octal | 235 | 323 | 167 | 32 | 0 | 54 | 21 | 137 | 63 | 101 |
| Binary | 10011101 | 11010011 | 1110111 | 11010 | 0 | 101100 | 10001 | 1011111 | 110011 | 1000001 |
Color Harmonies of #9DD377
Complementary color
Monochromatic Colors of #9DD377
Black with #9DD377
Text Example
Text Example
White with #9DD377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD377; }
p { color: rgb(157,211,119); }
H1.HeaderClassName
{
color: #9DD377;
}
.AnyTagClassName
{
color: #9DD377;
}
</style>
background-color css
<style>
a { background-color: #9DD377; }
a { background-color: rgb(157,211,119); }
div.DivClassName
{
background-color: #9DD377;
}
.BgClassName
{
background-color: #9DD377;
}
</style>
border-color css
<style>
span { border-color: #9DD377; }
span { border-color: rgb(157,211,119); }
td.TdClassName
{
border-color: #9DD377;
}
.TagClassName
{
border-color: #9DD377;
}
</style>