Shades of Gossip #97E574
Tints of Gossip #97E574
RGB
CMYK
RGB Variations
Color information
#97E574 (or 0x97E574) is known color: Gossip. HEX triplet: 97, E5 and 74. RGB value is (151,229,116). Sum of RGB (Red+Green+Blue) = 151+229+116=496 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.44% from 496); Green value is 229 (89.84% from 255 or 46.17% from 496); Blue value is 116 (45.70% from 255 or 23.39% from 496); Max value from RGB is 229 - color contains mainly: green. Hex color #97E574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97E574 is #681A8B. Grayscale: #C1C1C1. Windows color (decimal): -6822540 or 7660951. OLE color: 7660951.
HSL color Cylindrical-coordinate representation of color #97E574: hue angle of 101.42º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #97E574 is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 151 | 229 | 116 | - |
| CMYK | 0.34 | 0 | 0.49 | 0.10 |
| HSL | 101.42º | 0.68% | 0.68% | - |
| HSV(B) | 101.42º | 0.49% | 0.9% | - |
| XYZ | 43.93 | 63.88 | 26.54 | - |
| YUV | 192.8 | 84.66 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 229 | 116 | 0.34 | 0 | 0.49 | 0.10 | 101.42 | 0.68 | 0.68 |
| Hex | 97 | E5 | 74 | 22 | 0 | 31 | A | 65 | 44 | 44 |
| Octal | 227 | 345 | 164 | 42 | 0 | 61 | 12 | 145 | 104 | 104 |
| Binary | 10010111 | 11100101 | 1110100 | 100010 | 0 | 110001 | 1010 | 1100101 | 1000100 | 1000100 |
Color Harmonies of #97E574
Complementary color
Monochromatic Colors of #97E574
Black with #97E574
Text Example
Text Example
White with #97E574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97E574; }
p { color: rgb(151,229,116); }
H1.HeaderClassName
{
color: #97E574;
}
.AnyTagClassName
{
color: #97E574;
}
</style>
background-color css
<style>
a { background-color: #97E574; }
a { background-color: rgb(151,229,116); }
div.DivClassName
{
background-color: #97E574;
}
.BgClassName
{
background-color: #97E574;
}
</style>
border-color css
<style>
span { border-color: #97E574; }
span { border-color: rgb(151,229,116); }
td.TdClassName
{
border-color: #97E574;
}
.TagClassName
{
border-color: #97E574;
}
</style>