Shades of Gossip #97E873
Tints of Gossip #97E873
RGB
CMYK
RGB Variations
Color information
#97E873 (or 0x97E873) is known color: Gossip. HEX triplet: 97, E8 and 73. RGB value is (151,232,115). Sum of RGB (Red+Green+Blue) = 151+232+115=498 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.32% from 498); Green value is 232 (91.02% from 255 or 46.59% from 498); Blue value is 115 (45.31% from 255 or 23.09% from 498); Max value from RGB is 232 - color contains mainly: green. Hex color #97E873 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97E873 is #68178C. Grayscale: #C2C2C2. Windows color (decimal): -6821773 or 7596183. OLE color: 7596183.
HSL color Cylindrical-coordinate representation of color #97E873: hue angle of 101.54º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #97E873 is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 151 | 232 | 115 | - |
| CMYK | 0.35 | 0 | 0.50 | 0.09 |
| HSL | 101.54º | 0.72% | 0.68% | - |
| HSV(B) | 101.54º | 0.5% | 0.91% | - |
| XYZ | 44.71 | 65.53 | 26.51 | - |
| YUV | 194.44 | 83.16 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 232 | 115 | 0.35 | 0 | 0.50 | 0.09 | 101.54 | 0.72 | 0.68 |
| Hex | 97 | E8 | 73 | 23 | 0 | 32 | 9 | 66 | 48 | 44 |
| Octal | 227 | 350 | 163 | 43 | 0 | 62 | 11 | 146 | 110 | 104 |
| Binary | 10010111 | 11101000 | 1110011 | 100011 | 0 | 110010 | 1001 | 1100110 | 1001000 | 1000100 |
Color Harmonies of #97E873
Complementary color
Monochromatic Colors of #97E873
Black with #97E873
Text Example
Text Example
White with #97E873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97E873; }
p { color: rgb(151,232,115); }
H1.HeaderClassName
{
color: #97E873;
}
.AnyTagClassName
{
color: #97E873;
}
</style>
background-color css
<style>
a { background-color: #97E873; }
a { background-color: rgb(151,232,115); }
div.DivClassName
{
background-color: #97E873;
}
.BgClassName
{
background-color: #97E873;
}
</style>
border-color css
<style>
span { border-color: #97E873; }
span { border-color: rgb(151,232,115); }
td.TdClassName
{
border-color: #97E873;
}
.TagClassName
{
border-color: #97E873;
}
</style>