Shades of Gossip #9DD488
Tints of Gossip #9DD488
RGB
CMYK
RGB Variations
Color information
#9DD488 (or 0x9DD488) is known color: Gossip. HEX triplet: 9D, D4 and 88. RGB value is (157,212,136). Sum of RGB (Red+Green+Blue) = 157+212+136=505 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.09% from 505); Green value is 212 (83.20% from 255 or 41.98% from 505); Blue value is 136 (53.52% from 255 or 26.93% from 505); Max value from RGB is 212 - color contains mainly: green. Hex color #9DD488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD488 is #622B77. Grayscale: #BBBBBB. Windows color (decimal): -6433656 or 8967325. OLE color: 8967325.
HSL color Cylindrical-coordinate representation of color #9DD488: hue angle of 103.42º degrees, saturation: 0.47, 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 #9DD488 is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 157 | 212 | 136 | - |
| CMYK | 0.26 | 0 | 0.36 | 0.17 |
| HSL | 103.42º | 0.47% | 0.68% | - |
| HSV(B) | 103.42º | 0.36% | 0.83% | - |
| XYZ | 41.89 | 56.03 | 31.9 | - |
| YUV | 186.89 | 99.28 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 212 | 136 | 0.26 | 0 | 0.36 | 0.17 | 103.42 | 0.47 | 0.68 |
| Hex | 9D | D4 | 88 | 1A | 0 | 24 | 11 | 67 | 2F | 44 |
| Octal | 235 | 324 | 210 | 32 | 0 | 44 | 21 | 147 | 57 | 104 |
| Binary | 10011101 | 11010100 | 10001000 | 11010 | 0 | 100100 | 10001 | 1100111 | 101111 | 1000100 |
Color Harmonies of #9DD488
Complementary color
Monochromatic Colors of #9DD488
Black with #9DD488
Text Example
Text Example
White with #9DD488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD488; }
p { color: rgb(157,212,136); }
H1.HeaderClassName
{
color: #9DD488;
}
.AnyTagClassName
{
color: #9DD488;
}
</style>
background-color css
<style>
a { background-color: #9DD488; }
a { background-color: rgb(157,212,136); }
div.DivClassName
{
background-color: #9DD488;
}
.BgClassName
{
background-color: #9DD488;
}
</style>
border-color css
<style>
span { border-color: #9DD488; }
span { border-color: rgb(157,212,136); }
td.TdClassName
{
border-color: #9DD488;
}
.TagClassName
{
border-color: #9DD488;
}
</style>