Shades of Gossip #91E965
Tints of Gossip #91E965
RGB
CMYK
RGB Variations
Color information
#91E965 (or 0x91E965) is known color: Gossip. HEX triplet: 91, E9 and 65. RGB value is (145,233,101). Sum of RGB (Red+Green+Blue) = 145+233+101=479 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.27% from 479); Green value is 233 (91.41% from 255 or 48.64% from 479); Blue value is 101 (39.84% from 255 or 21.09% from 479); Max value from RGB is 233 - color contains mainly: green. Hex color #91E965 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #91E965 is #6E169A. Grayscale: #C0C0C0. Windows color (decimal): -7214747 or 6678929. OLE color: 6678929.
HSL color Cylindrical-coordinate representation of color #91E965: hue angle of 100º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #91E965 is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 145 | 233 | 101 | - |
| CMYK | 0.38 | 0 | 0.57 | 0.09 |
| HSL | 100º | 0.75% | 0.65% | - |
| HSV(B) | 100º | 0.57% | 0.91% | - |
| XYZ | 43.16 | 65.24 | 22.63 | - |
| YUV | 191.64 | 76.85 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 233 | 101 | 0.38 | 0 | 0.57 | 0.09 | 100 | 0.75 | 0.65 |
| Hex | 91 | E9 | 65 | 26 | 0 | 39 | 9 | 64 | 4B | 41 |
| Octal | 221 | 351 | 145 | 46 | 0 | 71 | 11 | 144 | 113 | 101 |
| Binary | 10010001 | 11101001 | 1100101 | 100110 | 0 | 111001 | 1001 | 1100100 | 1001011 | 1000001 |
Color Harmonies of #91E965
Complementary color
Monochromatic Colors of #91E965
Black with #91E965
Text Example
Text Example
White with #91E965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91E965; }
p { color: rgb(145,233,101); }
H1.HeaderClassName
{
color: #91E965;
}
.AnyTagClassName
{
color: #91E965;
}
</style>
background-color css
<style>
a { background-color: #91E965; }
a { background-color: rgb(145,233,101); }
div.DivClassName
{
background-color: #91E965;
}
.BgClassName
{
background-color: #91E965;
}
</style>
border-color css
<style>
span { border-color: #91E965; }
span { border-color: rgb(145,233,101); }
td.TdClassName
{
border-color: #91E965;
}
.TagClassName
{
border-color: #91E965;
}
</style>