Shades of Gossip #97E87A
Tints of Gossip #97E87A
RGB
CMYK
RGB Variations
Color information
#97E87A (or 0x97E87A) is known color: Gossip. HEX triplet: 97, E8 and 7A. RGB value is (151,232,122). Sum of RGB (Red+Green+Blue) = 151+232+122=505 (66% of max value = 765). Red value is 151 (59.38% from 255 or 29.90% from 505); Green value is 232 (91.02% from 255 or 45.94% from 505); Blue value is 122 (48.05% from 255 or 24.16% from 505); Max value from RGB is 232 - color contains mainly: green. Hex color #97E87A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97E87A is #681785. Grayscale: #C3C3C3. Windows color (decimal): -6821766 or 8054935. OLE color: 8054935.
HSL color Cylindrical-coordinate representation of color #97E87A: hue angle of 104.18º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #97E87A is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 151 | 232 | 122 | - |
| CMYK | 0.35 | 0 | 0.47 | 0.09 |
| HSL | 104.18º | 0.71% | 0.69% | - |
| HSV(B) | 104.18º | 0.47% | 0.91% | - |
| XYZ | 45.13 | 65.7 | 28.71 | - |
| YUV | 195.24 | 86.66 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 232 | 122 | 0.35 | 0 | 0.47 | 0.09 | 104.18 | 0.71 | 0.69 |
| Hex | 97 | E8 | 7A | 23 | 0 | 2F | 9 | 68 | 47 | 45 |
| Octal | 227 | 350 | 172 | 43 | 0 | 57 | 11 | 150 | 107 | 105 |
| Binary | 10010111 | 11101000 | 1111010 | 100011 | 0 | 101111 | 1001 | 1101000 | 1000111 | 1000101 |
Color Harmonies of #97E87A
Complementary color
Monochromatic Colors of #97E87A
Black with #97E87A
Text Example
Text Example
White with #97E87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97E87A; }
p { color: rgb(151,232,122); }
H1.HeaderClassName
{
color: #97E87A;
}
.AnyTagClassName
{
color: #97E87A;
}
</style>
background-color css
<style>
a { background-color: #97E87A; }
a { background-color: rgb(151,232,122); }
div.DivClassName
{
background-color: #97E87A;
}
.BgClassName
{
background-color: #97E87A;
}
</style>
border-color css
<style>
span { border-color: #97E87A; }
span { border-color: rgb(151,232,122); }
td.TdClassName
{
border-color: #97E87A;
}
.TagClassName
{
border-color: #97E87A;
}
</style>