Shades of Gossip #97E575
Tints of Gossip #97E575
RGB
CMYK
RGB Variations
Color information
#97E575 (or 0x97E575) is known color: Gossip. HEX triplet: 97, E5 and 75. RGB value is (151,229,117). Sum of RGB (Red+Green+Blue) = 151+229+117=497 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.38% from 497); Green value is 229 (89.84% from 255 or 46.08% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 229 - color contains mainly: green. Hex color #97E575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97E575 is #681A8A. Grayscale: #C1C1C1. Windows color (decimal): -6822539 or 7726487. OLE color: 7726487.
HSL color Cylindrical-coordinate representation of color #97E575: hue angle of 101.79º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #97E575 is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 151 | 229 | 117 | - |
| CMYK | 0.34 | 0 | 0.49 | 0.10 |
| HSL | 101.79º | 0.68% | 0.68% | - |
| HSV(B) | 101.79º | 0.49% | 0.9% | - |
| XYZ | 43.99 | 63.9 | 26.85 | - |
| YUV | 192.91 | 85.16 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 229 | 117 | 0.34 | 0 | 0.49 | 0.10 | 101.79 | 0.68 | 0.68 |
| Hex | 97 | E5 | 75 | 22 | 0 | 31 | A | 66 | 44 | 44 |
| Octal | 227 | 345 | 165 | 42 | 0 | 61 | 12 | 146 | 104 | 104 |
| Binary | 10010111 | 11100101 | 1110101 | 100010 | 0 | 110001 | 1010 | 1100110 | 1000100 | 1000100 |
Color Harmonies of #97E575
Complementary color
Monochromatic Colors of #97E575
Black with #97E575
Text Example
Text Example
White with #97E575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97E575; }
p { color: rgb(151,229,117); }
H1.HeaderClassName
{
color: #97E575;
}
.AnyTagClassName
{
color: #97E575;
}
</style>
background-color css
<style>
a { background-color: #97E575; }
a { background-color: rgb(151,229,117); }
div.DivClassName
{
background-color: #97E575;
}
.BgClassName
{
background-color: #97E575;
}
</style>
border-color css
<style>
span { border-color: #97E575; }
span { border-color: rgb(151,229,117); }
td.TdClassName
{
border-color: #97E575;
}
.TagClassName
{
border-color: #97E575;
}
</style>