Shades of Gossip #91DD7C
Tints of Gossip #91DD7C
RGB
CMYK
RGB Variations
Color information
#91DD7C (or 0x91DD7C) is known color: Gossip. HEX triplet: 91, DD and 7C. RGB value is (145,221,124). Sum of RGB (Red+Green+Blue) = 145+221+124=490 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.59% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 124 (48.83% from 255 or 25.31% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #91DD7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91DD7C is #6E2283. Grayscale: #BBBBBB. Windows color (decimal): -7217796 or 8183185. OLE color: 8183185.
HSL color Cylindrical-coordinate representation of color #91DD7C: hue angle of 107.01º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #91DD7C is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 221 | 124 | - |
| CMYK | 0.34 | 0 | 0.44 | 0.13 |
| HSL | 107.01º | 0.59% | 0.68% | - |
| HSV(B) | 107.01º | 0.44% | 0.87% | - |
| XYZ | 41.17 | 59.19 | 28.32 | - |
| YUV | 187.22 | 92.32 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 221 | 124 | 0.34 | 0 | 0.44 | 0.13 | 107.01 | 0.59 | 0.68 |
| Hex | 91 | DD | 7C | 22 | 0 | 2C | D | 6B | 3B | 44 |
| Octal | 221 | 335 | 174 | 42 | 0 | 54 | 15 | 153 | 73 | 104 |
| Binary | 10010001 | 11011101 | 1111100 | 100010 | 0 | 101100 | 1101 | 1101011 | 111011 | 1000100 |
Color Harmonies of #91DD7C
Complementary color
Monochromatic Colors of #91DD7C
Black with #91DD7C
Text Example
Text Example
White with #91DD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DD7C; }
p { color: rgb(145,221,124); }
H1.HeaderClassName
{
color: #91DD7C;
}
.AnyTagClassName
{
color: #91DD7C;
}
</style>
background-color css
<style>
a { background-color: #91DD7C; }
a { background-color: rgb(145,221,124); }
div.DivClassName
{
background-color: #91DD7C;
}
.BgClassName
{
background-color: #91DD7C;
}
</style>
border-color css
<style>
span { border-color: #91DD7C; }
span { border-color: rgb(145,221,124); }
td.TdClassName
{
border-color: #91DD7C;
}
.TagClassName
{
border-color: #91DD7C;
}
</style>