Shades of Gossip #91D77E
Tints of Gossip #91D77E
RGB
CMYK
RGB Variations
Color information
#91D77E (or 0x91D77E) is known color: Gossip. HEX triplet: 91, D7 and 7E. RGB value is (145,215,126). Sum of RGB (Red+Green+Blue) = 145+215+126=486 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.84% from 486); Green value is 215 (84.38% from 255 or 44.24% from 486); Blue value is 126 (49.61% from 255 or 25.93% from 486); Max value from RGB is 215 - color contains mainly: green. Hex color #91D77E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91D77E is #6E2881. Grayscale: #B8B8B8. Windows color (decimal): -7219330 or 8312721. OLE color: 8312721.
HSL color Cylindrical-coordinate representation of color #91D77E: hue angle of 107.19º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #91D77E is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 145 | 215 | 126 | - |
| CMYK | 0.33 | 0 | 0.41 | 0.16 |
| HSL | 107.19º | 0.53% | 0.67% | - |
| HSV(B) | 107.19º | 0.41% | 0.84% | - |
| XYZ | 39.74 | 56.13 | 28.48 | - |
| YUV | 183.92 | 95.31 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 215 | 126 | 0.33 | 0 | 0.41 | 0.16 | 107.19 | 0.53 | 0.67 |
| Hex | 91 | D7 | 7E | 21 | 0 | 29 | 10 | 6B | 35 | 43 |
| Octal | 221 | 327 | 176 | 41 | 0 | 51 | 20 | 153 | 65 | 103 |
| Binary | 10010001 | 11010111 | 1111110 | 100001 | 0 | 101001 | 10000 | 1101011 | 110101 | 1000011 |
Color Harmonies of #91D77E
Complementary color
Monochromatic Colors of #91D77E
Black with #91D77E
Text Example
Text Example
White with #91D77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D77E; }
p { color: rgb(145,215,126); }
H1.HeaderClassName
{
color: #91D77E;
}
.AnyTagClassName
{
color: #91D77E;
}
</style>
background-color css
<style>
a { background-color: #91D77E; }
a { background-color: rgb(145,215,126); }
div.DivClassName
{
background-color: #91D77E;
}
.BgClassName
{
background-color: #91D77E;
}
</style>
border-color css
<style>
span { border-color: #91D77E; }
span { border-color: rgb(145,215,126); }
td.TdClassName
{
border-color: #91D77E;
}
.TagClassName
{
border-color: #91D77E;
}
</style>