Shades of Gossip #97E372
Tints of Gossip #97E372
RGB
CMYK
RGB Variations
Color information
#97E372 (or 0x97E372) is known color: Gossip. HEX triplet: 97, E3 and 72. RGB value is (151,227,114). Sum of RGB (Red+Green+Blue) = 151+227+114=492 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.69% from 492); Green value is 227 (89.06% from 255 or 46.14% from 492); Blue value is 114 (44.92% from 255 or 23.17% from 492); Max value from RGB is 227 - color contains mainly: green. Hex color #97E372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97E372 is #681C8D. Grayscale: #BFBFBF. Windows color (decimal): -6823054 or 7529367. OLE color: 7529367.
HSL color Cylindrical-coordinate representation of color #97E372: hue angle of 100.35º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #97E372 is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 151 | 227 | 114 | - |
| CMYK | 0.33 | 0 | 0.50 | 0.11 |
| HSL | 100.35º | 0.67% | 0.67% | - |
| HSV(B) | 100.35º | 0.5% | 0.89% | - |
| XYZ | 43.27 | 62.73 | 25.75 | - |
| YUV | 191.39 | 84.32 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 227 | 114 | 0.33 | 0 | 0.50 | 0.11 | 100.35 | 0.67 | 0.67 |
| Hex | 97 | E3 | 72 | 21 | 0 | 32 | B | 64 | 43 | 43 |
| Octal | 227 | 343 | 162 | 41 | 0 | 62 | 13 | 144 | 103 | 103 |
| Binary | 10010111 | 11100011 | 1110010 | 100001 | 0 | 110010 | 1011 | 1100100 | 1000011 | 1000011 |
Color Harmonies of #97E372
Complementary color
Monochromatic Colors of #97E372
Black with #97E372
Text Example
Text Example
White with #97E372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97E372; }
p { color: rgb(151,227,114); }
H1.HeaderClassName
{
color: #97E372;
}
.AnyTagClassName
{
color: #97E372;
}
</style>
background-color css
<style>
a { background-color: #97E372; }
a { background-color: rgb(151,227,114); }
div.DivClassName
{
background-color: #97E372;
}
.BgClassName
{
background-color: #97E372;
}
</style>
border-color css
<style>
span { border-color: #97E372; }
span { border-color: rgb(151,227,114); }
td.TdClassName
{
border-color: #97E372;
}
.TagClassName
{
border-color: #97E372;
}
</style>