Shades of Gossip #97C381
Tints of Gossip #97C381
RGB
CMYK
RGB Variations
Color information
#97C381 (or 0x97C381) is known color: Gossip. HEX triplet: 97, C3 and 81. RGB value is (151,195,129). Sum of RGB (Red+Green+Blue) = 151+195+129=475 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.79% from 475); Green value is 195 (76.56% from 255 or 41.05% from 475); Blue value is 129 (50.78% from 255 or 27.16% from 475); Max value from RGB is 195 - color contains mainly: green. Hex color #97C381 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C381 is #683C7E. Grayscale: #AEAEAE. Windows color (decimal): -6831231 or 8504215. OLE color: 8504215.
HSL color Cylindrical-coordinate representation of color #97C381: hue angle of 100º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #97C381 is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 151 | 195 | 129 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.24 |
| HSL | 100º | 0.35% | 0.64% | - |
| HSV(B) | 100º | 0.34% | 0.76% | - |
| XYZ | 36.24 | 47.19 | 27.97 | - |
| YUV | 174.32 | 102.42 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 195 | 129 | 0.23 | 0 | 0.34 | 0.24 | 100 | 0.35 | 0.64 |
| Hex | 97 | C3 | 81 | 17 | 0 | 22 | 18 | 64 | 23 | 40 |
| Octal | 227 | 303 | 201 | 27 | 0 | 42 | 30 | 144 | 43 | 100 |
| Binary | 10010111 | 11000011 | 10000001 | 10111 | 0 | 100010 | 11000 | 1100100 | 100011 | 1000000 |
Color Harmonies of #97C381
Complementary color
Monochromatic Colors of #97C381
Black with #97C381
Text Example
Text Example
White with #97C381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C381; }
p { color: rgb(151,195,129); }
H1.HeaderClassName
{
color: #97C381;
}
.AnyTagClassName
{
color: #97C381;
}
</style>
background-color css
<style>
a { background-color: #97C381; }
a { background-color: rgb(151,195,129); }
div.DivClassName
{
background-color: #97C381;
}
.BgClassName
{
background-color: #97C381;
}
</style>
border-color css
<style>
span { border-color: #97C381; }
span { border-color: rgb(151,195,129); }
td.TdClassName
{
border-color: #97C381;
}
.TagClassName
{
border-color: #97C381;
}
</style>