Shades of Gossip #96DF80
Tints of Gossip #96DF80
RGB
CMYK
RGB Variations
Color information
#96DF80 (or 0x96DF80) is known color: Gossip. HEX triplet: 96, DF and 80. RGB value is (150,223,128). Sum of RGB (Red+Green+Blue) = 150+223+128=501 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.94% from 501); Green value is 223 (87.5% from 255 or 44.51% from 501); Blue value is 128 (50.39% from 255 or 25.55% from 501); Max value from RGB is 223 - color contains mainly: green. Hex color #96DF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DF80 is #69207F. Grayscale: #BEBEBE. Windows color (decimal): -6889600 or 8445846. OLE color: 8445846.
HSL color Cylindrical-coordinate representation of color #96DF80: hue angle of 106.11º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #96DF80 is Cyan = 0.33, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 223 | 128 | - |
| CMYK | 0.33 | 0 | 0.43 | 0.13 |
| HSL | 106.11º | 0.6% | 0.69% | - |
| HSV(B) | 106.11º | 0.43% | 0.87% | - |
| XYZ | 42.86 | 60.82 | 29.9 | - |
| YUV | 190.34 | 92.82 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 223 | 128 | 0.33 | 0 | 0.43 | 0.13 | 106.11 | 0.6 | 0.69 |
| Hex | 96 | DF | 80 | 21 | 0 | 2B | D | 6A | 3C | 45 |
| Octal | 226 | 337 | 200 | 41 | 0 | 53 | 15 | 152 | 74 | 105 |
| Binary | 10010110 | 11011111 | 10000000 | 100001 | 0 | 101011 | 1101 | 1101010 | 111100 | 1000101 |
Color Harmonies of #96DF80
Complementary color
Monochromatic Colors of #96DF80
Black with #96DF80
Text Example
Text Example
White with #96DF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DF80; }
p { color: rgb(150,223,128); }
H1.HeaderClassName
{
color: #96DF80;
}
.AnyTagClassName
{
color: #96DF80;
}
</style>
background-color css
<style>
a { background-color: #96DF80; }
a { background-color: rgb(150,223,128); }
div.DivClassName
{
background-color: #96DF80;
}
.BgClassName
{
background-color: #96DF80;
}
</style>
border-color css
<style>
span { border-color: #96DF80; }
span { border-color: rgb(150,223,128); }
td.TdClassName
{
border-color: #96DF80;
}
.TagClassName
{
border-color: #96DF80;
}
</style>