Shades of Gossip #97E76D
Tints of Gossip #97E76D
RGB
CMYK
RGB Variations
Color information
#97E76D (or 0x97E76D) is known color: Gossip. HEX triplet: 97, E7 and 6D. RGB value is (151,231,109). Sum of RGB (Red+Green+Blue) = 151+231+109=491 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.75% from 491); Green value is 231 (90.62% from 255 or 47.05% from 491); Blue value is 109 (42.97% from 255 or 22.20% from 491); Max value from RGB is 231 - color contains mainly: green. Hex color #97E76D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97E76D is #681892. Grayscale: #C1C1C1. Windows color (decimal): -6822035 or 7202711. OLE color: 7202711.
HSL color Cylindrical-coordinate representation of color #97E76D: hue angle of 99.34º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #97E76D is Cyan = 0.35, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 151 | 231 | 109 | - |
| CMYK | 0.35 | 0 | 0.53 | 0.09 |
| HSL | 99.34º | 0.72% | 0.67% | - |
| HSV(B) | 99.34º | 0.53% | 0.91% | - |
| XYZ | 44.1 | 64.84 | 24.66 | - |
| YUV | 193.17 | 80.5 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 231 | 109 | 0.35 | 0 | 0.53 | 0.09 | 99.34 | 0.72 | 0.67 |
| Hex | 97 | E7 | 6D | 23 | 0 | 35 | 9 | 63 | 48 | 43 |
| Octal | 227 | 347 | 155 | 43 | 0 | 65 | 11 | 143 | 110 | 103 |
| Binary | 10010111 | 11100111 | 1101101 | 100011 | 0 | 110101 | 1001 | 1100011 | 1001000 | 1000011 |
Color Harmonies of #97E76D
Complementary color
Monochromatic Colors of #97E76D
Black with #97E76D
Text Example
Text Example
White with #97E76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97E76D; }
p { color: rgb(151,231,109); }
H1.HeaderClassName
{
color: #97E76D;
}
.AnyTagClassName
{
color: #97E76D;
}
</style>
background-color css
<style>
a { background-color: #97E76D; }
a { background-color: rgb(151,231,109); }
div.DivClassName
{
background-color: #97E76D;
}
.BgClassName
{
background-color: #97E76D;
}
</style>
border-color css
<style>
span { border-color: #97E76D; }
span { border-color: rgb(151,231,109); }
td.TdClassName
{
border-color: #97E76D;
}
.TagClassName
{
border-color: #97E76D;
}
</style>