Shades of Gossip #96DA7C
Tints of Gossip #96DA7C
RGB
CMYK
RGB Variations
Color information
#96DA7C (or 0x96DA7C) is known color: Gossip. HEX triplet: 96, DA and 7C. RGB value is (150,218,124). Sum of RGB (Red+Green+Blue) = 150+218+124=492 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.49% from 492); Green value is 218 (85.55% from 255 or 44.31% from 492); Blue value is 124 (48.83% from 255 or 25.20% from 492); Max value from RGB is 218 - color contains mainly: green. Hex color #96DA7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96DA7C is #692583. Grayscale: #BBBBBB. Windows color (decimal): -6890884 or 8182422. OLE color: 8182422.
HSL color Cylindrical-coordinate representation of color #96DA7C: hue angle of 103.4º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #96DA7C is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 218 | 124 | - |
| CMYK | 0.31 | 0 | 0.43 | 0.15 |
| HSL | 103.4º | 0.56% | 0.67% | - |
| HSV(B) | 103.4º | 0.43% | 0.85% | - |
| XYZ | 41.29 | 58.08 | 28.1 | - |
| YUV | 186.95 | 92.47 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 218 | 124 | 0.31 | 0 | 0.43 | 0.15 | 103.4 | 0.56 | 0.67 |
| Hex | 96 | DA | 7C | 1F | 0 | 2B | F | 67 | 38 | 43 |
| Octal | 226 | 332 | 174 | 37 | 0 | 53 | 17 | 147 | 70 | 103 |
| Binary | 10010110 | 11011010 | 1111100 | 11111 | 0 | 101011 | 1111 | 1100111 | 111000 | 1000011 |
Color Harmonies of #96DA7C
Complementary color
Monochromatic Colors of #96DA7C
Black with #96DA7C
Text Example
Text Example
White with #96DA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DA7C; }
p { color: rgb(150,218,124); }
H1.HeaderClassName
{
color: #96DA7C;
}
.AnyTagClassName
{
color: #96DA7C;
}
</style>
background-color css
<style>
a { background-color: #96DA7C; }
a { background-color: rgb(150,218,124); }
div.DivClassName
{
background-color: #96DA7C;
}
.BgClassName
{
background-color: #96DA7C;
}
</style>
border-color css
<style>
span { border-color: #96DA7C; }
span { border-color: rgb(150,218,124); }
td.TdClassName
{
border-color: #96DA7C;
}
.TagClassName
{
border-color: #96DA7C;
}
</style>