Shades of Gossip #97DF7C
Tints of Gossip #97DF7C
RGB
CMYK
RGB Variations
Color information
#97DF7C (or 0x97DF7C) is known color: Gossip. HEX triplet: 97, DF and 7C. RGB value is (151,223,124). Sum of RGB (Red+Green+Blue) = 151+223+124=498 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.32% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 124 (48.83% from 255 or 24.90% from 498); Max value from RGB is 223 - color contains mainly: green. Hex color #97DF7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97DF7C is #682083. Grayscale: #BEBEBE. Windows color (decimal): -6824068 or 8183703. OLE color: 8183703.
HSL color Cylindrical-coordinate representation of color #97DF7C: hue angle of 103.64º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #97DF7C is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 223 | 124 | - |
| CMYK | 0.32 | 0 | 0.44 | 0.13 |
| HSL | 103.64º | 0.61% | 0.68% | - |
| HSV(B) | 103.64º | 0.44% | 0.87% | - |
| XYZ | 42.79 | 60.81 | 28.55 | - |
| YUV | 190.19 | 90.65 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 223 | 124 | 0.32 | 0 | 0.44 | 0.13 | 103.64 | 0.61 | 0.68 |
| Hex | 97 | DF | 7C | 20 | 0 | 2C | D | 68 | 3D | 44 |
| Octal | 227 | 337 | 174 | 40 | 0 | 54 | 15 | 150 | 75 | 104 |
| Binary | 10010111 | 11011111 | 1111100 | 100000 | 0 | 101100 | 1101 | 1101000 | 111101 | 1000100 |
Color Harmonies of #97DF7C
Complementary color
Monochromatic Colors of #97DF7C
Black with #97DF7C
Text Example
Text Example
White with #97DF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97DF7C; }
p { color: rgb(151,223,124); }
H1.HeaderClassName
{
color: #97DF7C;
}
.AnyTagClassName
{
color: #97DF7C;
}
</style>
background-color css
<style>
a { background-color: #97DF7C; }
a { background-color: rgb(151,223,124); }
div.DivClassName
{
background-color: #97DF7C;
}
.BgClassName
{
background-color: #97DF7C;
}
</style>
border-color css
<style>
span { border-color: #97DF7C; }
span { border-color: rgb(151,223,124); }
td.TdClassName
{
border-color: #97DF7C;
}
.TagClassName
{
border-color: #97DF7C;
}
</style>