Shades of Gossip #96E374
Tints of Gossip #96E374
RGB
CMYK
RGB Variations
Color information
#96E374 (or 0x96E374) is known color: Gossip. HEX triplet: 96, E3 and 74. RGB value is (150,227,116). Sum of RGB (Red+Green+Blue) = 150+227+116=493 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.43% from 493); Green value is 227 (89.06% from 255 or 46.04% from 493); Blue value is 116 (45.70% from 255 or 23.53% from 493); Max value from RGB is 227 - color contains mainly: green. Hex color #96E374 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E374 is #691C8B. Grayscale: #BFBFBF. Windows color (decimal): -6888588 or 7660438. OLE color: 7660438.
HSL color Cylindrical-coordinate representation of color #96E374: hue angle of 101.62º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #96E374 is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 150 | 227 | 116 | - |
| CMYK | 0.34 | 0 | 0.49 | 0.11 |
| HSL | 101.62º | 0.66% | 0.67% | - |
| HSV(B) | 101.62º | 0.49% | 0.89% | - |
| XYZ | 43.2 | 62.68 | 26.35 | - |
| YUV | 191.32 | 85.49 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 227 | 116 | 0.34 | 0 | 0.49 | 0.11 | 101.62 | 0.66 | 0.67 |
| Hex | 96 | E3 | 74 | 22 | 0 | 31 | B | 66 | 42 | 43 |
| Octal | 226 | 343 | 164 | 42 | 0 | 61 | 13 | 146 | 102 | 103 |
| Binary | 10010110 | 11100011 | 1110100 | 100010 | 0 | 110001 | 1011 | 1100110 | 1000010 | 1000011 |
Color Harmonies of #96E374
Complementary color
Monochromatic Colors of #96E374
Black with #96E374
Text Example
Text Example
White with #96E374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E374; }
p { color: rgb(150,227,116); }
H1.HeaderClassName
{
color: #96E374;
}
.AnyTagClassName
{
color: #96E374;
}
</style>
background-color css
<style>
a { background-color: #96E374; }
a { background-color: rgb(150,227,116); }
div.DivClassName
{
background-color: #96E374;
}
.BgClassName
{
background-color: #96E374;
}
</style>
border-color css
<style>
span { border-color: #96E374; }
span { border-color: rgb(150,227,116); }
td.TdClassName
{
border-color: #96E374;
}
.TagClassName
{
border-color: #96E374;
}
</style>