Shades of Gossip #97E673
Tints of Gossip #97E673
RGB
CMYK
RGB Variations
Color information
#97E673 (or 0x97E673) is known color: Gossip. HEX triplet: 97, E6 and 73. RGB value is (151,230,115). Sum of RGB (Red+Green+Blue) = 151+230+115=496 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.44% from 496); Green value is 230 (90.23% from 255 or 46.37% from 496); Blue value is 115 (45.31% from 255 or 23.19% from 496); Max value from RGB is 230 - color contains mainly: green. Hex color #97E673 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97E673 is #68198C. Grayscale: #C1C1C1. Windows color (decimal): -6822285 or 7595671. OLE color: 7595671.
HSL color Cylindrical-coordinate representation of color #97E673: hue angle of 101.22º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #97E673 is Cyan = 0.34, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 151 | 230 | 115 | - |
| CMYK | 0.34 | 0 | 0.5 | 0.10 |
| HSL | 101.22º | 0.7% | 0.68% | - |
| HSV(B) | 101.22º | 0.5% | 0.9% | - |
| XYZ | 44.15 | 64.41 | 26.33 | - |
| YUV | 193.27 | 83.83 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 230 | 115 | 0.34 | 0 | 0.5 | 0.10 | 101.22 | 0.7 | 0.68 |
| Hex | 97 | E6 | 73 | 22 | 0 | 32 | A | 65 | 46 | 44 |
| Octal | 227 | 346 | 163 | 42 | 0 | 62 | 12 | 145 | 106 | 104 |
| Binary | 10010111 | 11100110 | 1110011 | 100010 | 0 | 110010 | 1010 | 1100101 | 1000110 | 1000100 |
Color Harmonies of #97E673
Complementary color
Monochromatic Colors of #97E673
Black with #97E673
Text Example
Text Example
White with #97E673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97E673; }
p { color: rgb(151,230,115); }
H1.HeaderClassName
{
color: #97E673;
}
.AnyTagClassName
{
color: #97E673;
}
</style>
background-color css
<style>
a { background-color: #97E673; }
a { background-color: rgb(151,230,115); }
div.DivClassName
{
background-color: #97E673;
}
.BgClassName
{
background-color: #97E673;
}
</style>
border-color css
<style>
span { border-color: #97E673; }
span { border-color: rgb(151,230,115); }
td.TdClassName
{
border-color: #97E673;
}
.TagClassName
{
border-color: #97E673;
}
</style>