Shades of Gossip #97D471
Tints of Gossip #97D471
RGB
CMYK
RGB Variations
Color information
#97D471 (or 0x97D471) is known color: Gossip. HEX triplet: 97, D4 and 71. RGB value is (151,212,113). Sum of RGB (Red+Green+Blue) = 151+212+113=476 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.72% from 476); Green value is 212 (83.20% from 255 or 44.54% from 476); Blue value is 113 (44.53% from 255 or 23.74% from 476); Max value from RGB is 212 - color contains mainly: green. Hex color #97D471 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D471 is #682B8E. Grayscale: #B6B6B6. Windows color (decimal): -6826895 or 7459991. OLE color: 7459991.
HSL color Cylindrical-coordinate representation of color #97D471: hue angle of 96.97º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #97D471 is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 151 | 212 | 113 | - |
| CMYK | 0.29 | 0 | 0.47 | 0.17 |
| HSL | 96.97º | 0.54% | 0.64% | - |
| HSV(B) | 96.97º | 0.47% | 0.83% | - |
| XYZ | 39.29 | 54.86 | 24.14 | - |
| YUV | 182.48 | 88.79 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 212 | 113 | 0.29 | 0 | 0.47 | 0.17 | 96.97 | 0.54 | 0.64 |
| Hex | 97 | D4 | 71 | 1D | 0 | 2F | 11 | 61 | 36 | 40 |
| Octal | 227 | 324 | 161 | 35 | 0 | 57 | 21 | 141 | 66 | 100 |
| Binary | 10010111 | 11010100 | 1110001 | 11101 | 0 | 101111 | 10001 | 1100001 | 110110 | 1000000 |
Color Harmonies of #97D471
Complementary color
Monochromatic Colors of #97D471
Black with #97D471
Text Example
Text Example
White with #97D471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D471; }
p { color: rgb(151,212,113); }
H1.HeaderClassName
{
color: #97D471;
}
.AnyTagClassName
{
color: #97D471;
}
</style>
background-color css
<style>
a { background-color: #97D471; }
a { background-color: rgb(151,212,113); }
div.DivClassName
{
background-color: #97D471;
}
.BgClassName
{
background-color: #97D471;
}
</style>
border-color css
<style>
span { border-color: #97D471; }
span { border-color: rgb(151,212,113); }
td.TdClassName
{
border-color: #97D471;
}
.TagClassName
{
border-color: #97D471;
}
</style>