Shades of Gossip #97D579
Tints of Gossip #97D579
RGB
CMYK
RGB Variations
Color information
#97D579 (or 0x97D579) is known color: Gossip. HEX triplet: 97, D5 and 79. RGB value is (151,213,121). Sum of RGB (Red+Green+Blue) = 151+213+121=485 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.13% from 485); Green value is 213 (83.59% from 255 or 43.92% from 485); Blue value is 121 (47.66% from 255 or 24.95% from 485); Max value from RGB is 213 - color contains mainly: green. Hex color #97D579 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D579 is #682A86. Grayscale: #B8B8B8. Windows color (decimal): -6826631 or 7984535. OLE color: 7984535.
HSL color Cylindrical-coordinate representation of color #97D579: hue angle of 100.43º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #97D579 is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 151 | 213 | 121 | - |
| CMYK | 0.29 | 0 | 0.43 | 0.16 |
| HSL | 100.43º | 0.52% | 0.65% | - |
| HSV(B) | 100.43º | 0.43% | 0.84% | - |
| XYZ | 40.01 | 55.55 | 26.7 | - |
| YUV | 183.97 | 92.46 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 213 | 121 | 0.29 | 0 | 0.43 | 0.16 | 100.43 | 0.52 | 0.65 |
| Hex | 97 | D5 | 79 | 1D | 0 | 2B | 10 | 64 | 34 | 41 |
| Octal | 227 | 325 | 171 | 35 | 0 | 53 | 20 | 144 | 64 | 101 |
| Binary | 10010111 | 11010101 | 1111001 | 11101 | 0 | 101011 | 10000 | 1100100 | 110100 | 1000001 |
Color Harmonies of #97D579
Complementary color
Monochromatic Colors of #97D579
Black with #97D579
Text Example
Text Example
White with #97D579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D579; }
p { color: rgb(151,213,121); }
H1.HeaderClassName
{
color: #97D579;
}
.AnyTagClassName
{
color: #97D579;
}
</style>
background-color css
<style>
a { background-color: #97D579; }
a { background-color: rgb(151,213,121); }
div.DivClassName
{
background-color: #97D579;
}
.BgClassName
{
background-color: #97D579;
}
</style>
border-color css
<style>
span { border-color: #97D579; }
span { border-color: rgb(151,213,121); }
td.TdClassName
{
border-color: #97D579;
}
.TagClassName
{
border-color: #97D579;
}
</style>