Shades of Gossip #91EC73
Tints of Gossip #91EC73
RGB
CMYK
RGB Variations
Color information
#91EC73 (or 0x91EC73) is known color: Gossip. HEX triplet: 91, EC and 73. RGB value is (145,236,115). Sum of RGB (Red+Green+Blue) = 145+236+115=496 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.23% from 496); Green value is 236 (92.58% from 255 or 47.58% from 496); Blue value is 115 (45.31% from 255 or 23.19% from 496); Max value from RGB is 236 - color contains mainly: green. Hex color #91EC73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #91EC73 is #6E138C. Grayscale: #C3C3C3. Windows color (decimal): -7213965 or 7597201. OLE color: 7597201.
HSL color Cylindrical-coordinate representation of color #91EC73: hue angle of 105.12º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #91EC73 is Cyan = 0.39, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 236 | 115 | - |
| CMYK | 0.39 | 0 | 0.51 | 0.07 |
| HSL | 105.12º | 0.76% | 0.69% | - |
| HSV(B) | 105.12º | 0.51% | 0.93% | - |
| XYZ | 44.77 | 67.25 | 26.84 | - |
| YUV | 195 | 82.85 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 236 | 115 | 0.39 | 0 | 0.51 | 0.07 | 105.12 | 0.76 | 0.69 |
| Hex | 91 | EC | 73 | 27 | 0 | 33 | 7 | 69 | 4C | 45 |
| Octal | 221 | 354 | 163 | 47 | 0 | 63 | 7 | 151 | 114 | 105 |
| Binary | 10010001 | 11101100 | 1110011 | 100111 | 0 | 110011 | 111 | 1101001 | 1001100 | 1000101 |
Color Harmonies of #91EC73
Complementary color
Monochromatic Colors of #91EC73
Black with #91EC73
Text Example
Text Example
White with #91EC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91EC73; }
p { color: rgb(145,236,115); }
H1.HeaderClassName
{
color: #91EC73;
}
.AnyTagClassName
{
color: #91EC73;
}
</style>
background-color css
<style>
a { background-color: #91EC73; }
a { background-color: rgb(145,236,115); }
div.DivClassName
{
background-color: #91EC73;
}
.BgClassName
{
background-color: #91EC73;
}
</style>
border-color css
<style>
span { border-color: #91EC73; }
span { border-color: rgb(145,236,115); }
td.TdClassName
{
border-color: #91EC73;
}
.TagClassName
{
border-color: #91EC73;
}
</style>