Shades of Gossip #97C87E
Tints of Gossip #97C87E
RGB
CMYK
RGB Variations
Color information
#97C87E (or 0x97C87E) is known color: Gossip. HEX triplet: 97, C8 and 7E. RGB value is (151,200,126). Sum of RGB (Red+Green+Blue) = 151+200+126=477 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.66% from 477); Green value is 200 (78.52% from 255 or 41.93% from 477); Blue value is 126 (49.61% from 255 or 26.42% from 477); Max value from RGB is 200 - color contains mainly: green. Hex color #97C87E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C87E is #683781. Grayscale: #B1B1B1. Windows color (decimal): -6829954 or 8308887. OLE color: 8308887.
HSL color Cylindrical-coordinate representation of color #97C87E: hue angle of 99.73º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #97C87E is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 151 | 200 | 126 | - |
| CMYK | 0.24 | 0 | 0.37 | 0.22 |
| HSL | 99.73º | 0.4% | 0.64% | - |
| HSV(B) | 99.73º | 0.37% | 0.78% | - |
| XYZ | 37.18 | 49.39 | 27.31 | - |
| YUV | 176.91 | 99.27 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 200 | 126 | 0.24 | 0 | 0.37 | 0.22 | 99.73 | 0.4 | 0.64 |
| Hex | 97 | C8 | 7E | 18 | 0 | 25 | 16 | 64 | 28 | 40 |
| Octal | 227 | 310 | 176 | 30 | 0 | 45 | 26 | 144 | 50 | 100 |
| Binary | 10010111 | 11001000 | 1111110 | 11000 | 0 | 100101 | 10110 | 1100100 | 101000 | 1000000 |
Color Harmonies of #97C87E
Complementary color
Monochromatic Colors of #97C87E
Black with #97C87E
Text Example
Text Example
White with #97C87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C87E; }
p { color: rgb(151,200,126); }
H1.HeaderClassName
{
color: #97C87E;
}
.AnyTagClassName
{
color: #97C87E;
}
</style>
background-color css
<style>
a { background-color: #97C87E; }
a { background-color: rgb(151,200,126); }
div.DivClassName
{
background-color: #97C87E;
}
.BgClassName
{
background-color: #97C87E;
}
</style>
border-color css
<style>
span { border-color: #97C87E; }
span { border-color: rgb(151,200,126); }
td.TdClassName
{
border-color: #97C87E;
}
.TagClassName
{
border-color: #97C87E;
}
</style>