Shades of Gossip #97D779
Tints of Gossip #97D779
RGB
CMYK
RGB Variations
Color information
#97D779 (or 0x97D779) is known color: Gossip. HEX triplet: 97, D7 and 79. RGB value is (151,215,121). Sum of RGB (Red+Green+Blue) = 151+215+121=487 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.01% from 487); Green value is 215 (84.38% from 255 or 44.15% from 487); Blue value is 121 (47.66% from 255 or 24.85% from 487); Max value from RGB is 215 - color contains mainly: green. Hex color #97D779 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D779 is #682886. Grayscale: #B9B9B9. Windows color (decimal): -6826119 or 7985047. OLE color: 7985047.
HSL color Cylindrical-coordinate representation of color #97D779: hue angle of 100.85º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #97D779 is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 151 | 215 | 121 | - |
| CMYK | 0.30 | 0 | 0.44 | 0.16 |
| HSL | 100.85º | 0.54% | 0.66% | - |
| HSV(B) | 100.85º | 0.44% | 0.84% | - |
| XYZ | 40.51 | 56.56 | 26.87 | - |
| YUV | 185.15 | 91.8 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 215 | 121 | 0.30 | 0 | 0.44 | 0.16 | 100.85 | 0.54 | 0.66 |
| Hex | 97 | D7 | 79 | 1E | 0 | 2C | 10 | 65 | 36 | 42 |
| Octal | 227 | 327 | 171 | 36 | 0 | 54 | 20 | 145 | 66 | 102 |
| Binary | 10010111 | 11010111 | 1111001 | 11110 | 0 | 101100 | 10000 | 1100101 | 110110 | 1000010 |
Color Harmonies of #97D779
Complementary color
Monochromatic Colors of #97D779
Black with #97D779
Text Example
Text Example
White with #97D779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D779; }
p { color: rgb(151,215,121); }
H1.HeaderClassName
{
color: #97D779;
}
.AnyTagClassName
{
color: #97D779;
}
</style>
background-color css
<style>
a { background-color: #97D779; }
a { background-color: rgb(151,215,121); }
div.DivClassName
{
background-color: #97D779;
}
.BgClassName
{
background-color: #97D779;
}
</style>
border-color css
<style>
span { border-color: #97D779; }
span { border-color: rgb(151,215,121); }
td.TdClassName
{
border-color: #97D779;
}
.TagClassName
{
border-color: #97D779;
}
</style>