Shades of Gossip #96E375
Tints of Gossip #96E375
RGB
CMYK
RGB Variations
Color information
#96E375 (or 0x96E375) is known color: Gossip. HEX triplet: 96, E3 and 75. RGB value is (150,227,117). Sum of RGB (Red+Green+Blue) = 150+227+117=494 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.36% from 494); Green value is 227 (89.06% from 255 or 45.95% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 227 - color contains mainly: green. Hex color #96E375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E375 is #691C8A. Grayscale: #BFBFBF. Windows color (decimal): -6888587 or 7725974. OLE color: 7725974.
HSL color Cylindrical-coordinate representation of color #96E375: hue angle of 102º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #96E375 is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 150 | 227 | 117 | - |
| CMYK | 0.34 | 0 | 0.48 | 0.11 |
| HSL | 102º | 0.66% | 0.67% | - |
| HSV(B) | 102º | 0.48% | 0.89% | - |
| XYZ | 43.26 | 62.71 | 26.65 | - |
| YUV | 191.44 | 85.99 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 227 | 117 | 0.34 | 0 | 0.48 | 0.11 | 102 | 0.66 | 0.67 |
| Hex | 96 | E3 | 75 | 22 | 0 | 30 | B | 66 | 42 | 43 |
| Octal | 226 | 343 | 165 | 42 | 0 | 60 | 13 | 146 | 102 | 103 |
| Binary | 10010110 | 11100011 | 1110101 | 100010 | 0 | 110000 | 1011 | 1100110 | 1000010 | 1000011 |
Color Harmonies of #96E375
Complementary color
Monochromatic Colors of #96E375
Black with #96E375
Text Example
Text Example
White with #96E375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E375; }
p { color: rgb(150,227,117); }
H1.HeaderClassName
{
color: #96E375;
}
.AnyTagClassName
{
color: #96E375;
}
</style>
background-color css
<style>
a { background-color: #96E375; }
a { background-color: rgb(150,227,117); }
div.DivClassName
{
background-color: #96E375;
}
.BgClassName
{
background-color: #96E375;
}
</style>
border-color css
<style>
span { border-color: #96E375; }
span { border-color: rgb(150,227,117); }
td.TdClassName
{
border-color: #96E375;
}
.TagClassName
{
border-color: #96E375;
}
</style>