Shades of Gossip #97DF72
Tints of Gossip #97DF72
RGB
CMYK
RGB Variations
Color information
#97DF72 (or 0x97DF72) is known color: Gossip. HEX triplet: 97, DF and 72. RGB value is (151,223,114). Sum of RGB (Red+Green+Blue) = 151+223+114=488 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.94% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 114 (44.92% from 255 or 23.36% from 488); Max value from RGB is 223 - color contains mainly: green. Hex color #97DF72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97DF72 is #68208D. Grayscale: #BDBDBD. Windows color (decimal): -6824078 or 7528343. OLE color: 7528343.
HSL color Cylindrical-coordinate representation of color #97DF72: hue angle of 99.63º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #97DF72 is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 223 | 114 | - |
| CMYK | 0.32 | 0 | 0.49 | 0.13 |
| HSL | 99.63º | 0.63% | 0.66% | - |
| HSV(B) | 99.63º | 0.49% | 0.87% | - |
| XYZ | 42.19 | 60.57 | 25.39 | - |
| YUV | 189.05 | 85.65 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 223 | 114 | 0.32 | 0 | 0.49 | 0.13 | 99.63 | 0.63 | 0.66 |
| Hex | 97 | DF | 72 | 20 | 0 | 31 | D | 64 | 3F | 42 |
| Octal | 227 | 337 | 162 | 40 | 0 | 61 | 15 | 144 | 77 | 102 |
| Binary | 10010111 | 11011111 | 1110010 | 100000 | 0 | 110001 | 1101 | 1100100 | 111111 | 1000010 |
Color Harmonies of #97DF72
Complementary color
Monochromatic Colors of #97DF72
Black with #97DF72
Text Example
Text Example
White with #97DF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97DF72; }
p { color: rgb(151,223,114); }
H1.HeaderClassName
{
color: #97DF72;
}
.AnyTagClassName
{
color: #97DF72;
}
</style>
background-color css
<style>
a { background-color: #97DF72; }
a { background-color: rgb(151,223,114); }
div.DivClassName
{
background-color: #97DF72;
}
.BgClassName
{
background-color: #97DF72;
}
</style>
border-color css
<style>
span { border-color: #97DF72; }
span { border-color: rgb(151,223,114); }
td.TdClassName
{
border-color: #97DF72;
}
.TagClassName
{
border-color: #97DF72;
}
</style>