Shades of Gossip #99D980
Tints of Gossip #99D980
RGB
CMYK
RGB Variations
Color information
#99D980 (or 0x99D980) is known color: Gossip. HEX triplet: 99, D9 and 80. RGB value is (153,217,128). Sum of RGB (Red+Green+Blue) = 153+217+128=498 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.72% from 498); Green value is 217 (85.16% from 255 or 43.57% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 217 - color contains mainly: green. Hex color #99D980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D980 is #66267F. Grayscale: #BCBCBC. Windows color (decimal): -6694528 or 8444313. OLE color: 8444313.
HSL color Cylindrical-coordinate representation of color #99D980: hue angle of 103.15º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #99D980 is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 217 | 128 | - |
| CMYK | 0.29 | 0 | 0.41 | 0.15 |
| HSL | 103.15º | 0.54% | 0.68% | - |
| HSV(B) | 103.15º | 0.41% | 0.85% | - |
| XYZ | 41.85 | 57.96 | 29.4 | - |
| YUV | 187.72 | 94.3 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 217 | 128 | 0.29 | 0 | 0.41 | 0.15 | 103.15 | 0.54 | 0.68 |
| Hex | 99 | D9 | 80 | 1D | 0 | 29 | F | 67 | 36 | 44 |
| Octal | 231 | 331 | 200 | 35 | 0 | 51 | 17 | 147 | 66 | 104 |
| Binary | 10011001 | 11011001 | 10000000 | 11101 | 0 | 101001 | 1111 | 1100111 | 110110 | 1000100 |
Color Harmonies of #99D980
Complementary color
Monochromatic Colors of #99D980
Black with #99D980
Text Example
Text Example
White with #99D980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D980; }
p { color: rgb(153,217,128); }
H1.HeaderClassName
{
color: #99D980;
}
.AnyTagClassName
{
color: #99D980;
}
</style>
background-color css
<style>
a { background-color: #99D980; }
a { background-color: rgb(153,217,128); }
div.DivClassName
{
background-color: #99D980;
}
.BgClassName
{
background-color: #99D980;
}
</style>
border-color css
<style>
span { border-color: #99D980; }
span { border-color: rgb(153,217,128); }
td.TdClassName
{
border-color: #99D980;
}
.TagClassName
{
border-color: #99D980;
}
</style>