Shades of Gossip #91D780
Tints of Gossip #91D780
RGB
CMYK
RGB Variations
Color information
#91D780 (or 0x91D780) is known color: Gossip. HEX triplet: 91, D7 and 80. RGB value is (145,215,128). Sum of RGB (Red+Green+Blue) = 145+215+128=488 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.71% from 488); Green value is 215 (84.38% from 255 or 44.06% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 215 - color contains mainly: green. Hex color #91D780 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91D780 is #6E287F. Grayscale: #B8B8B8. Windows color (decimal): -7219328 or 8443793. OLE color: 8443793.
HSL color Cylindrical-coordinate representation of color #91D780: hue angle of 108.28º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #91D780 is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 145 | 215 | 128 | - |
| CMYK | 0.33 | 0 | 0.40 | 0.16 |
| HSL | 108.28º | 0.52% | 0.67% | - |
| HSV(B) | 108.28º | 0.4% | 0.84% | - |
| XYZ | 39.87 | 56.18 | 29.16 | - |
| YUV | 184.15 | 96.31 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 215 | 128 | 0.33 | 0 | 0.40 | 0.16 | 108.28 | 0.52 | 0.67 |
| Hex | 91 | D7 | 80 | 21 | 0 | 28 | 10 | 6C | 34 | 43 |
| Octal | 221 | 327 | 200 | 41 | 0 | 50 | 20 | 154 | 64 | 103 |
| Binary | 10010001 | 11010111 | 10000000 | 100001 | 0 | 101000 | 10000 | 1101100 | 110100 | 1000011 |
Color Harmonies of #91D780
Complementary color
Monochromatic Colors of #91D780
Black with #91D780
Text Example
Text Example
White with #91D780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D780; }
p { color: rgb(145,215,128); }
H1.HeaderClassName
{
color: #91D780;
}
.AnyTagClassName
{
color: #91D780;
}
</style>
background-color css
<style>
a { background-color: #91D780; }
a { background-color: rgb(145,215,128); }
div.DivClassName
{
background-color: #91D780;
}
.BgClassName
{
background-color: #91D780;
}
</style>
border-color css
<style>
span { border-color: #91D780; }
span { border-color: rgb(145,215,128); }
td.TdClassName
{
border-color: #91D780;
}
.TagClassName
{
border-color: #91D780;
}
</style>