Shades of Gossip #96DF64
Tints of Gossip #96DF64
RGB
CMYK
RGB Variations
Color information
#96DF64 (or 0x96DF64) is known color: Gossip. HEX triplet: 96, DF and 64. RGB value is (150,223,100). Sum of RGB (Red+Green+Blue) = 150+223+100=473 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.71% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 100 (39.45% from 255 or 21.14% from 473); Max value from RGB is 223 - color contains mainly: green. Hex color #96DF64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96DF64 is #69209B. Grayscale: #BBBBBB. Windows color (decimal): -6889628 or 6610838. OLE color: 6610838.
HSL color Cylindrical-coordinate representation of color #96DF64: hue angle of 95.61º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #96DF64 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 223 | 100 | - |
| CMYK | 0.33 | 0 | 0.55 | 0.13 |
| HSL | 95.61º | 0.66% | 0.63% | - |
| HSV(B) | 95.61º | 0.55% | 0.87% | - |
| XYZ | 41.27 | 60.18 | 21.5 | - |
| YUV | 187.15 | 78.82 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 223 | 100 | 0.33 | 0 | 0.55 | 0.13 | 95.61 | 0.66 | 0.63 |
| Hex | 96 | DF | 64 | 21 | 0 | 37 | D | 60 | 42 | 3F |
| Octal | 226 | 337 | 144 | 41 | 0 | 67 | 15 | 140 | 102 | 77 |
| Binary | 10010110 | 11011111 | 1100100 | 100001 | 0 | 110111 | 1101 | 1100000 | 1000010 | 111111 |
Color Harmonies of #96DF64
Complementary color
Monochromatic Colors of #96DF64
Black with #96DF64
Text Example
Text Example
White with #96DF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DF64; }
p { color: rgb(150,223,100); }
H1.HeaderClassName
{
color: #96DF64;
}
.AnyTagClassName
{
color: #96DF64;
}
</style>
background-color css
<style>
a { background-color: #96DF64; }
a { background-color: rgb(150,223,100); }
div.DivClassName
{
background-color: #96DF64;
}
.BgClassName
{
background-color: #96DF64;
}
</style>
border-color css
<style>
span { border-color: #96DF64; }
span { border-color: rgb(150,223,100); }
td.TdClassName
{
border-color: #96DF64;
}
.TagClassName
{
border-color: #96DF64;
}
</style>