Shades of Gossip #96D87D
Tints of Gossip #96D87D
RGB
CMYK
RGB Variations
Color information
#96D87D (or 0x96D87D) is known color: Gossip. HEX triplet: 96, D8 and 7D. RGB value is (150,216,125). Sum of RGB (Red+Green+Blue) = 150+216+125=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 216 (84.77% from 255 or 43.99% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 216 - color contains mainly: green. Hex color #96D87D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D87D is #692782. Grayscale: #BABABA. Windows color (decimal): -6891395 or 8247446. OLE color: 8247446.
HSL color Cylindrical-coordinate representation of color #96D87D: hue angle of 103.52º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #96D87D is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 216 | 125 | - |
| CMYK | 0.31 | 0 | 0.42 | 0.15 |
| HSL | 103.52º | 0.54% | 0.67% | - |
| HSV(B) | 103.52º | 0.42% | 0.85% | - |
| XYZ | 40.84 | 57.08 | 28.27 | - |
| YUV | 185.89 | 93.63 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 216 | 125 | 0.31 | 0 | 0.42 | 0.15 | 103.52 | 0.54 | 0.67 |
| Hex | 96 | D8 | 7D | 1F | 0 | 2A | F | 68 | 36 | 43 |
| Octal | 226 | 330 | 175 | 37 | 0 | 52 | 17 | 150 | 66 | 103 |
| Binary | 10010110 | 11011000 | 1111101 | 11111 | 0 | 101010 | 1111 | 1101000 | 110110 | 1000011 |
Color Harmonies of #96D87D
Complementary color
Monochromatic Colors of #96D87D
Black with #96D87D
Text Example
Text Example
White with #96D87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D87D; }
p { color: rgb(150,216,125); }
H1.HeaderClassName
{
color: #96D87D;
}
.AnyTagClassName
{
color: #96D87D;
}
</style>
background-color css
<style>
a { background-color: #96D87D; }
a { background-color: rgb(150,216,125); }
div.DivClassName
{
background-color: #96D87D;
}
.BgClassName
{
background-color: #96D87D;
}
</style>
border-color css
<style>
span { border-color: #96D87D; }
span { border-color: rgb(150,216,125); }
td.TdClassName
{
border-color: #96D87D;
}
.TagClassName
{
border-color: #96D87D;
}
</style>