Shades of Gossip #91D379
Tints of Gossip #91D379
RGB
CMYK
RGB Variations
Color information
#91D379 (or 0x91D379) is known color: Gossip. HEX triplet: 91, D3 and 79. RGB value is (145,211,121). Sum of RGB (Red+Green+Blue) = 145+211+121=477 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.40% from 477); Green value is 211 (82.81% from 255 or 44.23% from 477); Blue value is 121 (47.66% from 255 or 25.37% from 477); Max value from RGB is 211 - color contains mainly: green. Hex color #91D379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91D379 is #6E2C86. Grayscale: #B5B5B5. Windows color (decimal): -7220359 or 7984017. OLE color: 7984017.
HSL color Cylindrical-coordinate representation of color #91D379: hue angle of 104º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #91D379 is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 145 | 211 | 121 | - |
| CMYK | 0.31 | 0 | 0.43 | 0.17 |
| HSL | 104º | 0.51% | 0.65% | - |
| HSV(B) | 104º | 0.43% | 0.83% | - |
| XYZ | 38.42 | 53.99 | 26.48 | - |
| YUV | 181.01 | 94.13 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 211 | 121 | 0.31 | 0 | 0.43 | 0.17 | 104 | 0.51 | 0.65 |
| Hex | 91 | D3 | 79 | 1F | 0 | 2B | 11 | 68 | 33 | 41 |
| Octal | 221 | 323 | 171 | 37 | 0 | 53 | 21 | 150 | 63 | 101 |
| Binary | 10010001 | 11010011 | 1111001 | 11111 | 0 | 101011 | 10001 | 1101000 | 110011 | 1000001 |
Color Harmonies of #91D379
Complementary color
Monochromatic Colors of #91D379
Black with #91D379
Text Example
Text Example
White with #91D379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D379; }
p { color: rgb(145,211,121); }
H1.HeaderClassName
{
color: #91D379;
}
.AnyTagClassName
{
color: #91D379;
}
</style>
background-color css
<style>
a { background-color: #91D379; }
a { background-color: rgb(145,211,121); }
div.DivClassName
{
background-color: #91D379;
}
.BgClassName
{
background-color: #91D379;
}
</style>
border-color css
<style>
span { border-color: #91D379; }
span { border-color: rgb(145,211,121); }
td.TdClassName
{
border-color: #91D379;
}
.TagClassName
{
border-color: #91D379;
}
</style>