Shades of Gossip #96E578
Tints of Gossip #96E578
RGB
CMYK
RGB Variations
Color information
#96E578 (or 0x96E578) is known color: Gossip. HEX triplet: 96, E5 and 78. RGB value is (150,229,120). Sum of RGB (Red+Green+Blue) = 150+229+120=499 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30.06% from 499); Green value is 229 (89.84% from 255 or 45.89% from 499); Blue value is 120 (47.27% from 255 or 24.05% from 499); Max value from RGB is 229 - color contains mainly: green. Hex color #96E578 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E578 is #691A87. Grayscale: #C1C1C1. Windows color (decimal): -6888072 or 7923094. OLE color: 7923094.
HSL color Cylindrical-coordinate representation of color #96E578: hue angle of 103.49º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #96E578 is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 150 | 229 | 120 | - |
| CMYK | 0.34 | 0 | 0.48 | 0.10 |
| HSL | 103.49º | 0.68% | 0.68% | - |
| HSV(B) | 103.49º | 0.48% | 0.9% | - |
| XYZ | 43.99 | 63.88 | 27.78 | - |
| YUV | 192.95 | 86.83 | 97.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 229 | 120 | 0.34 | 0 | 0.48 | 0.10 | 103.49 | 0.68 | 0.68 |
| Hex | 96 | E5 | 78 | 22 | 0 | 30 | A | 67 | 44 | 44 |
| Octal | 226 | 345 | 170 | 42 | 0 | 60 | 12 | 147 | 104 | 104 |
| Binary | 10010110 | 11100101 | 1111000 | 100010 | 0 | 110000 | 1010 | 1100111 | 1000100 | 1000100 |
Color Harmonies of #96E578
Complementary color
Monochromatic Colors of #96E578
Black with #96E578
Text Example
Text Example
White with #96E578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E578; }
p { color: rgb(150,229,120); }
H1.HeaderClassName
{
color: #96E578;
}
.AnyTagClassName
{
color: #96E578;
}
</style>
background-color css
<style>
a { background-color: #96E578; }
a { background-color: rgb(150,229,120); }
div.DivClassName
{
background-color: #96E578;
}
.BgClassName
{
background-color: #96E578;
}
</style>
border-color css
<style>
span { border-color: #96E578; }
span { border-color: rgb(150,229,120); }
td.TdClassName
{
border-color: #96E578;
}
.TagClassName
{
border-color: #96E578;
}
</style>