Shades of Gossip #91DF79
Tints of Gossip #91DF79
RGB
CMYK
RGB Variations
Color information
#91DF79 (or 0x91DF79) is known color: Gossip. HEX triplet: 91, DF and 79. RGB value is (145,223,121). Sum of RGB (Red+Green+Blue) = 145+223+121=489 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.65% from 489); Green value is 223 (87.5% from 255 or 45.60% from 489); Blue value is 121 (47.66% from 255 or 24.74% from 489); Max value from RGB is 223 - color contains mainly: green. Hex color #91DF79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91DF79 is #6E2086. Grayscale: #BCBCBC. Windows color (decimal): -7217287 or 7987089. OLE color: 7987089.
HSL color Cylindrical-coordinate representation of color #91DF79: hue angle of 105.88º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #91DF79 is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 223 | 121 | - |
| CMYK | 0.35 | 0 | 0.46 | 0.13 |
| HSL | 105.88º | 0.61% | 0.67% | - |
| HSV(B) | 105.88º | 0.46% | 0.87% | - |
| XYZ | 41.52 | 60.18 | 27.52 | - |
| YUV | 188.05 | 90.16 | 97.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 223 | 121 | 0.35 | 0 | 0.46 | 0.13 | 105.88 | 0.61 | 0.67 |
| Hex | 91 | DF | 79 | 23 | 0 | 2E | D | 6A | 3D | 43 |
| Octal | 221 | 337 | 171 | 43 | 0 | 56 | 15 | 152 | 75 | 103 |
| Binary | 10010001 | 11011111 | 1111001 | 100011 | 0 | 101110 | 1101 | 1101010 | 111101 | 1000011 |
Color Harmonies of #91DF79
Complementary color
Monochromatic Colors of #91DF79
Black with #91DF79
Text Example
Text Example
White with #91DF79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DF79; }
p { color: rgb(145,223,121); }
H1.HeaderClassName
{
color: #91DF79;
}
.AnyTagClassName
{
color: #91DF79;
}
</style>
background-color css
<style>
a { background-color: #91DF79; }
a { background-color: rgb(145,223,121); }
div.DivClassName
{
background-color: #91DF79;
}
.BgClassName
{
background-color: #91DF79;
}
</style>
border-color css
<style>
span { border-color: #91DF79; }
span { border-color: rgb(145,223,121); }
td.TdClassName
{
border-color: #91DF79;
}
.TagClassName
{
border-color: #91DF79;
}
</style>