Shades of Gossip #97D274
Tints of Gossip #97D274
RGB
CMYK
RGB Variations
Color information
#97D274 (or 0x97D274) is known color: Gossip. HEX triplet: 97, D2 and 74. RGB value is (151,210,116). Sum of RGB (Red+Green+Blue) = 151+210+116=477 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.66% from 477); Green value is 210 (82.42% from 255 or 44.03% from 477); Blue value is 116 (45.70% from 255 or 24.32% from 477); Max value from RGB is 210 - color contains mainly: green. Hex color #97D274 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D274 is #682D8B. Grayscale: #B5B5B5. Windows color (decimal): -6827404 or 7656087. OLE color: 7656087.
HSL color Cylindrical-coordinate representation of color #97D274: hue angle of 97.66º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #97D274 is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 151 | 210 | 116 | - |
| CMYK | 0.28 | 0 | 0.45 | 0.18 |
| HSL | 97.66º | 0.51% | 0.64% | - |
| HSV(B) | 97.66º | 0.45% | 0.82% | - |
| XYZ | 38.96 | 53.93 | 24.88 | - |
| YUV | 181.64 | 90.95 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 210 | 116 | 0.28 | 0 | 0.45 | 0.18 | 97.66 | 0.51 | 0.64 |
| Hex | 97 | D2 | 74 | 1C | 0 | 2D | 12 | 62 | 33 | 40 |
| Octal | 227 | 322 | 164 | 34 | 0 | 55 | 22 | 142 | 63 | 100 |
| Binary | 10010111 | 11010010 | 1110100 | 11100 | 0 | 101101 | 10010 | 1100010 | 110011 | 1000000 |
Color Harmonies of #97D274
Complementary color
Monochromatic Colors of #97D274
Black with #97D274
Text Example
Text Example
White with #97D274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D274; }
p { color: rgb(151,210,116); }
H1.HeaderClassName
{
color: #97D274;
}
.AnyTagClassName
{
color: #97D274;
}
</style>
background-color css
<style>
a { background-color: #97D274; }
a { background-color: rgb(151,210,116); }
div.DivClassName
{
background-color: #97D274;
}
.BgClassName
{
background-color: #97D274;
}
</style>
border-color css
<style>
span { border-color: #97D274; }
span { border-color: rgb(151,210,116); }
td.TdClassName
{
border-color: #97D274;
}
.TagClassName
{
border-color: #97D274;
}
</style>