Shades of Gossip #97DD6D
Tints of Gossip #97DD6D
RGB
CMYK
RGB Variations
Color information
#97DD6D (or 0x97DD6D) is known color: Gossip. HEX triplet: 97, DD and 6D. RGB value is (151,221,109). Sum of RGB (Red+Green+Blue) = 151+221+109=481 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.39% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 221 - color contains mainly: green. Hex color #97DD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97DD6D is #682292. Grayscale: #BBBBBB. Windows color (decimal): -6824595 or 7200151. OLE color: 7200151.
HSL color Cylindrical-coordinate representation of color #97DD6D: hue angle of 97.5º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #97DD6D is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 221 | 109 | - |
| CMYK | 0.32 | 0 | 0.51 | 0.13 |
| HSL | 97.5º | 0.62% | 0.65% | - |
| HSV(B) | 97.5º | 0.51% | 0.87% | - |
| XYZ | 41.38 | 59.4 | 23.75 | - |
| YUV | 187.3 | 83.81 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 221 | 109 | 0.32 | 0 | 0.51 | 0.13 | 97.5 | 0.62 | 0.65 |
| Hex | 97 | DD | 6D | 20 | 0 | 33 | D | 62 | 3E | 41 |
| Octal | 227 | 335 | 155 | 40 | 0 | 63 | 15 | 142 | 76 | 101 |
| Binary | 10010111 | 11011101 | 1101101 | 100000 | 0 | 110011 | 1101 | 1100010 | 111110 | 1000001 |
Color Harmonies of #97DD6D
Complementary color
Monochromatic Colors of #97DD6D
Black with #97DD6D
Text Example
Text Example
White with #97DD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97DD6D; }
p { color: rgb(151,221,109); }
H1.HeaderClassName
{
color: #97DD6D;
}
.AnyTagClassName
{
color: #97DD6D;
}
</style>
background-color css
<style>
a { background-color: #97DD6D; }
a { background-color: rgb(151,221,109); }
div.DivClassName
{
background-color: #97DD6D;
}
.BgClassName
{
background-color: #97DD6D;
}
</style>
border-color css
<style>
span { border-color: #97DD6D; }
span { border-color: rgb(151,221,109); }
td.TdClassName
{
border-color: #97DD6D;
}
.TagClassName
{
border-color: #97DD6D;
}
</style>