Shades of Gossip #97DB81
Tints of Gossip #97DB81
RGB
CMYK
RGB Variations
Color information
#97DB81 (or 0x97DB81) is known color: Gossip. HEX triplet: 97, DB and 81. RGB value is (151,219,129). Sum of RGB (Red+Green+Blue) = 151+219+129=499 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.26% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 129 (50.78% from 255 or 25.85% from 499); Max value from RGB is 219 - color contains mainly: green. Hex color #97DB81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97DB81 is #68247E. Grayscale: #BCBCBC. Windows color (decimal): -6825087 or 8510359. OLE color: 8510359.
HSL color Cylindrical-coordinate representation of color #97DB81: hue angle of 105.33º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #97DB81 is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 219 | 129 | - |
| CMYK | 0.31 | 0 | 0.41 | 0.14 |
| HSL | 105.33º | 0.56% | 0.68% | - |
| HSV(B) | 105.33º | 0.41% | 0.86% | - |
| XYZ | 42.06 | 58.83 | 29.91 | - |
| YUV | 188.41 | 94.47 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 219 | 129 | 0.31 | 0 | 0.41 | 0.14 | 105.33 | 0.56 | 0.68 |
| Hex | 97 | DB | 81 | 1F | 0 | 29 | E | 69 | 38 | 44 |
| Octal | 227 | 333 | 201 | 37 | 0 | 51 | 16 | 151 | 70 | 104 |
| Binary | 10010111 | 11011011 | 10000001 | 11111 | 0 | 101001 | 1110 | 1101001 | 111000 | 1000100 |
Color Harmonies of #97DB81
Complementary color
Monochromatic Colors of #97DB81
Black with #97DB81
Text Example
Text Example
White with #97DB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97DB81; }
p { color: rgb(151,219,129); }
H1.HeaderClassName
{
color: #97DB81;
}
.AnyTagClassName
{
color: #97DB81;
}
</style>
background-color css
<style>
a { background-color: #97DB81; }
a { background-color: rgb(151,219,129); }
div.DivClassName
{
background-color: #97DB81;
}
.BgClassName
{
background-color: #97DB81;
}
</style>
border-color css
<style>
span { border-color: #97DB81; }
span { border-color: rgb(151,219,129); }
td.TdClassName
{
border-color: #97DB81;
}
.TagClassName
{
border-color: #97DB81;
}
</style>