Shades of Gossip #91D579
Tints of Gossip #91D579
RGB
CMYK
RGB Variations
Color information
#91D579 (or 0x91D579) is known color: Gossip. HEX triplet: 91, D5 and 79. RGB value is (145,213,121). Sum of RGB (Red+Green+Blue) = 145+213+121=479 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.27% from 479); Green value is 213 (83.59% from 255 or 44.47% from 479); Blue value is 121 (47.66% from 255 or 25.26% from 479); Max value from RGB is 213 - color contains mainly: green. Hex color #91D579 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91D579 is #6E2A86. Grayscale: #B6B6B6. Windows color (decimal): -7219847 or 7984529. OLE color: 7984529.
HSL color Cylindrical-coordinate representation of color #91D579: hue angle of 104.35º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #91D579 is Cyan = 0.32, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 145 | 213 | 121 | - |
| CMYK | 0.32 | 0 | 0.43 | 0.16 |
| HSL | 104.35º | 0.52% | 0.65% | - |
| HSV(B) | 104.35º | 0.43% | 0.84% | - |
| XYZ | 38.92 | 54.99 | 26.65 | - |
| YUV | 182.18 | 93.47 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 213 | 121 | 0.32 | 0 | 0.43 | 0.16 | 104.35 | 0.52 | 0.65 |
| Hex | 91 | D5 | 79 | 20 | 0 | 2B | 10 | 68 | 34 | 41 |
| Octal | 221 | 325 | 171 | 40 | 0 | 53 | 20 | 150 | 64 | 101 |
| Binary | 10010001 | 11010101 | 1111001 | 100000 | 0 | 101011 | 10000 | 1101000 | 110100 | 1000001 |
Color Harmonies of #91D579
Complementary color
Monochromatic Colors of #91D579
Black with #91D579
Text Example
Text Example
White with #91D579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D579; }
p { color: rgb(145,213,121); }
H1.HeaderClassName
{
color: #91D579;
}
.AnyTagClassName
{
color: #91D579;
}
</style>
background-color css
<style>
a { background-color: #91D579; }
a { background-color: rgb(145,213,121); }
div.DivClassName
{
background-color: #91D579;
}
.BgClassName
{
background-color: #91D579;
}
</style>
border-color css
<style>
span { border-color: #91D579; }
span { border-color: rgb(145,213,121); }
td.TdClassName
{
border-color: #91D579;
}
.TagClassName
{
border-color: #91D579;
}
</style>