Shades of Gossip #97C27F
Tints of Gossip #97C27F
RGB
CMYK
RGB Variations
Color information
#97C27F (or 0x97C27F) is known color: Gossip. HEX triplet: 97, C2 and 7F. RGB value is (151,194,127). Sum of RGB (Red+Green+Blue) = 151+194+127=472 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.99% from 472); Green value is 194 (76.17% from 255 or 41.10% from 472); Blue value is 127 (50% from 255 or 26.91% from 472); Max value from RGB is 194 - color contains mainly: green. Hex color #97C27F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C27F is #683D80. Grayscale: #ADADAD. Windows color (decimal): -6831489 or 8372887. OLE color: 8372887.
HSL color Cylindrical-coordinate representation of color #97C27F: hue angle of 98.51º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #97C27F is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 151 | 194 | 127 | - |
| CMYK | 0.22 | 0 | 0.35 | 0.24 |
| HSL | 98.51º | 0.35% | 0.63% | - |
| HSV(B) | 98.51º | 0.35% | 0.76% | - |
| XYZ | 35.89 | 46.7 | 27.2 | - |
| YUV | 173.51 | 101.75 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 194 | 127 | 0.22 | 0 | 0.35 | 0.24 | 98.51 | 0.35 | 0.63 |
| Hex | 97 | C2 | 7F | 16 | 0 | 23 | 18 | 63 | 23 | 3F |
| Octal | 227 | 302 | 177 | 26 | 0 | 43 | 30 | 143 | 43 | 77 |
| Binary | 10010111 | 11000010 | 1111111 | 10110 | 0 | 100011 | 11000 | 1100011 | 100011 | 111111 |
Color Harmonies of #97C27F
Complementary color
Monochromatic Colors of #97C27F
Black with #97C27F
Text Example
Text Example
White with #97C27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C27F; }
p { color: rgb(151,194,127); }
H1.HeaderClassName
{
color: #97C27F;
}
.AnyTagClassName
{
color: #97C27F;
}
</style>
background-color css
<style>
a { background-color: #97C27F; }
a { background-color: rgb(151,194,127); }
div.DivClassName
{
background-color: #97C27F;
}
.BgClassName
{
background-color: #97C27F;
}
</style>
border-color css
<style>
span { border-color: #97C27F; }
span { border-color: rgb(151,194,127); }
td.TdClassName
{
border-color: #97C27F;
}
.TagClassName
{
border-color: #97C27F;
}
</style>