Shades of Gossip #9DD77B
Tints of Gossip #9DD77B
RGB
CMYK
RGB Variations
Color information
#9DD77B (or 0x9DD77B) is known color: Gossip. HEX triplet: 9D, D7 and 7B. RGB value is (157,215,123). Sum of RGB (Red+Green+Blue) = 157+215+123=495 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.72% from 495); Green value is 215 (84.38% from 255 or 43.43% from 495); Blue value is 123 (48.44% from 255 or 24.85% from 495); Max value from RGB is 215 - color contains mainly: green. Hex color #9DD77B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD77B is #622884. Grayscale: #BBBBBB. Windows color (decimal): -6432901 or 8116125. OLE color: 8116125.
HSL color Cylindrical-coordinate representation of color #9DD77B: hue angle of 97.83º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9DD77B is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 215 | 123 | - |
| CMYK | 0.27 | 0 | 0.43 | 0.16 |
| HSL | 97.83º | 0.53% | 0.66% | - |
| HSV(B) | 97.83º | 0.43% | 0.84% | - |
| XYZ | 41.78 | 57.2 | 27.58 | - |
| YUV | 187.17 | 91.78 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 215 | 123 | 0.27 | 0 | 0.43 | 0.16 | 97.83 | 0.53 | 0.66 |
| Hex | 9D | D7 | 7B | 1B | 0 | 2B | 10 | 62 | 35 | 42 |
| Octal | 235 | 327 | 173 | 33 | 0 | 53 | 20 | 142 | 65 | 102 |
| Binary | 10011101 | 11010111 | 1111011 | 11011 | 0 | 101011 | 10000 | 1100010 | 110101 | 1000010 |
Color Harmonies of #9DD77B
Complementary color
Monochromatic Colors of #9DD77B
Black with #9DD77B
Text Example
Text Example
White with #9DD77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD77B; }
p { color: rgb(157,215,123); }
H1.HeaderClassName
{
color: #9DD77B;
}
.AnyTagClassName
{
color: #9DD77B;
}
</style>
background-color css
<style>
a { background-color: #9DD77B; }
a { background-color: rgb(157,215,123); }
div.DivClassName
{
background-color: #9DD77B;
}
.BgClassName
{
background-color: #9DD77B;
}
</style>
border-color css
<style>
span { border-color: #9DD77B; }
span { border-color: rgb(157,215,123); }
td.TdClassName
{
border-color: #9DD77B;
}
.TagClassName
{
border-color: #9DD77B;
}
</style>