Shades of Gossip #9DD38B
Tints of Gossip #9DD38B
RGB
CMYK
RGB Variations
Color information
#9DD38B (or 0x9DD38B) is known color: Gossip. HEX triplet: 9D, D3 and 8B. RGB value is (157,211,139). Sum of RGB (Red+Green+Blue) = 157+211+139=507 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.97% from 507); Green value is 211 (82.81% from 255 or 41.62% from 507); Blue value is 139 (54.69% from 255 or 27.42% from 507); Max value from RGB is 211 - color contains mainly: green. Hex color #9DD38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD38B is #622C74. Grayscale: #BABABA. Windows color (decimal): -6433909 or 9163677. OLE color: 9163677.
HSL color Cylindrical-coordinate representation of color #9DD38B: hue angle of 105º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DD38B is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 157 | 211 | 139 | - |
| CMYK | 0.26 | 0 | 0.34 | 0.17 |
| HSL | 105º | 0.45% | 0.69% | - |
| HSV(B) | 105º | 0.34% | 0.83% | - |
| XYZ | 41.86 | 55.62 | 32.96 | - |
| YUV | 186.65 | 101.11 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 211 | 139 | 0.26 | 0 | 0.34 | 0.17 | 105 | 0.45 | 0.69 |
| Hex | 9D | D3 | 8B | 1A | 0 | 22 | 11 | 69 | 2D | 45 |
| Octal | 235 | 323 | 213 | 32 | 0 | 42 | 21 | 151 | 55 | 105 |
| Binary | 10011101 | 11010011 | 10001011 | 11010 | 0 | 100010 | 10001 | 1101001 | 101101 | 1000101 |
Color Harmonies of #9DD38B
Complementary color
Monochromatic Colors of #9DD38B
Black with #9DD38B
Text Example
Text Example
White with #9DD38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD38B; }
p { color: rgb(157,211,139); }
H1.HeaderClassName
{
color: #9DD38B;
}
.AnyTagClassName
{
color: #9DD38B;
}
</style>
background-color css
<style>
a { background-color: #9DD38B; }
a { background-color: rgb(157,211,139); }
div.DivClassName
{
background-color: #9DD38B;
}
.BgClassName
{
background-color: #9DD38B;
}
</style>
border-color css
<style>
span { border-color: #9DD38B; }
span { border-color: rgb(157,211,139); }
td.TdClassName
{
border-color: #9DD38B;
}
.TagClassName
{
border-color: #9DD38B;
}
</style>