Shades of Gossip #97E17D
Tints of Gossip #97E17D
RGB
CMYK
RGB Variations
Color information
#97E17D (or 0x97E17D) is known color: Gossip. HEX triplet: 97, E1 and 7D. RGB value is (151,225,125). Sum of RGB (Red+Green+Blue) = 151+225+125=501 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.14% from 501); Green value is 225 (88.28% from 255 or 44.91% from 501); Blue value is 125 (49.22% from 255 or 24.95% from 501); Max value from RGB is 225 - color contains mainly: green. Hex color #97E17D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97E17D is #681E82. Grayscale: #BFBFBF. Windows color (decimal): -6823555 or 8249751. OLE color: 8249751.
HSL color Cylindrical-coordinate representation of color #97E17D: hue angle of 104.4º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #97E17D is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 151 | 225 | 125 | - |
| CMYK | 0.33 | 0 | 0.44 | 0.12 |
| HSL | 104.4º | 0.63% | 0.69% | - |
| HSV(B) | 104.4º | 0.44% | 0.88% | - |
| XYZ | 43.39 | 61.91 | 29.07 | - |
| YUV | 191.47 | 90.48 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 225 | 125 | 0.33 | 0 | 0.44 | 0.12 | 104.4 | 0.63 | 0.69 |
| Hex | 97 | E1 | 7D | 21 | 0 | 2C | C | 68 | 3E | 45 |
| Octal | 227 | 341 | 175 | 41 | 0 | 54 | 14 | 150 | 76 | 105 |
| Binary | 10010111 | 11100001 | 1111101 | 100001 | 0 | 101100 | 1100 | 1101000 | 111110 | 1000101 |
Color Harmonies of #97E17D
Complementary color
Monochromatic Colors of #97E17D
Black with #97E17D
Text Example
Text Example
White with #97E17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97E17D; }
p { color: rgb(151,225,125); }
H1.HeaderClassName
{
color: #97E17D;
}
.AnyTagClassName
{
color: #97E17D;
}
</style>
background-color css
<style>
a { background-color: #97E17D; }
a { background-color: rgb(151,225,125); }
div.DivClassName
{
background-color: #97E17D;
}
.BgClassName
{
background-color: #97E17D;
}
</style>
border-color css
<style>
span { border-color: #97E17D; }
span { border-color: rgb(151,225,125); }
td.TdClassName
{
border-color: #97E17D;
}
.TagClassName
{
border-color: #97E17D;
}
</style>