Shades of Gossip #96D975
Tints of Gossip #96D975
RGB
CMYK
RGB Variations
Color information
#96D975 (or 0x96D975) is known color: Gossip. HEX triplet: 96, D9 and 75. RGB value is (150,217,117). Sum of RGB (Red+Green+Blue) = 150+217+117=484 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.99% from 484); Green value is 217 (85.16% from 255 or 44.83% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 217 - color contains mainly: green. Hex color #96D975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D975 is #69268A. Grayscale: #B9B9B9. Windows color (decimal): -6891147 or 7723414. OLE color: 7723414.
HSL color Cylindrical-coordinate representation of color #96D975: hue angle of 100.2º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #96D975 is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 217 | 117 | - |
| CMYK | 0.31 | 0 | 0.46 | 0.15 |
| HSL | 100.2º | 0.57% | 0.65% | - |
| HSV(B) | 100.2º | 0.46% | 0.85% | - |
| XYZ | 40.6 | 57.39 | 25.77 | - |
| YUV | 185.57 | 89.3 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 217 | 117 | 0.31 | 0 | 0.46 | 0.15 | 100.2 | 0.57 | 0.65 |
| Hex | 96 | D9 | 75 | 1F | 0 | 2E | F | 64 | 39 | 41 |
| Octal | 226 | 331 | 165 | 37 | 0 | 56 | 17 | 144 | 71 | 101 |
| Binary | 10010110 | 11011001 | 1110101 | 11111 | 0 | 101110 | 1111 | 1100100 | 111001 | 1000001 |
Color Harmonies of #96D975
Complementary color
Monochromatic Colors of #96D975
Black with #96D975
Text Example
Text Example
White with #96D975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D975; }
p { color: rgb(150,217,117); }
H1.HeaderClassName
{
color: #96D975;
}
.AnyTagClassName
{
color: #96D975;
}
</style>
background-color css
<style>
a { background-color: #96D975; }
a { background-color: rgb(150,217,117); }
div.DivClassName
{
background-color: #96D975;
}
.BgClassName
{
background-color: #96D975;
}
</style>
border-color css
<style>
span { border-color: #96D975; }
span { border-color: rgb(150,217,117); }
td.TdClassName
{
border-color: #96D975;
}
.TagClassName
{
border-color: #96D975;
}
</style>