Shades of Gossip #91DF73
Tints of Gossip #91DF73
RGB
CMYK
RGB Variations
Color information
#91DF73 (or 0x91DF73) is known color: Gossip. HEX triplet: 91, DF and 73. RGB value is (145,223,115). Sum of RGB (Red+Green+Blue) = 145+223+115=483 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.02% from 483); Green value is 223 (87.5% from 255 or 46.17% from 483); Blue value is 115 (45.31% from 255 or 23.81% from 483); Max value from RGB is 223 - color contains mainly: green. Hex color #91DF73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91DF73 is #6E208C. Grayscale: #BBBBBB. Windows color (decimal): -7217293 or 7593873. OLE color: 7593873.
HSL color Cylindrical-coordinate representation of color #91DF73: hue angle of 103.33º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #91DF73 is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 223 | 115 | - |
| CMYK | 0.35 | 0 | 0.48 | 0.13 |
| HSL | 103.33º | 0.63% | 0.66% | - |
| HSV(B) | 103.33º | 0.48% | 0.87% | - |
| XYZ | 41.16 | 60.03 | 25.64 | - |
| YUV | 187.37 | 87.16 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 223 | 115 | 0.35 | 0 | 0.48 | 0.13 | 103.33 | 0.63 | 0.66 |
| Hex | 91 | DF | 73 | 23 | 0 | 30 | D | 67 | 3F | 42 |
| Octal | 221 | 337 | 163 | 43 | 0 | 60 | 15 | 147 | 77 | 102 |
| Binary | 10010001 | 11011111 | 1110011 | 100011 | 0 | 110000 | 1101 | 1100111 | 111111 | 1000010 |
Color Harmonies of #91DF73
Complementary color
Monochromatic Colors of #91DF73
Black with #91DF73
Text Example
Text Example
White with #91DF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DF73; }
p { color: rgb(145,223,115); }
H1.HeaderClassName
{
color: #91DF73;
}
.AnyTagClassName
{
color: #91DF73;
}
</style>
background-color css
<style>
a { background-color: #91DF73; }
a { background-color: rgb(145,223,115); }
div.DivClassName
{
background-color: #91DF73;
}
.BgClassName
{
background-color: #91DF73;
}
</style>
border-color css
<style>
span { border-color: #91DF73; }
span { border-color: rgb(145,223,115); }
td.TdClassName
{
border-color: #91DF73;
}
.TagClassName
{
border-color: #91DF73;
}
</style>