Shades of Gossip #91DD80
Tints of Gossip #91DD80
RGB
CMYK
RGB Variations
Color information
#91DD80 (or 0x91DD80) is known color: Gossip. HEX triplet: 91, DD and 80. RGB value is (145,221,128). Sum of RGB (Red+Green+Blue) = 145+221+128=494 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.35% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 128 (50.39% from 255 or 25.91% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #91DD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91DD80 is #6E227F. Grayscale: #BBBBBB. Windows color (decimal): -7217792 or 8445329. OLE color: 8445329.
HSL color Cylindrical-coordinate representation of color #91DD80: hue angle of 109.03º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91DD80 is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 221 | 128 | - |
| CMYK | 0.34 | 0 | 0.42 | 0.13 |
| HSL | 109.03º | 0.58% | 0.68% | - |
| HSV(B) | 109.03º | 0.42% | 0.87% | - |
| XYZ | 41.43 | 59.29 | 29.68 | - |
| YUV | 187.67 | 94.32 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 221 | 128 | 0.34 | 0 | 0.42 | 0.13 | 109.03 | 0.58 | 0.68 |
| Hex | 91 | DD | 80 | 22 | 0 | 2A | D | 6D | 3A | 44 |
| Octal | 221 | 335 | 200 | 42 | 0 | 52 | 15 | 155 | 72 | 104 |
| Binary | 10010001 | 11011101 | 10000000 | 100010 | 0 | 101010 | 1101 | 1101101 | 111010 | 1000100 |
Color Harmonies of #91DD80
Complementary color
Monochromatic Colors of #91DD80
Black with #91DD80
Text Example
Text Example
White with #91DD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DD80; }
p { color: rgb(145,221,128); }
H1.HeaderClassName
{
color: #91DD80;
}
.AnyTagClassName
{
color: #91DD80;
}
</style>
background-color css
<style>
a { background-color: #91DD80; }
a { background-color: rgb(145,221,128); }
div.DivClassName
{
background-color: #91DD80;
}
.BgClassName
{
background-color: #91DD80;
}
</style>
border-color css
<style>
span { border-color: #91DD80; }
span { border-color: rgb(145,221,128); }
td.TdClassName
{
border-color: #91DD80;
}
.TagClassName
{
border-color: #91DD80;
}
</style>