Shades of Gossip #9DE080
Tints of Gossip #9DE080
RGB
CMYK
RGB Variations
Color information
#9DE080 (or 0x9DE080) is known color: Gossip. HEX triplet: 9D, E0 and 80. RGB value is (157,224,128). Sum of RGB (Red+Green+Blue) = 157+224+128=509 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.84% from 509); Green value is 224 (87.89% from 255 or 44.01% from 509); Blue value is 128 (50.39% from 255 or 25.15% from 509); Max value from RGB is 224 - color contains mainly: green. Hex color #9DE080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DE080 is #621F7F. Grayscale: #C1C1C1. Windows color (decimal): -6430592 or 8446109. OLE color: 8446109.
HSL color Cylindrical-coordinate representation of color #9DE080: hue angle of 101.88º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9DE080 is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 157 | 224 | 128 | - |
| CMYK | 0.30 | 0 | 0.43 | 0.12 |
| HSL | 101.88º | 0.61% | 0.69% | - |
| HSV(B) | 101.88º | 0.43% | 0.88% | - |
| XYZ | 44.46 | 62.04 | 30.05 | - |
| YUV | 193.02 | 91.3 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 224 | 128 | 0.30 | 0 | 0.43 | 0.12 | 101.88 | 0.61 | 0.69 |
| Hex | 9D | E0 | 80 | 1E | 0 | 2B | C | 66 | 3D | 45 |
| Octal | 235 | 340 | 200 | 36 | 0 | 53 | 14 | 146 | 75 | 105 |
| Binary | 10011101 | 11100000 | 10000000 | 11110 | 0 | 101011 | 1100 | 1100110 | 111101 | 1000101 |
Color Harmonies of #9DE080
Complementary color
Monochromatic Colors of #9DE080
Black with #9DE080
Text Example
Text Example
White with #9DE080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE080; }
p { color: rgb(157,224,128); }
H1.HeaderClassName
{
color: #9DE080;
}
.AnyTagClassName
{
color: #9DE080;
}
</style>
background-color css
<style>
a { background-color: #9DE080; }
a { background-color: rgb(157,224,128); }
div.DivClassName
{
background-color: #9DE080;
}
.BgClassName
{
background-color: #9DE080;
}
</style>
border-color css
<style>
span { border-color: #9DE080; }
span { border-color: rgb(157,224,128); }
td.TdClassName
{
border-color: #9DE080;
}
.TagClassName
{
border-color: #9DE080;
}
</style>