Shades of Gossip #9DE084
Tints of Gossip #9DE084
RGB
CMYK
RGB Variations
Color information
#9DE084 (or 0x9DE084) is known color: Gossip. HEX triplet: 9D, E0 and 84. RGB value is (157,224,132). Sum of RGB (Red+Green+Blue) = 157+224+132=513 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.60% from 513); Green value is 224 (87.89% from 255 or 43.66% from 513); Blue value is 132 (51.95% from 255 or 25.73% from 513); Max value from RGB is 224 - color contains mainly: green. Hex color #9DE084 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DE084 is #621F7B. Grayscale: #C1C1C1. Windows color (decimal): -6430588 or 8708253. OLE color: 8708253.
HSL color Cylindrical-coordinate representation of color #9DE084: hue angle of 103.7º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9DE084 is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 157 | 224 | 132 | - |
| CMYK | 0.30 | 0 | 0.41 | 0.12 |
| HSL | 103.7º | 0.6% | 0.7% | - |
| HSV(B) | 103.7º | 0.41% | 0.88% | - |
| XYZ | 44.73 | 62.15 | 31.47 | - |
| YUV | 193.48 | 93.3 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 224 | 132 | 0.30 | 0 | 0.41 | 0.12 | 103.7 | 0.6 | 0.7 |
| Hex | 9D | E0 | 84 | 1E | 0 | 29 | C | 68 | 3C | 46 |
| Octal | 235 | 340 | 204 | 36 | 0 | 51 | 14 | 150 | 74 | 106 |
| Binary | 10011101 | 11100000 | 10000100 | 11110 | 0 | 101001 | 1100 | 1101000 | 111100 | 1000110 |
Color Harmonies of #9DE084
Complementary color
Monochromatic Colors of #9DE084
Black with #9DE084
Text Example
Text Example
White with #9DE084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE084; }
p { color: rgb(157,224,132); }
H1.HeaderClassName
{
color: #9DE084;
}
.AnyTagClassName
{
color: #9DE084;
}
</style>
background-color css
<style>
a { background-color: #9DE084; }
a { background-color: rgb(157,224,132); }
div.DivClassName
{
background-color: #9DE084;
}
.BgClassName
{
background-color: #9DE084;
}
</style>
border-color css
<style>
span { border-color: #9DE084; }
span { border-color: rgb(157,224,132); }
td.TdClassName
{
border-color: #9DE084;
}
.TagClassName
{
border-color: #9DE084;
}
</style>