Shades of Gossip #91D471
Tints of Gossip #91D471
RGB
CMYK
RGB Variations
Color information
#91D471 (or 0x91D471) is known color: Gossip. HEX triplet: 91, D4 and 71. RGB value is (145,212,113). Sum of RGB (Red+Green+Blue) = 145+212+113=470 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.85% from 470); Green value is 212 (83.20% from 255 or 45.11% from 470); Blue value is 113 (44.53% from 255 or 24.04% from 470); Max value from RGB is 212 - color contains mainly: green. Hex color #91D471 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91D471 is #6E2B8E. Grayscale: #B5B5B5. Windows color (decimal): -7220111 or 7459985. OLE color: 7459985.
HSL color Cylindrical-coordinate representation of color #91D471: hue angle of 100.61º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #91D471 is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 145 | 212 | 113 | - |
| CMYK | 0.32 | 0 | 0.47 | 0.17 |
| HSL | 100.61º | 0.54% | 0.64% | - |
| HSV(B) | 100.61º | 0.47% | 0.83% | - |
| XYZ | 38.2 | 54.3 | 24.09 | - |
| YUV | 180.68 | 89.8 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 212 | 113 | 0.32 | 0 | 0.47 | 0.17 | 100.61 | 0.54 | 0.64 |
| Hex | 91 | D4 | 71 | 20 | 0 | 2F | 11 | 65 | 36 | 40 |
| Octal | 221 | 324 | 161 | 40 | 0 | 57 | 21 | 145 | 66 | 100 |
| Binary | 10010001 | 11010100 | 1110001 | 100000 | 0 | 101111 | 10001 | 1100101 | 110110 | 1000000 |
Color Harmonies of #91D471
Complementary color
Monochromatic Colors of #91D471
Black with #91D471
Text Example
Text Example
White with #91D471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D471; }
p { color: rgb(145,212,113); }
H1.HeaderClassName
{
color: #91D471;
}
.AnyTagClassName
{
color: #91D471;
}
</style>
background-color css
<style>
a { background-color: #91D471; }
a { background-color: rgb(145,212,113); }
div.DivClassName
{
background-color: #91D471;
}
.BgClassName
{
background-color: #91D471;
}
</style>
border-color css
<style>
span { border-color: #91D471; }
span { border-color: rgb(145,212,113); }
td.TdClassName
{
border-color: #91D471;
}
.TagClassName
{
border-color: #91D471;
}
</style>