Shades of Gossip #97E17E
Tints of Gossip #97E17E
RGB
CMYK
RGB Variations
Color information
#97E17E (or 0x97E17E) is known color: Gossip. HEX triplet: 97, E1 and 7E. RGB value is (151,225,126). Sum of RGB (Red+Green+Blue) = 151+225+126=502 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.08% from 502); Green value is 225 (88.28% from 255 or 44.82% from 502); Blue value is 126 (49.61% from 255 or 25.10% from 502); Max value from RGB is 225 - color contains mainly: green. Hex color #97E17E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97E17E is #681E81. Grayscale: #BFBFBF. Windows color (decimal): -6823554 or 8315287. OLE color: 8315287.
HSL color Cylindrical-coordinate representation of color #97E17E: hue angle of 104.85º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #97E17E is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 151 | 225 | 126 | - |
| CMYK | 0.33 | 0 | 0.44 | 0.12 |
| HSL | 104.85º | 0.62% | 0.69% | - |
| HSV(B) | 104.85º | 0.44% | 0.88% | - |
| XYZ | 43.45 | 61.94 | 29.4 | - |
| YUV | 191.59 | 90.98 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 225 | 126 | 0.33 | 0 | 0.44 | 0.12 | 104.85 | 0.62 | 0.69 |
| Hex | 97 | E1 | 7E | 21 | 0 | 2C | C | 69 | 3E | 45 |
| Octal | 227 | 341 | 176 | 41 | 0 | 54 | 14 | 151 | 76 | 105 |
| Binary | 10010111 | 11100001 | 1111110 | 100001 | 0 | 101100 | 1100 | 1101001 | 111110 | 1000101 |
Color Harmonies of #97E17E
Complementary color
Monochromatic Colors of #97E17E
Black with #97E17E
Text Example
Text Example
White with #97E17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97E17E; }
p { color: rgb(151,225,126); }
H1.HeaderClassName
{
color: #97E17E;
}
.AnyTagClassName
{
color: #97E17E;
}
</style>
background-color css
<style>
a { background-color: #97E17E; }
a { background-color: rgb(151,225,126); }
div.DivClassName
{
background-color: #97E17E;
}
.BgClassName
{
background-color: #97E17E;
}
</style>
border-color css
<style>
span { border-color: #97E17E; }
span { border-color: rgb(151,225,126); }
td.TdClassName
{
border-color: #97E17E;
}
.TagClassName
{
border-color: #97E17E;
}
</style>