Shades of Gossip #97E472
Tints of Gossip #97E472
RGB
CMYK
RGB Variations
Color information
#97E472 (or 0x97E472) is known color: Gossip. HEX triplet: 97, E4 and 72. RGB value is (151,228,114). Sum of RGB (Red+Green+Blue) = 151+228+114=493 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.63% from 493); Green value is 228 (89.45% from 255 or 46.25% from 493); Blue value is 114 (44.92% from 255 or 23.12% from 493); Max value from RGB is 228 - color contains mainly: green. Hex color #97E472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97E472 is #681B8D. Grayscale: #C0C0C0. Windows color (decimal): -6822798 or 7529623. OLE color: 7529623.
HSL color Cylindrical-coordinate representation of color #97E472: hue angle of 100.53º degrees, saturation: 0.68, 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 #97E472 is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 151 | 228 | 114 | - |
| CMYK | 0.34 | 0 | 0.50 | 0.11 |
| HSL | 100.53º | 0.68% | 0.67% | - |
| HSV(B) | 100.53º | 0.5% | 0.89% | - |
| XYZ | 43.54 | 63.28 | 25.84 | - |
| YUV | 191.98 | 83.99 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 228 | 114 | 0.34 | 0 | 0.50 | 0.11 | 100.53 | 0.68 | 0.67 |
| Hex | 97 | E4 | 72 | 22 | 0 | 32 | B | 65 | 44 | 43 |
| Octal | 227 | 344 | 162 | 42 | 0 | 62 | 13 | 145 | 104 | 103 |
| Binary | 10010111 | 11100100 | 1110010 | 100010 | 0 | 110010 | 1011 | 1100101 | 1000100 | 1000011 |
Color Harmonies of #97E472
Complementary color
Monochromatic Colors of #97E472
Black with #97E472
Text Example
Text Example
White with #97E472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97E472; }
p { color: rgb(151,228,114); }
H1.HeaderClassName
{
color: #97E472;
}
.AnyTagClassName
{
color: #97E472;
}
</style>
background-color css
<style>
a { background-color: #97E472; }
a { background-color: rgb(151,228,114); }
div.DivClassName
{
background-color: #97E472;
}
.BgClassName
{
background-color: #97E472;
}
</style>
border-color css
<style>
span { border-color: #97E472; }
span { border-color: rgb(151,228,114); }
td.TdClassName
{
border-color: #97E472;
}
.TagClassName
{
border-color: #97E472;
}
</style>