Shades of Gossip #97E37E
Tints of Gossip #97E37E
RGB
CMYK
RGB Variations
Color information
#97E37E (or 0x97E37E) is known color: Gossip. HEX triplet: 97, E3 and 7E. RGB value is (151,227,126). Sum of RGB (Red+Green+Blue) = 151+227+126=504 (66% of max value = 765). Red value is 151 (59.38% from 255 or 29.96% from 504); Green value is 227 (89.06% from 255 or 45.04% from 504); Blue value is 126 (49.61% from 255 or 25% from 504); Max value from RGB is 227 - color contains mainly: green. Hex color #97E37E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97E37E is #681C81. Grayscale: #C1C1C1. Windows color (decimal): -6823042 or 8315799. OLE color: 8315799.
HSL color Cylindrical-coordinate representation of color #97E37E: hue angle of 105.15º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #97E37E is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 151 | 227 | 126 | - |
| CMYK | 0.33 | 0 | 0.44 | 0.11 |
| HSL | 105.15º | 0.64% | 0.69% | - |
| HSV(B) | 105.15º | 0.44% | 0.89% | - |
| XYZ | 44 | 63.02 | 29.58 | - |
| YUV | 192.76 | 90.32 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 227 | 126 | 0.33 | 0 | 0.44 | 0.11 | 105.15 | 0.64 | 0.69 |
| Hex | 97 | E3 | 7E | 21 | 0 | 2C | B | 69 | 40 | 45 |
| Octal | 227 | 343 | 176 | 41 | 0 | 54 | 13 | 151 | 100 | 105 |
| Binary | 10010111 | 11100011 | 1111110 | 100001 | 0 | 101100 | 1011 | 1101001 | 1000000 | 1000101 |
Color Harmonies of #97E37E
Complementary color
Monochromatic Colors of #97E37E
Black with #97E37E
Text Example
Text Example
White with #97E37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97E37E; }
p { color: rgb(151,227,126); }
H1.HeaderClassName
{
color: #97E37E;
}
.AnyTagClassName
{
color: #97E37E;
}
</style>
background-color css
<style>
a { background-color: #97E37E; }
a { background-color: rgb(151,227,126); }
div.DivClassName
{
background-color: #97E37E;
}
.BgClassName
{
background-color: #97E37E;
}
</style>
border-color css
<style>
span { border-color: #97E37E; }
span { border-color: rgb(151,227,126); }
td.TdClassName
{
border-color: #97E37E;
}
.TagClassName
{
border-color: #97E37E;
}
</style>