Shades of Gossip #9DD388
Tints of Gossip #9DD388
RGB
CMYK
RGB Variations
Color information
#9DD388 (or 0x9DD388) is known color: Gossip. HEX triplet: 9D, D3 and 88. RGB value is (157,211,136). Sum of RGB (Red+Green+Blue) = 157+211+136=504 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.15% from 504); Green value is 211 (82.81% from 255 or 41.87% from 504); Blue value is 136 (53.52% from 255 or 26.98% from 504); Max value from RGB is 211 - color contains mainly: green. Hex color #9DD388 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD388 is #622C77. Grayscale: #BABABA. Windows color (decimal): -6433912 or 8967069. OLE color: 8967069.
HSL color Cylindrical-coordinate representation of color #9DD388: hue angle of 103.2º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DD388 is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 157 | 211 | 136 | - |
| CMYK | 0.26 | 0 | 0.36 | 0.17 |
| HSL | 103.2º | 0.46% | 0.68% | - |
| HSV(B) | 103.2º | 0.36% | 0.83% | - |
| XYZ | 41.64 | 55.53 | 31.82 | - |
| YUV | 186.3 | 99.61 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 211 | 136 | 0.26 | 0 | 0.36 | 0.17 | 103.2 | 0.46 | 0.68 |
| Hex | 9D | D3 | 88 | 1A | 0 | 24 | 11 | 67 | 2E | 44 |
| Octal | 235 | 323 | 210 | 32 | 0 | 44 | 21 | 147 | 56 | 104 |
| Binary | 10011101 | 11010011 | 10001000 | 11010 | 0 | 100100 | 10001 | 1100111 | 101110 | 1000100 |
Color Harmonies of #9DD388
Complementary color
Monochromatic Colors of #9DD388
Black with #9DD388
Text Example
Text Example
White with #9DD388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD388; }
p { color: rgb(157,211,136); }
H1.HeaderClassName
{
color: #9DD388;
}
.AnyTagClassName
{
color: #9DD388;
}
</style>
background-color css
<style>
a { background-color: #9DD388; }
a { background-color: rgb(157,211,136); }
div.DivClassName
{
background-color: #9DD388;
}
.BgClassName
{
background-color: #9DD388;
}
</style>
border-color css
<style>
span { border-color: #9DD388; }
span { border-color: rgb(157,211,136); }
td.TdClassName
{
border-color: #9DD388;
}
.TagClassName
{
border-color: #9DD388;
}
</style>