Shades of Gossip #97EA7C
Tints of Gossip #97EA7C
RGB
CMYK
RGB Variations
Color information
#97EA7C (or 0x97EA7C) is known color: Gossip. HEX triplet: 97, EA and 7C. RGB value is (151,234,124). Sum of RGB (Red+Green+Blue) = 151+234+124=509 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.67% from 509); Green value is 234 (91.80% from 255 or 45.97% from 509); Blue value is 124 (48.83% from 255 or 24.36% from 509); Max value from RGB is 234 - color contains mainly: green. Hex color #97EA7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97EA7C is #681583. Grayscale: #C5C5C5. Windows color (decimal): -6821252 or 8186519. OLE color: 8186519.
HSL color Cylindrical-coordinate representation of color #97EA7C: hue angle of 105.27º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #97EA7C is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 151 | 234 | 124 | - |
| CMYK | 0.35 | 0 | 0.47 | 0.08 |
| HSL | 105.27º | 0.72% | 0.7% | - |
| HSV(B) | 105.27º | 0.47% | 0.92% | - |
| XYZ | 45.82 | 66.88 | 29.56 | - |
| YUV | 196.64 | 87 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 234 | 124 | 0.35 | 0 | 0.47 | 0.08 | 105.27 | 0.72 | 0.7 |
| Hex | 97 | EA | 7C | 23 | 0 | 2F | 8 | 69 | 48 | 46 |
| Octal | 227 | 352 | 174 | 43 | 0 | 57 | 10 | 151 | 110 | 106 |
| Binary | 10010111 | 11101010 | 1111100 | 100011 | 0 | 101111 | 1000 | 1101001 | 1001000 | 1000110 |
Color Harmonies of #97EA7C
Complementary color
Monochromatic Colors of #97EA7C
Black with #97EA7C
Text Example
Text Example
White with #97EA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97EA7C; }
p { color: rgb(151,234,124); }
H1.HeaderClassName
{
color: #97EA7C;
}
.AnyTagClassName
{
color: #97EA7C;
}
</style>
background-color css
<style>
a { background-color: #97EA7C; }
a { background-color: rgb(151,234,124); }
div.DivClassName
{
background-color: #97EA7C;
}
.BgClassName
{
background-color: #97EA7C;
}
</style>
border-color css
<style>
span { border-color: #97EA7C; }
span { border-color: rgb(151,234,124); }
td.TdClassName
{
border-color: #97EA7C;
}
.TagClassName
{
border-color: #97EA7C;
}
</style>