Shades of Gossip #9DD58C
Tints of Gossip #9DD58C
RGB
CMYK
RGB Variations
Color information
#9DD58C (or 0x9DD58C) is known color: Gossip. HEX triplet: 9D, D5 and 8C. RGB value is (157,213,140). Sum of RGB (Red+Green+Blue) = 157+213+140=510 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.78% from 510); Green value is 213 (83.59% from 255 or 41.76% from 510); Blue value is 140 (55.08% from 255 or 27.45% from 510); Max value from RGB is 213 - color contains mainly: green. Hex color #9DD58C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD58C is #622A73. Grayscale: #BCBCBC. Windows color (decimal): -6433396 or 9229725. OLE color: 9229725.
HSL color Cylindrical-coordinate representation of color #9DD58C: hue angle of 106.03º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DD58C is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 213 | 140 | - |
| CMYK | 0.26 | 0 | 0.34 | 0.16 |
| HSL | 106.03º | 0.46% | 0.69% | - |
| HSV(B) | 106.03º | 0.34% | 0.84% | - |
| XYZ | 42.43 | 56.65 | 33.51 | - |
| YUV | 187.93 | 100.95 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 213 | 140 | 0.26 | 0 | 0.34 | 0.16 | 106.03 | 0.46 | 0.69 |
| Hex | 9D | D5 | 8C | 1A | 0 | 22 | 10 | 6A | 2E | 45 |
| Octal | 235 | 325 | 214 | 32 | 0 | 42 | 20 | 152 | 56 | 105 |
| Binary | 10011101 | 11010101 | 10001100 | 11010 | 0 | 100010 | 10000 | 1101010 | 101110 | 1000101 |
Color Harmonies of #9DD58C
Complementary color
Monochromatic Colors of #9DD58C
Black with #9DD58C
Text Example
Text Example
White with #9DD58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD58C; }
p { color: rgb(157,213,140); }
H1.HeaderClassName
{
color: #9DD58C;
}
.AnyTagClassName
{
color: #9DD58C;
}
</style>
background-color css
<style>
a { background-color: #9DD58C; }
a { background-color: rgb(157,213,140); }
div.DivClassName
{
background-color: #9DD58C;
}
.BgClassName
{
background-color: #9DD58C;
}
</style>
border-color css
<style>
span { border-color: #9DD58C; }
span { border-color: rgb(157,213,140); }
td.TdClassName
{
border-color: #9DD58C;
}
.TagClassName
{
border-color: #9DD58C;
}
</style>