Shades of Gossip #91DD71
Tints of Gossip #91DD71
RGB
CMYK
RGB Variations
Color information
#91DD71 (or 0x91DD71) is known color: Gossip. HEX triplet: 91, DD and 71. RGB value is (145,221,113). Sum of RGB (Red+Green+Blue) = 145+221+113=479 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.27% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 113 (44.53% from 255 or 23.59% from 479); Max value from RGB is 221 - color contains mainly: green. Hex color #91DD71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91DD71 is #6E228E. Grayscale: #BABABA. Windows color (decimal): -7217807 or 7462289. OLE color: 7462289.
HSL color Cylindrical-coordinate representation of color #91DD71: hue angle of 102.22º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #91DD71 is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 221 | 113 | - |
| CMYK | 0.34 | 0 | 0.49 | 0.13 |
| HSL | 102.22º | 0.61% | 0.65% | - |
| HSV(B) | 102.22º | 0.49% | 0.87% | - |
| XYZ | 40.51 | 58.92 | 24.86 | - |
| YUV | 185.96 | 86.82 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 221 | 113 | 0.34 | 0 | 0.49 | 0.13 | 102.22 | 0.61 | 0.65 |
| Hex | 91 | DD | 71 | 22 | 0 | 31 | D | 66 | 3D | 41 |
| Octal | 221 | 335 | 161 | 42 | 0 | 61 | 15 | 146 | 75 | 101 |
| Binary | 10010001 | 11011101 | 1110001 | 100010 | 0 | 110001 | 1101 | 1100110 | 111101 | 1000001 |
Color Harmonies of #91DD71
Complementary color
Monochromatic Colors of #91DD71
Black with #91DD71
Text Example
Text Example
White with #91DD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DD71; }
p { color: rgb(145,221,113); }
H1.HeaderClassName
{
color: #91DD71;
}
.AnyTagClassName
{
color: #91DD71;
}
</style>
background-color css
<style>
a { background-color: #91DD71; }
a { background-color: rgb(145,221,113); }
div.DivClassName
{
background-color: #91DD71;
}
.BgClassName
{
background-color: #91DD71;
}
</style>
border-color css
<style>
span { border-color: #91DD71; }
span { border-color: rgb(145,221,113); }
td.TdClassName
{
border-color: #91DD71;
}
.TagClassName
{
border-color: #91DD71;
}
</style>