Shades of Gossip #96DF73
Tints of Gossip #96DF73
RGB
CMYK
RGB Variations
Color information
#96DF73 (or 0x96DF73) is known color: Gossip. HEX triplet: 96, DF and 73. RGB value is (150,223,115). Sum of RGB (Red+Green+Blue) = 150+223+115=488 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.74% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 115 (45.31% from 255 or 23.57% from 488); Max value from RGB is 223 - color contains mainly: green. Hex color #96DF73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96DF73 is #69208C. Grayscale: #BDBDBD. Windows color (decimal): -6889613 or 7593878. OLE color: 7593878.
HSL color Cylindrical-coordinate representation of color #96DF73: hue angle of 100.56º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #96DF73 is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 223 | 115 | - |
| CMYK | 0.33 | 0 | 0.48 | 0.13 |
| HSL | 100.56º | 0.63% | 0.66% | - |
| HSV(B) | 100.56º | 0.48% | 0.87% | - |
| XYZ | 42.06 | 60.5 | 25.68 | - |
| YUV | 188.86 | 86.32 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 223 | 115 | 0.33 | 0 | 0.48 | 0.13 | 100.56 | 0.63 | 0.66 |
| Hex | 96 | DF | 73 | 21 | 0 | 30 | D | 65 | 3F | 42 |
| Octal | 226 | 337 | 163 | 41 | 0 | 60 | 15 | 145 | 77 | 102 |
| Binary | 10010110 | 11011111 | 1110011 | 100001 | 0 | 110000 | 1101 | 1100101 | 111111 | 1000010 |
Color Harmonies of #96DF73
Complementary color
Monochromatic Colors of #96DF73
Black with #96DF73
Text Example
Text Example
White with #96DF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DF73; }
p { color: rgb(150,223,115); }
H1.HeaderClassName
{
color: #96DF73;
}
.AnyTagClassName
{
color: #96DF73;
}
</style>
background-color css
<style>
a { background-color: #96DF73; }
a { background-color: rgb(150,223,115); }
div.DivClassName
{
background-color: #96DF73;
}
.BgClassName
{
background-color: #96DF73;
}
</style>
border-color css
<style>
span { border-color: #96DF73; }
span { border-color: rgb(150,223,115); }
td.TdClassName
{
border-color: #96DF73;
}
.TagClassName
{
border-color: #96DF73;
}
</style>