Shades of Gossip #97DF70
Tints of Gossip #97DF70
RGB
CMYK
RGB Variations
Color information
#97DF70 (or 0x97DF70) is known color: Gossip. HEX triplet: 97, DF and 70. RGB value is (151,223,112). Sum of RGB (Red+Green+Blue) = 151+223+112=486 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.07% from 486); Green value is 223 (87.5% from 255 or 45.88% from 486); Blue value is 112 (44.14% from 255 or 23.05% from 486); Max value from RGB is 223 - color contains mainly: green. Hex color #97DF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97DF70 is #68208F. Grayscale: #BDBDBD. Windows color (decimal): -6824080 or 7397271. OLE color: 7397271.
HSL color Cylindrical-coordinate representation of color #97DF70: hue angle of 98.92º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #97DF70 is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 223 | 112 | - |
| CMYK | 0.32 | 0 | 0.50 | 0.13 |
| HSL | 98.92º | 0.63% | 0.66% | - |
| HSV(B) | 98.92º | 0.5% | 0.87% | - |
| XYZ | 42.07 | 60.52 | 24.79 | - |
| YUV | 188.82 | 84.65 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 223 | 112 | 0.32 | 0 | 0.50 | 0.13 | 98.92 | 0.63 | 0.66 |
| Hex | 97 | DF | 70 | 20 | 0 | 32 | D | 63 | 3F | 42 |
| Octal | 227 | 337 | 160 | 40 | 0 | 62 | 15 | 143 | 77 | 102 |
| Binary | 10010111 | 11011111 | 1110000 | 100000 | 0 | 110010 | 1101 | 1100011 | 111111 | 1000010 |
Color Harmonies of #97DF70
Complementary color
Monochromatic Colors of #97DF70
Black with #97DF70
Text Example
Text Example
White with #97DF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97DF70; }
p { color: rgb(151,223,112); }
H1.HeaderClassName
{
color: #97DF70;
}
.AnyTagClassName
{
color: #97DF70;
}
</style>
background-color css
<style>
a { background-color: #97DF70; }
a { background-color: rgb(151,223,112); }
div.DivClassName
{
background-color: #97DF70;
}
.BgClassName
{
background-color: #97DF70;
}
</style>
border-color css
<style>
span { border-color: #97DF70; }
span { border-color: rgb(151,223,112); }
td.TdClassName
{
border-color: #97DF70;
}
.TagClassName
{
border-color: #97DF70;
}
</style>