Shades of Gossip #91D271
Tints of Gossip #91D271
RGB
CMYK
RGB Variations
Color information
#91D271 (or 0x91D271) is known color: Gossip. HEX triplet: 91, D2 and 71. RGB value is (145,210,113). Sum of RGB (Red+Green+Blue) = 145+210+113=468 (61% of max value = 765). Red value is 145 (57.03% from 255 or 30.98% from 468); Green value is 210 (82.42% from 255 or 44.87% from 468); Blue value is 113 (44.53% from 255 or 24.15% from 468); Max value from RGB is 210 - color contains mainly: green. Hex color #91D271 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91D271 is #6E2D8E. Grayscale: #B3B3B3. Windows color (decimal): -7220623 or 7459473. OLE color: 7459473.
HSL color Cylindrical-coordinate representation of color #91D271: hue angle of 100.21º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #91D271 is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 210 | 113 | - |
| CMYK | 0.31 | 0 | 0.46 | 0.18 |
| HSL | 100.21º | 0.52% | 0.63% | - |
| HSV(B) | 100.21º | 0.46% | 0.82% | - |
| XYZ | 37.7 | 53.31 | 23.92 | - |
| YUV | 179.51 | 90.47 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 210 | 113 | 0.31 | 0 | 0.46 | 0.18 | 100.21 | 0.52 | 0.63 |
| Hex | 91 | D2 | 71 | 1F | 0 | 2E | 12 | 64 | 34 | 3F |
| Octal | 221 | 322 | 161 | 37 | 0 | 56 | 22 | 144 | 64 | 77 |
| Binary | 10010001 | 11010010 | 1110001 | 11111 | 0 | 101110 | 10010 | 1100100 | 110100 | 111111 |
Color Harmonies of #91D271
Complementary color
Monochromatic Colors of #91D271
Black with #91D271
Text Example
Text Example
White with #91D271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D271; }
p { color: rgb(145,210,113); }
H1.HeaderClassName
{
color: #91D271;
}
.AnyTagClassName
{
color: #91D271;
}
</style>
background-color css
<style>
a { background-color: #91D271; }
a { background-color: rgb(145,210,113); }
div.DivClassName
{
background-color: #91D271;
}
.BgClassName
{
background-color: #91D271;
}
</style>
border-color css
<style>
span { border-color: #91D271; }
span { border-color: rgb(145,210,113); }
td.TdClassName
{
border-color: #91D271;
}
.TagClassName
{
border-color: #91D271;
}
</style>