Shades of Gossip #97E172
Tints of Gossip #97E172
RGB
CMYK
RGB Variations
Color information
#97E172 (or 0x97E172) is known color: Gossip. HEX triplet: 97, E1 and 72. RGB value is (151,225,114). Sum of RGB (Red+Green+Blue) = 151+225+114=490 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.82% from 490); Green value is 225 (88.28% from 255 or 45.92% from 490); Blue value is 114 (44.92% from 255 or 23.27% from 490); Max value from RGB is 225 - color contains mainly: green. Hex color #97E172 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97E172 is #681E8D. Grayscale: #BEBEBE. Windows color (decimal): -6823566 or 7528855. OLE color: 7528855.
HSL color Cylindrical-coordinate representation of color #97E172: hue angle of 100º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #97E172 is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 151 | 225 | 114 | - |
| CMYK | 0.33 | 0 | 0.49 | 0.12 |
| HSL | 100º | 0.65% | 0.66% | - |
| HSV(B) | 100º | 0.49% | 0.88% | - |
| XYZ | 42.72 | 61.64 | 25.57 | - |
| YUV | 190.22 | 84.98 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 225 | 114 | 0.33 | 0 | 0.49 | 0.12 | 100 | 0.65 | 0.66 |
| Hex | 97 | E1 | 72 | 21 | 0 | 31 | C | 64 | 41 | 42 |
| Octal | 227 | 341 | 162 | 41 | 0 | 61 | 14 | 144 | 101 | 102 |
| Binary | 10010111 | 11100001 | 1110010 | 100001 | 0 | 110001 | 1100 | 1100100 | 1000001 | 1000010 |
Color Harmonies of #97E172
Complementary color
Monochromatic Colors of #97E172
Black with #97E172
Text Example
Text Example
White with #97E172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97E172; }
p { color: rgb(151,225,114); }
H1.HeaderClassName
{
color: #97E172;
}
.AnyTagClassName
{
color: #97E172;
}
</style>
background-color css
<style>
a { background-color: #97E172; }
a { background-color: rgb(151,225,114); }
div.DivClassName
{
background-color: #97E172;
}
.BgClassName
{
background-color: #97E172;
}
</style>
border-color css
<style>
span { border-color: #97E172; }
span { border-color: rgb(151,225,114); }
td.TdClassName
{
border-color: #97E172;
}
.TagClassName
{
border-color: #97E172;
}
</style>