Shades of Gossip #96D780
Tints of Gossip #96D780
RGB
CMYK
RGB Variations
Color information
#96D780 (or 0x96D780) is known color: Gossip. HEX triplet: 96, D7 and 80. RGB value is (150,215,128). Sum of RGB (Red+Green+Blue) = 150+215+128=493 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.43% from 493); Green value is 215 (84.38% from 255 or 43.61% from 493); Blue value is 128 (50.39% from 255 or 25.96% from 493); Max value from RGB is 215 - color contains mainly: green. Hex color #96D780 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D780 is #69287F. Grayscale: #B9B9B9. Windows color (decimal): -6891648 or 8443798. OLE color: 8443798.
HSL color Cylindrical-coordinate representation of color #96D780: hue angle of 104.83º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96D780 is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 215 | 128 | - |
| CMYK | 0.30 | 0 | 0.40 | 0.16 |
| HSL | 104.83º | 0.52% | 0.67% | - |
| HSV(B) | 104.83º | 0.4% | 0.84% | - |
| XYZ | 40.77 | 56.64 | 29.21 | - |
| YUV | 185.65 | 95.47 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 215 | 128 | 0.30 | 0 | 0.40 | 0.16 | 104.83 | 0.52 | 0.67 |
| Hex | 96 | D7 | 80 | 1E | 0 | 28 | 10 | 69 | 34 | 43 |
| Octal | 226 | 327 | 200 | 36 | 0 | 50 | 20 | 151 | 64 | 103 |
| Binary | 10010110 | 11010111 | 10000000 | 11110 | 0 | 101000 | 10000 | 1101001 | 110100 | 1000011 |
Color Harmonies of #96D780
Complementary color
Monochromatic Colors of #96D780
Black with #96D780
Text Example
Text Example
White with #96D780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D780; }
p { color: rgb(150,215,128); }
H1.HeaderClassName
{
color: #96D780;
}
.AnyTagClassName
{
color: #96D780;
}
</style>
background-color css
<style>
a { background-color: #96D780; }
a { background-color: rgb(150,215,128); }
div.DivClassName
{
background-color: #96D780;
}
.BgClassName
{
background-color: #96D780;
}
</style>
border-color css
<style>
span { border-color: #96D780; }
span { border-color: rgb(150,215,128); }
td.TdClassName
{
border-color: #96D780;
}
.TagClassName
{
border-color: #96D780;
}
</style>