Shades of Gossip #97E17C
Tints of Gossip #97E17C
RGB
CMYK
RGB Variations
Color information
#97E17C (or 0x97E17C) is known color: Gossip. HEX triplet: 97, E1 and 7C. RGB value is (151,225,124). Sum of RGB (Red+Green+Blue) = 151+225+124=500 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.2% from 500); Green value is 225 (88.28% from 255 or 45% from 500); Blue value is 124 (48.83% from 255 or 24.8% from 500); Max value from RGB is 225 - color contains mainly: green. Hex color #97E17C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97E17C is #681E83. Grayscale: #BFBFBF. Windows color (decimal): -6823556 or 8184215. OLE color: 8184215.
HSL color Cylindrical-coordinate representation of color #97E17C: hue angle of 103.96º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #97E17C is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 151 | 225 | 124 | - |
| CMYK | 0.33 | 0 | 0.45 | 0.12 |
| HSL | 103.96º | 0.63% | 0.68% | - |
| HSV(B) | 103.96º | 0.45% | 0.88% | - |
| XYZ | 43.33 | 61.88 | 28.73 | - |
| YUV | 191.36 | 89.98 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 225 | 124 | 0.33 | 0 | 0.45 | 0.12 | 103.96 | 0.63 | 0.68 |
| Hex | 97 | E1 | 7C | 21 | 0 | 2D | C | 68 | 3F | 44 |
| Octal | 227 | 341 | 174 | 41 | 0 | 55 | 14 | 150 | 77 | 104 |
| Binary | 10010111 | 11100001 | 1111100 | 100001 | 0 | 101101 | 1100 | 1101000 | 111111 | 1000100 |
Color Harmonies of #97E17C
Complementary color
Monochromatic Colors of #97E17C
Black with #97E17C
Text Example
Text Example
White with #97E17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97E17C; }
p { color: rgb(151,225,124); }
H1.HeaderClassName
{
color: #97E17C;
}
.AnyTagClassName
{
color: #97E17C;
}
</style>
background-color css
<style>
a { background-color: #97E17C; }
a { background-color: rgb(151,225,124); }
div.DivClassName
{
background-color: #97E17C;
}
.BgClassName
{
background-color: #97E17C;
}
</style>
border-color css
<style>
span { border-color: #97E17C; }
span { border-color: rgb(151,225,124); }
td.TdClassName
{
border-color: #97E17C;
}
.TagClassName
{
border-color: #97E17C;
}
</style>