Shades of Gossip #9DD37B
Tints of Gossip #9DD37B
RGB
CMYK
RGB Variations
Color information
#9DD37B (or 0x9DD37B) is known color: Gossip. HEX triplet: 9D, D3 and 7B. RGB value is (157,211,123). Sum of RGB (Red+Green+Blue) = 157+211+123=491 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.98% from 491); Green value is 211 (82.81% from 255 or 42.97% from 491); Blue value is 123 (48.44% from 255 or 25.05% from 491); Max value from RGB is 211 - color contains mainly: green. Hex color #9DD37B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD37B is #622C84. Grayscale: #B9B9B9. Windows color (decimal): -6433925 or 8115101. OLE color: 8115101.
HSL color Cylindrical-coordinate representation of color #9DD37B: hue angle of 96.82º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9DD37B is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 157 | 211 | 123 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.17 |
| HSL | 96.82º | 0.5% | 0.65% | - |
| HSV(B) | 96.82º | 0.42% | 0.83% | - |
| XYZ | 40.77 | 55.19 | 27.24 | - |
| YUV | 184.82 | 93.11 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 211 | 123 | 0.26 | 0 | 0.42 | 0.17 | 96.82 | 0.5 | 0.65 |
| Hex | 9D | D3 | 7B | 1A | 0 | 2A | 11 | 61 | 32 | 41 |
| Octal | 235 | 323 | 173 | 32 | 0 | 52 | 21 | 141 | 62 | 101 |
| Binary | 10011101 | 11010011 | 1111011 | 11010 | 0 | 101010 | 10001 | 1100001 | 110010 | 1000001 |
Color Harmonies of #9DD37B
Complementary color
Monochromatic Colors of #9DD37B
Black with #9DD37B
Text Example
Text Example
White with #9DD37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD37B; }
p { color: rgb(157,211,123); }
H1.HeaderClassName
{
color: #9DD37B;
}
.AnyTagClassName
{
color: #9DD37B;
}
</style>
background-color css
<style>
a { background-color: #9DD37B; }
a { background-color: rgb(157,211,123); }
div.DivClassName
{
background-color: #9DD37B;
}
.BgClassName
{
background-color: #9DD37B;
}
</style>
border-color css
<style>
span { border-color: #9DD37B; }
span { border-color: rgb(157,211,123); }
td.TdClassName
{
border-color: #9DD37B;
}
.TagClassName
{
border-color: #9DD37B;
}
</style>