Shades of Gossip #91D473
Tints of Gossip #91D473
RGB
CMYK
RGB Variations
Color information
#91D473 (or 0x91D473) is known color: Gossip. HEX triplet: 91, D4 and 73. RGB value is (145,212,115). Sum of RGB (Red+Green+Blue) = 145+212+115=472 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.72% from 472); Green value is 212 (83.20% from 255 or 44.92% from 472); Blue value is 115 (45.31% from 255 or 24.36% from 472); Max value from RGB is 212 - color contains mainly: green. Hex color #91D473 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91D473 is #6E2B8C. Grayscale: #B5B5B5. Windows color (decimal): -7220109 or 7591057. OLE color: 7591057.
HSL color Cylindrical-coordinate representation of color #91D473: hue angle of 101.44º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #91D473 is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 145 | 212 | 115 | - |
| CMYK | 0.32 | 0 | 0.46 | 0.17 |
| HSL | 101.44º | 0.53% | 0.64% | - |
| HSV(B) | 101.44º | 0.46% | 0.83% | - |
| XYZ | 38.32 | 54.34 | 24.69 | - |
| YUV | 180.91 | 90.8 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 212 | 115 | 0.32 | 0 | 0.46 | 0.17 | 101.44 | 0.53 | 0.64 |
| Hex | 91 | D4 | 73 | 20 | 0 | 2E | 11 | 65 | 35 | 40 |
| Octal | 221 | 324 | 163 | 40 | 0 | 56 | 21 | 145 | 65 | 100 |
| Binary | 10010001 | 11010100 | 1110011 | 100000 | 0 | 101110 | 10001 | 1100101 | 110101 | 1000000 |
Color Harmonies of #91D473
Complementary color
Monochromatic Colors of #91D473
Black with #91D473
Text Example
Text Example
White with #91D473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D473; }
p { color: rgb(145,212,115); }
H1.HeaderClassName
{
color: #91D473;
}
.AnyTagClassName
{
color: #91D473;
}
</style>
background-color css
<style>
a { background-color: #91D473; }
a { background-color: rgb(145,212,115); }
div.DivClassName
{
background-color: #91D473;
}
.BgClassName
{
background-color: #91D473;
}
</style>
border-color css
<style>
span { border-color: #91D473; }
span { border-color: rgb(145,212,115); }
td.TdClassName
{
border-color: #91D473;
}
.TagClassName
{
border-color: #91D473;
}
</style>