Shades of Gossip #91D775
Tints of Gossip #91D775
RGB
CMYK
RGB Variations
Color information
#91D775 (or 0x91D775) is known color: Gossip. HEX triplet: 91, D7 and 75. RGB value is (145,215,117). Sum of RGB (Red+Green+Blue) = 145+215+117=477 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.40% from 477); Green value is 215 (84.38% from 255 or 45.07% from 477); Blue value is 117 (46.09% from 255 or 24.53% from 477); Max value from RGB is 215 - color contains mainly: green. Hex color #91D775 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91D775 is #6E288A. Grayscale: #B7B7B7. Windows color (decimal): -7219339 or 7722897. OLE color: 7722897.
HSL color Cylindrical-coordinate representation of color #91D775: hue angle of 102.86º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #91D775 is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 145 | 215 | 117 | - |
| CMYK | 0.33 | 0 | 0.46 | 0.16 |
| HSL | 102.86º | 0.55% | 0.65% | - |
| HSV(B) | 102.86º | 0.46% | 0.84% | - |
| XYZ | 39.19 | 55.9 | 25.55 | - |
| YUV | 182.9 | 90.81 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 215 | 117 | 0.33 | 0 | 0.46 | 0.16 | 102.86 | 0.55 | 0.65 |
| Hex | 91 | D7 | 75 | 21 | 0 | 2E | 10 | 67 | 37 | 41 |
| Octal | 221 | 327 | 165 | 41 | 0 | 56 | 20 | 147 | 67 | 101 |
| Binary | 10010001 | 11010111 | 1110101 | 100001 | 0 | 101110 | 10000 | 1100111 | 110111 | 1000001 |
Color Harmonies of #91D775
Complementary color
Monochromatic Colors of #91D775
Black with #91D775
Text Example
Text Example
White with #91D775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D775; }
p { color: rgb(145,215,117); }
H1.HeaderClassName
{
color: #91D775;
}
.AnyTagClassName
{
color: #91D775;
}
</style>
background-color css
<style>
a { background-color: #91D775; }
a { background-color: rgb(145,215,117); }
div.DivClassName
{
background-color: #91D775;
}
.BgClassName
{
background-color: #91D775;
}
</style>
border-color css
<style>
span { border-color: #91D775; }
span { border-color: rgb(145,215,117); }
td.TdClassName
{
border-color: #91D775;
}
.TagClassName
{
border-color: #91D775;
}
</style>