Shades of Gossip #97D57C
Tints of Gossip #97D57C
RGB
CMYK
RGB Variations
Color information
#97D57C (or 0x97D57C) is known color: Gossip. HEX triplet: 97, D5 and 7C. RGB value is (151,213,124). Sum of RGB (Red+Green+Blue) = 151+213+124=488 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.94% from 488); Green value is 213 (83.59% from 255 or 43.65% from 488); Blue value is 124 (48.83% from 255 or 25.41% from 488); Max value from RGB is 213 - color contains mainly: green. Hex color #97D57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D57C is #682A83. Grayscale: #B8B8B8. Windows color (decimal): -6826628 or 8181143. OLE color: 8181143.
HSL color Cylindrical-coordinate representation of color #97D57C: hue angle of 101.8º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #97D57C is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 151 | 213 | 124 | - |
| CMYK | 0.29 | 0 | 0.42 | 0.16 |
| HSL | 101.8º | 0.51% | 0.66% | - |
| HSV(B) | 101.8º | 0.42% | 0.84% | - |
| XYZ | 40.19 | 55.62 | 27.69 | - |
| YUV | 184.32 | 93.96 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 213 | 124 | 0.29 | 0 | 0.42 | 0.16 | 101.8 | 0.51 | 0.66 |
| Hex | 97 | D5 | 7C | 1D | 0 | 2A | 10 | 66 | 33 | 42 |
| Octal | 227 | 325 | 174 | 35 | 0 | 52 | 20 | 146 | 63 | 102 |
| Binary | 10010111 | 11010101 | 1111100 | 11101 | 0 | 101010 | 10000 | 1100110 | 110011 | 1000010 |
Color Harmonies of #97D57C
Complementary color
Monochromatic Colors of #97D57C
Black with #97D57C
Text Example
Text Example
White with #97D57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D57C; }
p { color: rgb(151,213,124); }
H1.HeaderClassName
{
color: #97D57C;
}
.AnyTagClassName
{
color: #97D57C;
}
</style>
background-color css
<style>
a { background-color: #97D57C; }
a { background-color: rgb(151,213,124); }
div.DivClassName
{
background-color: #97D57C;
}
.BgClassName
{
background-color: #97D57C;
}
</style>
border-color css
<style>
span { border-color: #97D57C; }
span { border-color: rgb(151,213,124); }
td.TdClassName
{
border-color: #97D57C;
}
.TagClassName
{
border-color: #97D57C;
}
</style>