Shades of Gossip #97E46E
Tints of Gossip #97E46E
RGB
CMYK
RGB Variations
Color information
#97E46E (or 0x97E46E) is known color: Gossip. HEX triplet: 97, E4 and 6E. RGB value is (151,228,110). Sum of RGB (Red+Green+Blue) = 151+228+110=489 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.88% from 489); Green value is 228 (89.45% from 255 or 46.63% from 489); Blue value is 110 (43.36% from 255 or 22.49% from 489); Max value from RGB is 228 - color contains mainly: green. Hex color #97E46E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97E46E is #681B91. Grayscale: #BFBFBF. Windows color (decimal): -6822802 or 7267479. OLE color: 7267479.
HSL color Cylindrical-coordinate representation of color #97E46E: hue angle of 99.15º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #97E46E is Cyan = 0.34, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 151 | 228 | 110 | - |
| CMYK | 0.34 | 0 | 0.52 | 0.11 |
| HSL | 99.15º | 0.69% | 0.66% | - |
| HSV(B) | 99.15º | 0.52% | 0.89% | - |
| XYZ | 43.32 | 63.19 | 24.67 | - |
| YUV | 191.53 | 81.99 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 228 | 110 | 0.34 | 0 | 0.52 | 0.11 | 99.15 | 0.69 | 0.66 |
| Hex | 97 | E4 | 6E | 22 | 0 | 34 | B | 63 | 45 | 42 |
| Octal | 227 | 344 | 156 | 42 | 0 | 64 | 13 | 143 | 105 | 102 |
| Binary | 10010111 | 11100100 | 1101110 | 100010 | 0 | 110100 | 1011 | 1100011 | 1000101 | 1000010 |
Color Harmonies of #97E46E
Complementary color
Monochromatic Colors of #97E46E
Black with #97E46E
Text Example
Text Example
White with #97E46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97E46E; }
p { color: rgb(151,228,110); }
H1.HeaderClassName
{
color: #97E46E;
}
.AnyTagClassName
{
color: #97E46E;
}
</style>
background-color css
<style>
a { background-color: #97E46E; }
a { background-color: rgb(151,228,110); }
div.DivClassName
{
background-color: #97E46E;
}
.BgClassName
{
background-color: #97E46E;
}
</style>
border-color css
<style>
span { border-color: #97E46E; }
span { border-color: rgb(151,228,110); }
td.TdClassName
{
border-color: #97E46E;
}
.TagClassName
{
border-color: #97E46E;
}
</style>