Shades of Gossip #96E063
Tints of Gossip #96E063
RGB
CMYK
RGB Variations
Color information
#96E063 (or 0x96E063) is known color: Gossip. HEX triplet: 96, E0 and 63. RGB value is (150,224,99). Sum of RGB (Red+Green+Blue) = 150+224+99=473 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.71% from 473); Green value is 224 (87.89% from 255 or 47.36% from 473); Blue value is 99 (39.06% from 255 or 20.93% from 473); Max value from RGB is 224 - color contains mainly: green. Hex color #96E063 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E063 is #691F9C. Grayscale: #BCBCBC. Windows color (decimal): -6889373 or 6545558. OLE color: 6545558.
HSL color Cylindrical-coordinate representation of color #96E063: hue angle of 95.52º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #96E063 is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 150 | 224 | 99 | - |
| CMYK | 0.33 | 0 | 0.56 | 0.12 |
| HSL | 95.52º | 0.67% | 0.63% | - |
| HSV(B) | 95.52º | 0.56% | 0.88% | - |
| XYZ | 41.49 | 60.7 | 21.33 | - |
| YUV | 187.62 | 77.98 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 224 | 99 | 0.33 | 0 | 0.56 | 0.12 | 95.52 | 0.67 | 0.63 |
| Hex | 96 | E0 | 63 | 21 | 0 | 38 | C | 60 | 43 | 3F |
| Octal | 226 | 340 | 143 | 41 | 0 | 70 | 14 | 140 | 103 | 77 |
| Binary | 10010110 | 11100000 | 1100011 | 100001 | 0 | 111000 | 1100 | 1100000 | 1000011 | 111111 |
Color Harmonies of #96E063
Complementary color
Monochromatic Colors of #96E063
Black with #96E063
Text Example
Text Example
White with #96E063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E063; }
p { color: rgb(150,224,99); }
H1.HeaderClassName
{
color: #96E063;
}
.AnyTagClassName
{
color: #96E063;
}
</style>
background-color css
<style>
a { background-color: #96E063; }
a { background-color: rgb(150,224,99); }
div.DivClassName
{
background-color: #96E063;
}
.BgClassName
{
background-color: #96E063;
}
</style>
border-color css
<style>
span { border-color: #96E063; }
span { border-color: rgb(150,224,99); }
td.TdClassName
{
border-color: #96E063;
}
.TagClassName
{
border-color: #96E063;
}
</style>